A tool which allows easy moving of workspaces to and from outputs
Developed for use with the Sway compositor
``` SwayWs allows easy moving of workspaces to and from outputs
Usage: swayws
Commands: focus Focus a workspace list Lists infos about sway move Moves a workspace to a specified output range Moves a range of workspaces to a specified output help Print this message or the help of the given subcommand(s) ```
swayws m[ove]
``` Moves a workspace to a specified output
Usage: swayws move [OPTIONS]
Arguments:
Options:
-a, --away Moves workspace to output that does not match the specified output name
--not
swayws r[ange]
``` Moves a range of workspaces to a specified output
Usage: swayws range [OPTIONS]
Arguments:
Options:
-a, --away Moves workspace to output that does not match the specified output name
--not
```sh swayws move 1 eDP-1
swayws range 11 20 DP-3 swayws range 11 20 eDP-1 --away swayws range 11 20 eDP-1 --away --not DP-3 --not DP-5
swayws list
swayws focus 1 ```