Disable previous swap layout key binding

What is the point of this if layouts cycle and there are three modes in total? One shortcut is enough.
This commit is contained in:
2024-08-15 17:03:26 +02:00
parent 205d8955fa
commit 2fb5330371
+1 -1
View File
@@ -152,7 +152,7 @@ keybinds clear-defaults=true {
bind "Alt Up" { MoveFocus "Up"; } bind "Alt Up" { MoveFocus "Up"; }
bind "Alt +" { Resize "Increase"; } bind "Alt +" { Resize "Increase"; }
bind "Alt -" { Resize "Decrease"; } bind "Alt -" { Resize "Decrease"; }
bind "Alt L" { PreviousSwapLayout; } // bind "Alt L" { PreviousSwapLayout; }
bind "Alt l" { NextSwapLayout; } bind "Alt l" { NextSwapLayout; }
} }
shared_except "normal" "locked" { shared_except "normal" "locked" {