From 3e5e01b290396ae8b6d81438ef2a1c2b263d8ae9 Mon Sep 17 00:00:00 2001 From: mattia Date: Thu, 15 Aug 2024 17:03:26 +0200 Subject: [PATCH] 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. --- config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.kdl b/config.kdl index 02a0c23..6d151e3 100644 --- a/config.kdl +++ b/config.kdl @@ -152,7 +152,7 @@ keybinds clear-defaults=true { bind "Alt Up" { MoveFocus "Up"; } bind "Alt +" { Resize "Increase"; } bind "Alt -" { Resize "Decrease"; } - bind "Alt L" { PreviousSwapLayout; } + // bind "Alt L" { PreviousSwapLayout; } bind "Alt l" { NextSwapLayout; } } shared_except "normal" "locked" {