6 lines
101 B
Text
6 lines
101 B
Text
|
#!/bin/sh
|
||
|
|
||
|
swaymsg mode "empty"
|
||
|
swaymsg move container to workspace "`echo | $1`"
|
||
|
swaymsg mode "tag"
|