summaryrefslogtreecommitdiff
path: root/.config/sway/scripts.d/scratchpads.sh
blob: bb8e361e37411f8235556fe601e4475ad90c4d95 (plain)
1
2
3
4
#!/bin/sh

( swaymsg -t get_tree | /bin/grep '"app_id": "'$1'"' ) || ( ( $TERMINAL --class=$1 -e $2 & ) && sleep 0.2 )
swaymsg "[app_id=\"$1\"]" scratchpad show