diff --git a/sway/scripts/btn_extra.sh b/sway/scripts/btn_extra.sh deleted file mode 100755 index ec005ee..0000000 --- a/sway/scripts/btn_extra.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -running_app=$(swaymsg -t get_tree | jq -r 'recurse(.nodes[]?) | select(.focused==true) | .app_id') - -if [ "$running_app" = "anki" ]; then - echo "kitty open found 😇" -else - echo "no kitty 😿" - echo "but ${running_app}" -fi