5 lines
101 B
Bash
Executable file
5 lines
101 B
Bash
Executable file
#!/bin/sh
|
|
|
|
swaymsg mode "empty"
|
|
swaymsg move container to workspace "`echo | $1`"
|
|
swaymsg mode "tag"
|