mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:55:22 +08:00
modules.system.gui: add keybinding to move workspace to next monitor
This commit is contained in:
@@ -81,6 +81,7 @@ inputs:
|
|||||||
"Mod+Right".action.focus-column-right = {};
|
"Mod+Right".action.focus-column-right = {};
|
||||||
"Mod+MouseMiddle".action.close-window = {};
|
"Mod+MouseMiddle".action.close-window = {};
|
||||||
"Mod+L".action.spawn = [ "dms" "ipc" "lock" "lock" ];
|
"Mod+L".action.spawn = [ "dms" "ipc" "lock" "lock" ];
|
||||||
|
"Mod+W".action.move-workspace-to-monitor-next = {};
|
||||||
};
|
};
|
||||||
outputs =
|
outputs =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user