feat: hyprland - launch my daily-used apps at startup

This commit is contained in:
Ryan Yin
2025-06-02 10:07:44 +08:00
parent bc36220606
commit ca627a1b28
3 changed files with 25 additions and 9 deletions

View File

@@ -1,5 +1,19 @@
#-- Startup ----------------------------------------------------
## Fix anyrun
## https://github.com/anyrun-org/anyrun/issues/153
exec-once = ln -s "$XDG_RUNTIME_DIR/hypr" /tmp/hypr
## Launch my daily-used apps at startup
# Terminals
exec-once = foot
exec-once = alacritty
# Browsers
exec-once = firefox
exec-once = google-chrome-stable
# Chat
exec-once = telegram-desktop
# Switch to Terminals & Browsers
exec-once = sleep 3; hyprctl dispatch workspace 1
exec-once = sleep 3; hyprctl dispatch workspace 4