From b78c88b3573a6f2c82fbe07c1e6e35781c7e69a3 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 2 Mar 2025 11:45:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-02 11:45:03 --- .config/niri/config.kdl##hostname.dbox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/niri/config.kdl##hostname.dbox b/.config/niri/config.kdl##hostname.dbox index 8f324876..b30bb22b 100644 --- a/.config/niri/config.kdl##hostname.dbox +++ b/.config/niri/config.kdl##hostname.dbox @@ -72,6 +72,7 @@ layout { // - "on-overflow", focusing a column will center it if it doesn't fit // together with the previously focused column. center-focused-column "never" + // /-always-center-single-column // You can customize the widths that "switch-preset-column-width" (Mod+R) toggles between. preset-column-widths { // Proportion sets the width as a fraction of the output width, taking gaps into account. @@ -603,7 +604,7 @@ binds { // Alternatively, there are commands to move just a single window: // Mod+Ctrl+1 { move-window-to-workspace 1; } // Switches focus between the current and the previous workspace. - Mod+Shift+Tab { + Alt+Tab { focus-workspace-previous } // Adapt the sway-window-switcher and bind it here