feat(hypr): binding to change to the last window
This commit is contained in:
parent
ff4fea7c5c
commit
1d83a2ceb8
1 changed files with 2 additions and 1 deletions
|
@ -51,6 +51,7 @@ bind = $mainMod, Q, killactive,
|
||||||
bind = $mainMod, A, exec, $scripts/toggle_floating
|
bind = $mainMod, A, exec, $scripts/toggle_floating
|
||||||
bind = $mainMod SHIFT, P, pseudo
|
bind = $mainMod SHIFT, P, pseudo
|
||||||
bind = $mainMod, F, fullscreen, 0
|
bind = $mainMod, F, fullscreen, 0
|
||||||
|
bind = ALT, TAB, focuscurrentorlast
|
||||||
|
|
||||||
## Mouse
|
## Mouse
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
|
@ -86,7 +87,7 @@ bind = $mainMod, C, exec, hyprctl dispatch centerwindow 1
|
||||||
## Group Control
|
## Group Control
|
||||||
bind = $mainMod, G, togglegroup
|
bind = $mainMod, G, togglegroup
|
||||||
bind = $mainMod CTRL, G, lockactivegroup, toggle
|
bind = $mainMod CTRL, G, lockactivegroup, toggle
|
||||||
bind = ALT, TAB, changegroupactive
|
bind = CTRL ALT, TAB, changegroupactive
|
||||||
|
|
||||||
## Resizing Windows
|
## Resizing Windows
|
||||||
bind = $mainMod, R, submap, resize
|
bind = $mainMod, R, submap, resize
|
||||||
|
|
Loading…
Add table
Reference in a new issue