-
Notifications
You must be signed in to change notification settings - Fork 23
enablewsbyname
Bakkeby edited this page Feb 27, 2024
·
3 revisions
Function | Expected argument | Default keybinding |
---|---|---|
enablewsbyname | string (workspace name) | Super+Alt+<number> |
The enablewsbyname
function enables the workspace with a given name in additon to the current
workspace.
If the workspace with the given name is already being viewed then the workspace will be removed from view.
If the function is used on the remaining active workspace on a monitor then there will be no active workspaces on that monitor.
The default configuration is such that the keybinding of Super+Alt+6
will enable workspace 6 in
addition to the current workspace.
External command:
$ duskc run_command enablewsbyname "6" # enables workspace 6 in addition to the current workspace
Also see the EnableWorkspace flag.
Concepts | Configuration | Features | Flags | Functionality | Functions