hypr: tweak bindings
This commit is contained in:
parent
997a981066
commit
c17b3b69aa
1 changed files with 3 additions and 1 deletions
|
@ -117,10 +117,10 @@ misc {
|
|||
disable_hyprland_logo = true
|
||||
}
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
bind = $mainMod, R, killactive,
|
||||
|
@ -133,6 +133,7 @@ bind = $mainMod, T, togglesplit, # dwindle
|
|||
bind = $mainMod, F, fullscreen, 1
|
||||
|
||||
|
||||
|
||||
bind = Control, Tab, workspace, m+1
|
||||
bind = ALT, Tab, cyclenext
|
||||
bind = ALT, Tab, bringactivetotop,
|
||||
|
@ -196,3 +197,4 @@ bind = $mainMod, LEFT, workspace, m-1
|
|||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue