hypr: tweak bindings

This commit is contained in:
thomasabishop 2024-04-29 16:35:07 +01:00
parent 997a981066
commit c17b3b69aa

View file

@ -117,10 +117,10 @@ misc {
disable_hyprland_logo = true disable_hyprland_logo = true
} }
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER $mainMod = SUPER
# 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, Q, exec, $terminal
bind = $mainMod, R, killactive, bind = $mainMod, R, killactive,
@ -133,6 +133,7 @@ bind = $mainMod, T, togglesplit, # dwindle
bind = $mainMod, F, fullscreen, 1 bind = $mainMod, F, fullscreen, 1
bind = Control, Tab, workspace, m+1 bind = Control, Tab, workspace, m+1
bind = ALT, Tab, cyclenext bind = ALT, Tab, cyclenext
bind = ALT, Tab, bringactivetotop, bind = ALT, Tab, bringactivetotop,
@ -196,3 +197,4 @@ bind = $mainMod, LEFT, workspace, m-1
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow bindm = $mainMod, mouse:273, resizewindow