diff --git a/config/niri/config.template.kdl b/config/niri/config.template.kdl index 8b66447..24ddfe5 100644 --- a/config/niri/config.template.kdl +++ b/config/niri/config.template.kdl @@ -407,16 +407,16 @@ binds { Mod+Ctrl+Up { move-window-up; } Mod+Ctrl+Right { move-column-right; } Mod+Ctrl+H { move-column-left; } - Mod+Ctrl+J { move-window-down; } - Mod+Ctrl+K { move-window-up; } + //Mod+Ctrl+J { move-window-down; } + //Mod+Ctrl+K { move-window-up; } Mod+Ctrl+L { move-column-right; } // Alternative commands that move across workspaces when reaching // the first or last window in a column. Mod+J { focus-window-or-workspace-down; } Mod+K { focus-window-or-workspace-up; } - // Mod+Ctrl+J { move-window-down-or-to-workspace-down; } - // Mod+Ctrl+K { move-window-up-or-to-workspace-up; } + Mod+Ctrl+J { move-window-down-or-to-workspace-down; } + Mod+Ctrl+K { move-window-up-or-to-workspace-up; } Mod+Home { focus-column-first; } Mod+End { focus-column-last; }