mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
hyprland: updated app bindings
This commit is contained in:
parent
70374c8e2a
commit
b3bda32bb0
|
@ -149,9 +149,9 @@ windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
|||
$mainMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, F, exec, $fileManager
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
|
@ -160,7 +160,7 @@ bind = $mainMod, P, pseudo, # dwindle
|
|||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
# Fullscreen windows.
|
||||
bind=SUPER,F,fullscreen
|
||||
bind=$mainMod,W,fullscreen
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
|
Loading…
Reference in a new issue