diff --git a/modules/home/desktop/niri/niri.nix b/modules/home/desktop/niri/niri.nix index 9904f58..06ae47b 100644 --- a/modules/home/desktop/niri/niri.nix +++ b/modules/home/desktop/niri/niri.nix @@ -277,6 +277,7 @@ in { Mod+Shift+T { set-column-width "67%"; } Mod+V { toggle-column-tabbed-display; } Mod+G { switch-focus-between-floating-and-tiling; } + Mod+X { spawn "pkill" "-SIGUSR1" "waybar"; } // hide/show waybar Mod+Ctrl+Comma { consume-or-expel-window-left; } Mod+Ctrl+Period { consume-or-expel-window-right; }