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:
@@ -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" {
|
||||||
|
|||||||
Reference in New Issue
Block a user