New backup 2025-12-28 09:30:01

This commit is contained in:
Penelope Gwen 2025-12-28 09:30:01 -08:00
parent 070815ae26
commit 477da14b04
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ bindsym {
#terminal
$mod+Return exec $term
#floating terminal
$mod+Shift+Return exec $HOME/.config/sway/scripts/exec-float $term '$float'
$mod+Shift+Return exec $HOME/.config/sway/scripts/exec-float $term floating toggle
#launcher
$mod+d exec $menu
#launcher reload

View file

@ -2,7 +2,7 @@
eval "$1 &"
saved=$!
echo $saved; shift
swaymsg for_window [pid=$saved] "$@"
swaymsg [pid=$saved] "$@"
while [ "$?" = "2" ];do
swaymsg for_window [pid=$saved] "$@"
swaymsg [pid=$saved] "$@"
done