fix bind config for lifebook

This commit is contained in:
2026-06-29 11:27:59 +02:00
parent 7705e14276
commit 86f41cbba4
+2 -2
View File
@@ -103,7 +103,7 @@ binds {
Mod+Ctrl+Page_Down { move-column-to-workspace-down; }
Mod+Ctrl+Page_Up { move-column-to-workspace-up; }
Mod+Ctrl+U { move-column-to-workspace-down; }
//Mod+Ctrl+I { move-column-to-workspace-up; }
Mod+Ctrl+I { move-column-to-workspace-up; }
// Alternatively, there are commands to move just a single window:
// Mod+Ctrl+Page_Down { move-window-to-workspace-down; }
@@ -167,7 +167,7 @@ binds {
Mod+R { switch-preset-column-width; }
// Cycling through the presets in reverse order is also possible.
Mod+R { switch-preset-column-width-back; }
//Mod+R { switch-preset-column-width-back; }
Mod+Shift+R { switch-preset-window-height; }
Mod+Ctrl+R { reset-window-height; }
Mod+F { maximize-column; }