add script to move workspace to a different monitor (thanks, steven!)
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
c21be1bdf3
commit
892dc73426
1 changed files with 6 additions and 0 deletions
6
i3-move-workspace
Executable file
6
i3-move-workspace
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
#i3 move workspace to output right
|
||||
# You may also use left, right, up, down
|
||||
|
||||
i3 move workspace to output "$1"
|
Loading…
Reference in a new issue