modules.system.gui: add keybinding to move workspace to next monitor

This commit is contained in:
2025-12-06 15:09:07 +08:00
parent 6a1f8f4278
commit 354543db24

View File

@@ -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 =
{