Update keybinds sections

This commit is contained in:
JeremyStar™ 2024-06-04 12:57:45 +02:00
parent a02f82c81c
commit 6faf349b32
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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