change keybinds for run/close back to default
This commit is contained in:
parent
52c6808ea2
commit
4e7e08a380
1 changed files with 3 additions and 2 deletions
|
|
@ -1,16 +1,17 @@
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, T, exec, $terminal
|
bind = $mainMod, T, exec, $terminal
|
||||||
bind = $mainMod, BACKSPACE, killactive,
|
bind = $mainMod, X, killactive,
|
||||||
bind = $mainMod, ESCAPE, exit,
|
bind = $mainMod, ESCAPE, exit,
|
||||||
bind = $mainMod, E, exec, $fileManager
|
bind = $mainMod, E, exec, $fileManager
|
||||||
bind = $mainMod, F, togglefloating,
|
bind = $mainMod, F, togglefloating,
|
||||||
bind = $mainMod, RETURN, exec, $menu
|
bind = $mainMod, R, exec, $menu
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, V, togglesplit, # dwindle
|
bind = $mainMod, V, togglesplit, # dwindle
|
||||||
bind = $mainMod, L, exec, $lockScreen # hyprlock
|
bind = $mainMod, L, exec, $lockScreen # hyprlock
|
||||||
bind = $mainMod, period, exec, emote
|
bind = $mainMod, period, exec, emote
|
||||||
bind = $mainMod, B, exec, firefox
|
bind = $mainMod, B, exec, firefox
|
||||||
|
bind = $mainMod CTRL, F, fullscreen
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue