mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-20 16:01:21 +02:00
10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
#-- Startup ----------------------------------------------------
|
|
exec-once = waybar --bar main-bar --log-level error
|
|
|
|
#-- Idle Daemon --
|
|
exec-once = hypridle
|
|
|
|
## Fix anyrun
|
|
## https://github.com/anyrun-org/anyrun/issues/153
|
|
exec-once = ln -s "$XDG_RUNTIME_DIR/hypr" /tmp/hypr
|