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