892dc73426
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
6 lines
122 B
Bash
Executable file
6 lines
122 B
Bash
Executable file
#!/bin/sh
|
|
|
|
#i3 move workspace to output right
|
|
# You may also use left, right, up, down
|
|
|
|
i3 move workspace to output "$1"
|