workspace_by_menu 83 B

12345
  1. #!/bin/sh
  2. swaymsg mode "empty"
  3. swaymsg workspace "`echo | $1`"
  4. swaymsg mode "tag"