Skip to content

Instantly share code, notes, and snippets.

@nikp123
Created March 14, 2020 21:33
Show Gist options
  • Save nikp123/605a0711251013a0949a0511ea8a0ef5 to your computer and use it in GitHub Desktop.
Save nikp123/605a0711251013a0949a0511ea8a0ef5 to your computer and use it in GitHub Desktop.
#!/bin/sh
while ! swaymsg -t get_tree | grep $1; do
sleep 0.1
done
swaymsg [class="$1"] kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment