chore: update flake

This commit is contained in:
Leon Schwarzäugl 2025-08-25 22:50:19 +02:00
parent 9f93bf814a
commit a7f24d1d67
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 21 additions and 19 deletions

View file

@ -1,7 +1,7 @@
while :; do
case ${1:-} in
-k | --kitty)
cmd=(sh -c 'kitty --app-id kittyterm -o confirm_os_window_close=0 zellij attach --create kittyterm' '&')
cmd=(sh -c 'kitty --app-id kittyterm -T kittyterm -o confirm_os_window_close=0 zellij attach --create kittyterm' '&')
searchapp="kittyterm"
;;
-e | --element)
@ -13,7 +13,7 @@ while :; do
searchapp="vesktop"
;;
-s | --spotifyplayer)
cmd=(sh -c 'kitty --add-id spotifytui -o confirm_os_window_close=0 spotify_player' '&')
cmd=(sh -c 'kitty --add-id spotifytui -T spotifytui -o confirm_os_window_close=0 spotify_player' '&')
searchapp="spotifytui"
;;
*) break ;;