From 13918fae2b7c22f6f960f41127f7f356876d37c4 Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 18 Aug 2025 13:30:00 +0200 Subject: [PATCH] wm/niri: Add keybinds for focussing monitors --- wm/niri.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wm/niri.nix b/wm/niri.nix index 92b8986..214d449 100644 --- a/wm/niri.nix +++ b/wm/niri.nix @@ -117,6 +117,8 @@ ckgrounds/nixos/nix-wallpaper-simple-dark-gray.png"; set-column-width set-window-height screenshot + focus-monitor-right + focus-monitor-left ; in { @@ -165,6 +167,8 @@ ckgrounds/nixos/nix-wallpaper-simple-dark-gray.png"; "Mod+Shift+Right".action = move-column-right; "Mod+Shift+Up".action = move-window-up-or-to-workspace-up; "Mod+Shift+Down".action = move-window-down-or-to-workspace-down; + "Mod+Alt+Left".action = focus-monitor-left; + "Mod+Alt+Right".action = focus-monitor-right; "Mod+Ctrl+Left".action = move-column-to-monitor-left; "Mod+Ctrl+Right".action = move-column-to-monitor-right;