Updated config
This commit is contained in:
parent
910bb4a930
commit
dea8315917
11 changed files with 45 additions and 25 deletions
|
@ -1,13 +1,21 @@
|
|||
# Autostart
|
||||
exec-once = swaybg -i ~/pictures/wallpapers/current
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
exec-once = $statusbar
|
||||
exec-once = ssh-agent -D -a $SSH_AUTH_SOCK
|
||||
exec-once = openrc --user gui
|
||||
# Audio effects
|
||||
exec-once = easyeffects --gapplication-service
|
||||
|
||||
# Disabled
|
||||
#exec-once = /usr/libexec/pipewire-launcher
|
||||
#exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
#exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
#exec-once = waypaper --restore
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue