update keybinds
This commit is contained in:
parent
e0ed8e6e31
commit
a5d663d9e9
1 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue