From eb1cf0474c3db708113426b021bd053dbb2c07eb Mon Sep 17 00:00:00 2001 From: Never Gude Date: Wed, 28 Jan 2026 01:02:25 +0100 Subject: [PATCH] keybind change --- .config/niri/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index f3d7771..6cc6eb0 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -556,7 +556,7 @@ binds { // The following binds move the focused window in and out of a column. // If the window is alone, they will consume it into the nearby column to the side. // If the window is already in a column, they will expel it out. - Mod+Ctrl+Z { consume-or-expel-window-left; } + Mod+Ctrl+Y { consume-or-expel-window-left; } Mod+Ctrl+O { consume-or-expel-window-right; } // Consume one window from the right to the bottom of the focused column.