From 7705e14276930df8b92611bcad85908b2768a3ce Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 29 Jun 2026 11:22:52 +0200 Subject: [PATCH] switch the binds for lifebook mostly back to default --- modules/wm/niri/binds/lifebook.kdl | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/modules/wm/niri/binds/lifebook.kdl b/modules/wm/niri/binds/lifebook.kdl index 5b63b55..a43db7a 100644 --- a/modules/wm/niri/binds/lifebook.kdl +++ b/modules/wm/niri/binds/lifebook.kdl @@ -49,12 +49,6 @@ binds { Mod+K { focus-window-up; } 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+Ctrl+Left { move-column-left; } Mod+Ctrl+Down { move-window-down; } Mod+Ctrl+Up { move-window-up; } @@ -64,12 +58,6 @@ binds { Mod+Ctrl+K { move-window-up; } 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; } - // Alternative commands that move across workspaces when reaching // the first or last window in a column. // Mod+J { focus-window-or-workspace-down; } @@ -91,12 +79,6 @@ binds { Mod+Shift+K { focus-monitor-up; } 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+Ctrl+Left { move-column-to-monitor-left; } Mod+Shift+Ctrl+Down { move-column-to-monitor-down; } Mod+Shift+Ctrl+Up { move-column-to-monitor-up; } @@ -106,12 +88,6 @@ binds { Mod+Shift+Ctrl+K { move-column-to-monitor-up; } 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; } - // Alternatively, there are commands to move just a single window: // Mod+Shift+Ctrl+Left { move-window-to-monitor-left; } // ... @@ -123,7 +99,7 @@ binds { Mod+Page_Down { focus-workspace-down; } Mod+Page_Up { focus-workspace-up; } Mod+U { focus-workspace-down; } - //Mod+I { focus-workspace-up; } + Mod+I { focus-workspace-up; } 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; } @@ -136,7 +112,7 @@ binds { Mod+Shift+Page_Down { move-workspace-down; } Mod+Shift+Page_Up { move-workspace-up; } Mod+Shift+U { move-workspace-down; } - //Mod+Shift+I { move-workspace-up; } + Mod+Shift+I { move-workspace-up; } Mod+WheelScrollDown cooldown-ms=150 { focus-workspace-down; } Mod+WheelScrollUp cooldown-ms=150 { focus-workspace-up; } @@ -191,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; }