From 86f41cbba4ffea868c2dfeb2a85994910957dcb9 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 29 Jun 2026 11:27:59 +0200 Subject: [PATCH] fix bind config for lifebook --- modules/wm/niri/binds/lifebook.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/wm/niri/binds/lifebook.kdl b/modules/wm/niri/binds/lifebook.kdl index a43db7a..9e744e2 100644 --- a/modules/wm/niri/binds/lifebook.kdl +++ b/modules/wm/niri/binds/lifebook.kdl @@ -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; }