dotfiles/.config/sway/scratchpads.sh

5 lines
161 B
Bash
Executable File

#!/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