mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 05:04:34 +00:00
Use layoutmsg for togglesplit dispatcher
This commit is contained in:
parent
4049a59628
commit
0291bccf22
|
@ -68,7 +68,7 @@ bind = SUPER_SHIFT, Space, fullscreen, 1
|
||||||
bind = CTRL_SHIFT, Space, exec, toggle-fakefullscreen
|
bind = CTRL_SHIFT, Space, exec, toggle-fakefullscreen
|
||||||
bind = SUPER, P, exec, bash -c "if hyprctl activewindow | grep 'floating: 0'; then hyprctl dispatch togglefloating active; fi; hyprctl dispatch pin active"
|
bind = SUPER, P, exec, bash -c "if hyprctl activewindow | grep 'floating: 0'; then hyprctl dispatch togglefloating active; fi; hyprctl dispatch pin active"
|
||||||
bind = SUPER_SHIFT, P, pseudo,
|
bind = SUPER_SHIFT, P, pseudo,
|
||||||
bind = SUPER_SHIFT, S, togglesplit,
|
bind = SUPER_SHIFT, S, layoutmsg, togglesplit
|
||||||
|
|
||||||
# Window groups
|
# Window groups
|
||||||
bind = SUPER, G, togglegroup,
|
bind = SUPER, G, togglegroup,
|
||||||
|
|
Loading…
Reference in a new issue