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:
Nico Schottelius 2014-02-26 14:26:02 +01:00
parent c21be1bdf3
commit 892dc73426
1 changed files with 6 additions and 0 deletions

6
i3-move-workspace Executable file
View 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"