25 lines
763 B
Plaintext
25 lines
763 B
Plaintext
# Auth with polkit-gnome
|
|
exec /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
|
|
|
|
# Desktop notifications
|
|
exec mako
|
|
|
|
# Network Applet
|
|
exec nm-applet --indicator
|
|
|
|
# GTK3 applications take a long time to start
|
|
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|
exec hash dbus-update-activation-environment 2>/dev/null && \
|
|
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|
|
|
# Welcome App
|
|
#exec dex -a -s /etc/xdg/autostart/:~/.config/autostart/
|
|
|
|
# Sway Fader
|
|
# exec python3 ~/.config/sway/scripts/swayfader.py
|
|
|
|
# Autostart
|
|
exec 'syncthing &'
|
|
exec 'gammastep -l 0:0 -o -b 0.9:0.9 &'
|
|
exec_always 'autotiling -w 1 3 5 7 9'
|
|
# https://man.archlinux.org/man/extra/gammastep/gammastep.1.en |