etc/sway/move_container_to_workspace_by_menu
2020-11-04 04:03:20 +05:00

5 lines
101 B
Bash
Executable file

#!/bin/sh
swaymsg mode "empty"
swaymsg move container to workspace "`echo | $1`"
swaymsg mode "tag"