dotfiles/home/dot_config/sway/scripts/executable_joplin.sh
2023-09-10 11:43:47 -07:00

8 lines
171 B
Bash

#!/usr/bin/env bash
while ! [[ $(swaymsg -t get_tree | grep '"class": "Joplin"') ]]
do
sleep .05
done
swaymsg '[class="Joplin"]' move container to workspace "7:note"