Update keybinds sections
This commit is contained in:
parent
a02f82c81c
commit
6faf349b32
1 changed files with 3 additions and 4 deletions
|
@ -90,7 +90,8 @@ env = ELECTRON_OZONE_PLATFORM_HINT=wayland
|
||||||
# Bindings
|
# Bindings
|
||||||
# -> Menus
|
# -> Menus
|
||||||
bind = SUPER, SUPER_L, exec, pkill -9 $programsMenuKill || $programsJobrunner $programsMenu
|
bind = SUPER, SUPER_L, exec, pkill -9 $programsMenuKill || $programsJobrunner $programsMenu
|
||||||
# --> Clipboard
|
|
||||||
|
# -> Clipboard
|
||||||
bind = SUPER, V, exec, exec $programsJobrunner $programsClipboard
|
bind = SUPER, V, exec, exec $programsJobrunner $programsClipboard
|
||||||
bind = SUPER_SHIFT, V, exec, cliphist wipe; hyprctl notify 5 5000 0 " Cleared clipboard"
|
bind = SUPER_SHIFT, V, exec, cliphist wipe; hyprctl notify 5 5000 0 " Cleared clipboard"
|
||||||
|
|
||||||
|
@ -99,11 +100,9 @@ bind = SUPER, A, exec, exec $programsJobrunner $programsTerminal
|
||||||
bind = SUPER, S, exec, exec $programsJobrunner $programsFM
|
bind = SUPER, S, exec, exec $programsJobrunner $programsFM
|
||||||
bind = SUPER, D, exec, exec $programsJobrunner $programsBrowser
|
bind = SUPER, D, exec, exec $programsJobrunner $programsBrowser
|
||||||
|
|
||||||
# -> Window size/position manipulation
|
# -> Window manipulation
|
||||||
bindm = SUPER, mouse:272, movewindow
|
bindm = SUPER, mouse:272, movewindow
|
||||||
bindm = SUPER, mouse:273, resizewindow
|
bindm = SUPER, mouse:273, resizewindow
|
||||||
|
|
||||||
# -> Window state
|
|
||||||
bind = SUPER, TAB, exec, hyprctl kill
|
bind = SUPER, TAB, exec, hyprctl kill
|
||||||
bind = SUPER, Q, exec, $dirHypr/scripts.d/kill-active.sh
|
bind = SUPER, Q, exec, $dirHypr/scripts.d/kill-active.sh
|
||||||
bind = SUPER, W, togglefloating
|
bind = SUPER, W, togglefloating
|
||||||
|
|
Loading…
Reference in a new issue