From 354543db248d33764069f855a89090447bfd252b Mon Sep 17 00:00:00 2001 From: chn Date: Sat, 6 Dec 2025 15:09:07 +0800 Subject: [PATCH] modules.system.gui: add keybinding to move workspace to next monitor --- modules/system/gui.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/gui.nix b/modules/system/gui.nix index faa87c8f..adbb2811 100644 --- a/modules/system/gui.nix +++ b/modules/system/gui.nix @@ -81,6 +81,7 @@ inputs: "Mod+Right".action.focus-column-right = {}; "Mod+MouseMiddle".action.close-window = {}; "Mod+L".action.spawn = [ "dms" "ipc" "lock" "lock" ]; + "Mod+W".action.move-workspace-to-monitor-next = {}; }; outputs = {