etc/sway/move_container_to_workspace_by_menu

6 lines
101 B
Text
Raw Normal View History

2020-11-04 02:03:20 +03:00
#!/bin/sh
swaymsg mode "empty"
swaymsg move container to workspace "`echo | $1`"
swaymsg mode "tag"