fix(ansible/hyprland): update template for Hyprland 0.55+ syntax
- Remove pseudotile (removed in 0.55) - Change togglesplit to layoutmsg, togglesplit
This commit is contained in:
@@ -56,7 +56,6 @@ animations {
|
|||||||
|
|
||||||
# Dwindle layout
|
# Dwindle layout
|
||||||
dwindle {
|
dwindle {
|
||||||
pseudotile = yes
|
|
||||||
preserve_split = yes
|
preserve_split = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -69,8 +68,8 @@ bind = $mainMod, M, exit,
|
|||||||
bind = $mainMod, E, exec, dolphin
|
bind = $mainMod, E, exec, dolphin
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, D, exec, wofi --show drun
|
bind = $mainMod, D, exec, wofi --show drun
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, layoutmsg, togglesplit
|
||||||
bind = $mainMod, L, exec, hyprlock
|
bind = $mainMod, L, exec, hyprlock
|
||||||
|
|
||||||
# Focus
|
# Focus
|
||||||
|
|||||||
Reference in New Issue
Block a user