[Astal] Fix launch on new astal version

This commit is contained in:
2025-11-01 10:37:26 +01:00
parent 814b975533
commit 5b5fa9ad4e
2 changed files with 4 additions and 4 deletions

View File

@@ -13,9 +13,9 @@ exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = hypridle exec-once = hypridle
exec-once = nm-applet exec-once = nm-applet
exec-once = nextcloud --background exec-once = nextcloud --background
exec-once = sleep 2 && bash -c "ags run -d ~/projects/dotfiles/config/astal/ --gtk4 >> /tmp/runner-log 2>&1" exec-once = sleep 2 && bash -c "ags run -d ~/projects/dotfiles/config/astal/ --gtk 4 >> /tmp/runner-log 2>&1"
# exec-once = sleep 2 && bash -c "ags run -d ~/projects/active/dotfiles/config/astal/ --gtk4" # exec-once = sleep 2 && bash -c "ags run -d ~/projects/active/dotfiles/config/astal/ --gtk4"
exec-once = bash -c "ags run -d ~/projects/dotfiles/config/ags/notifications/ >> /tmp/notifier-log 2>&1" exec-once = bash -c "ags run -d ~/projects/dotfiles/config/ags/notifications/ --gtk 3 >> /tmp/notifier-log 2>&1"
# exec-once = bash -c "ags run -d ~/projects/active/dotfiles/config/ags/notifications/" # exec-once = bash -c "ags run -d ~/projects/active/dotfiles/config/ags/notifications/"
# ── wlhist ────────────────────────────────────────────────────────── # ── wlhist ──────────────────────────────────────────────────────────

View File

@@ -8,6 +8,6 @@ echo "
killall gjs killall gjs
killall ags killall ags
sleep 4 sleep 4
ags run -d ~/projects/dotfiles/config/astal --gtk4 & disown ags run -d ~/projects/dotfiles/config/astal --gtk 4 & disown
sleep 2 sleep 2
ags run -d ~/projects/dotfiles/config/ags/notifications & disown ags run -d ~/projects/dotfiles/config/ags/notifications --gtk 3 & disown