diff --git a/modules/wm/niri/binds/lifebook.kdl b/modules/wm/niri/binds/lifebook.kdl index 6af006a..5b63b55 100644 --- a/modules/wm/niri/binds/lifebook.kdl +++ b/modules/wm/niri/binds/lifebook.kdl @@ -50,10 +50,10 @@ binds { Mod+L { focus-column-right; } // colemak-dh - Mod+M { focus-column-left; } - Mod+N { focus-window-down; } - Mod+E { focus-window-up; } - Mod+I { focus-column-right; } + //Mod+M { focus-column-left; } + //Mod+N { focus-window-down; } + //Mod+E { focus-window-up; } + //Mod+I { focus-column-right; } Mod+Ctrl+Left { move-column-left; } Mod+Ctrl+Down { move-window-down; } @@ -65,10 +65,10 @@ binds { Mod+Ctrl+L { move-column-right; } // colemak-dh - Mod+Ctrl+M { move-column-left; } - Mod+Ctrl+N { move-window-down; } - Mod+Ctrl+E { move-window-up; } - Mod+Ctrl+I { move-column-right; } + //Mod+Ctrl+M { move-column-left; } + //Mod+Ctrl+N { move-window-down; } + //Mod+Ctrl+E { move-window-up; } + //Mod+Ctrl+I { move-column-right; } // Alternative commands that move across workspaces when reaching // the first or last window in a column. @@ -92,10 +92,10 @@ binds { Mod+Shift+L { focus-monitor-right; } //colemak-dh - Mod+Shift+M { focus-monitor-left; } - Mod+Shift+N { focus-monitor-down; } - Mod+Shift+I { focus-monitor-up; } - Mod+Shift+O { focus-monitor-right; } + //Mod+Shift+M { focus-monitor-left; } + //Mod+Shift+N { focus-monitor-down; } + //Mod+Shift+I { focus-monitor-up; } + //Mod+Shift+O { focus-monitor-right; } Mod+Shift+Ctrl+Left { move-column-to-monitor-left; } Mod+Shift+Ctrl+Down { move-column-to-monitor-down; } @@ -107,10 +107,10 @@ binds { Mod+Shift+Ctrl+L { move-column-to-monitor-right; } // colemak-dh - Mod+Shift+Ctrl+M { move-column-to-monitor-left; } - Mod+Shift+Ctrl+N { move-column-to-monitor-down; } - Mod+Shift+Ctrl+E { move-column-to-monitor-up; } - Mod+Shift+Ctrl+I { move-column-to-monitor-right; } + //Mod+Shift+Ctrl+M { move-column-to-monitor-left; } + //Mod+Shift+Ctrl+N { move-column-to-monitor-down; } + //Mod+Shift+Ctrl+E { move-column-to-monitor-up; } + //Mod+Shift+Ctrl+I { move-column-to-monitor-right; } // Alternatively, there are commands to move just a single window: // Mod+Shift+Ctrl+Left { move-window-to-monitor-left; }