mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-17 22:49:42 +02:00
20 lines
509 B
Plaintext
20 lines
509 B
Plaintext
#-- 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
|