New backup 2025-11-13 09:45:02

This commit is contained in:
Penelope Gwen 2025-11-13 09:45:02 -08:00
parent 346b2df675
commit 89ffccf7ed

View file

@ -0,0 +1,8 @@
#!/bin/sh
eval "$1 &"
saved=$!
echo $saved; shift
swaymsg for_window [pid=$saved] "$@" floating enable
while [ "$?" = "2" ];do
swaymsg for_window [pid=$saved] "$@" floating enable
done