From d266419c9db9e9073c4152347c860935b87f3103 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 4 Jun 2026 16:44:58 -0500 Subject: [PATCH] Minor edits --- .config/niri/config.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index 774a743..bd502ef 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -383,8 +383,8 @@ binds { Mod+Shift+apostrophe { screenshot; } // Force the focused window to exactly 1854 x 882 pixels - //Mod+Shift+semicolon { spawn-sh "niri msg action set-column-width 1854 && niri msg action set-window-height 882"; } - Mod+Shift+semicolon { spawn-sh "niri msg action set-column-width 1854 && niri msg action set-window-height 882 && niri msg action fullscreen-window"; } + Mod+semicolon { spawn-sh "niri msg action set-column-width 1854 && niri msg action set-window-height 882 && niri msg action center-window"; } + Mod+Shift+semicolon { spawn-sh "niri msg action toggle-window-floating && niri msg action toggle-window-floating && niri msg action maximize-column"; } // Applications such as remote-desktop clients and software KVM switches may // request that niri stops processing the keyboard shortcuts defined here