more config files
This commit is contained in:
parent
1b28ec5ec1
commit
1a25393183
22 changed files with 3628 additions and 1 deletions
10
private_dot_config/sway/scripts/executable_btn_extra.sh
Normal file
10
private_dot_config/sway/scripts/executable_btn_extra.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue