mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
8 lines
171 B
Bash
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"
|