update keybinds

This commit is contained in:
Benjamin Palko 2024-03-03 11:02:57 -05:00
parent e0ed8e6e31
commit a5d663d9e9

View file

@ -1,15 +1,15 @@
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, exec, $terminal bind = $mainMod, T, exec, $terminal
bind = $mainMod, C, killactive, bind = $mainMod, BACKSPACE, killactive,
bind = $mainMod, M, exit, bind = $mainMod, ESCAPE, exit,
bind = $mainMod, E, exec, $fileManager bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating, bind = $mainMod, F, togglefloating,
bind = $mainMod, R, exec, $menu bind = $mainMod, RETURN, exec, $menu
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, S, togglesplit, # dwindle
bind = $mainMod, L, exec, $lockScreen # hyprlock bind = $mainMod, L, exec, $lockScreen # hyprlock
bind = $mainMod, ., exec, emote bind = $mainMod, period, exec, emote
bind = $mainMod, B, exec, firefox bind = $mainMod, B, exec, firefox
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys