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; }