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