diff options
Diffstat (limited to 'config/hyprland/hypr')
-rw-r--r-- | config/hyprland/hypr/binds.conf | 34 | ||||
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 5 | ||||
-rwxr-xr-x | config/hyprland/hypr/startup.sh | 5 |
3 files changed, 25 insertions, 19 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index 315a9dd..5c2dd99 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -3,12 +3,14 @@ $mainMod = SUPER $term = foot $menu = $(tofi-run) +$menu_opt = $(tofi-run --auto-accept-single=false) bind = $mainMod, Return, exec, $term bind = $mainMod SHIFT, Return, exec, $menu +bind = $mainMod CTRL, Return, exec, $menu_opt bind = $mainMod, C, killactive, bind = $mainMod SHIFT, C, exec, hyprctl kill -bind = $mainMod, Q, exit, +bind = $mainMod SHIFT, Q, exit, bind = $mainMod, F, togglefloating, bind = $mainMod SHIFT, P, pseudo bind = $mainMod, S, togglesplit @@ -75,34 +77,34 @@ bindm = $mainMod, mouse:273, resizewindow bind = $mainMod, M, submap, menuscripts submap = menuscripts -bind =, A, exec, dmask -bind =, C, exec, dmclip -bind =, D, exec, mdsktp -bind =, E, exec, memoji -bind =, F, exec, dmfm -bind =, G, exec, mpassgen -bind =, H, exec, mhelp -bind =, I, exec, mapimg -bind =, L, exec, dmlang -bind =, M, exec, mpass -bind =, P, exec, mpdf -bind =, O, exec, mpower -bind =, U, exec, mcurs -bind =, V, exec, mvid bind = $mainMod, A, exec, dmask -bind = $mainMod, C, exec, dmclip +bind =, A, exec, dmask +bind = $mainMod, C, exec, copyhist +bind =, C, exec, copyhist bind = $mainMod, D, exec, mdsktp +bind =, D, exec, mdsktp bind = $mainMod, E, exec, memoji +bind =, E, exec, memoji bind = $mainMod, F, exec, dmfm +bind =, F, exec, dmfm bind = $mainMod, G, exec, mpassgen +bind =, G, exec, mpassgen bind = $mainMod, H, exec, mhelp +bind =, H, exec, mhelp bind = $mainMod, I, exec, mapimg +bind =, I, exec, mapimg bind = $mainMod, L, exec, dmlang +bind =, L, exec, dmlang bind = $mainMod, M, exec, mpass +bind =, M, exec, mpass bind = $mainMod, P, exec, mpdf +bind =, P, exec, mpdf bind = $mainMod, O, exec, mpower +bind =, O, exec, mpower bind = $mainMod, U, exec, mcurs +bind =, U, exec, mcurs bind = $mainMod, V, exec, mvid +bind =, V, exec, mvid source = ./reset-submap.conf submap = reset diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index e7048ae..8aa437e 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -4,8 +4,7 @@ monitor=,preferred,auto,1 source = ./env.conf -exec-once = gammastep & waybar -exec-once = swaybg -i ~/pics/wallpaper +exec-once = $HOME/.config/hypr/startup.sh input { kb_layout = us @@ -32,7 +31,7 @@ general { layout = dwindle - cursor_inactive_timeout = 2 + cursor_inactive_timeout = 0 } misc { diff --git a/config/hyprland/hypr/startup.sh b/config/hyprland/hypr/startup.sh new file mode 100755 index 0000000..ab0e48b --- /dev/null +++ b/config/hyprland/hypr/startup.sh @@ -0,0 +1,5 @@ +#!/bin/sh +swaybg -i ~/pics/wallpaper & +waybar & +gammastep & +wl-paste --watch cliphist store & |