21 lines
No EOL
476 B
Text
21 lines
No EOL
476 B
Text
# Audio effects
|
|
exec-once = easyeffects --gapplication-service
|
|
|
|
# Clipboard
|
|
exec-once = wl-paste --watch cliphist store
|
|
|
|
# OpenRC user services like pipewire
|
|
exec-once = openrc --user gui
|
|
|
|
# Polkit for authentication
|
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
|
|
# SSH agent
|
|
exec-once = ssh-agent -D -a $SSH_AUTH_SOCK
|
|
|
|
# Status bar
|
|
exec-once = $statusbar
|
|
|
|
# Wallpaper
|
|
exec-once = waypaper --restore
|
|
#exec-once = swaybg -i ~/pictures/wallpapers/current |