35 lines
909 B
Plaintext
35 lines
909 B
Plaintext
# Auth with polkit-gnome:
|
|
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
|
|
# Import environment variables for user systemd service manager
|
|
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|
|
|
# Update dbux environments with display variables
|
|
exec hash dbus-update-activation-environment 2>/dev/null && \
|
|
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|
|
|
# Desktop notifications
|
|
exec mako
|
|
|
|
# Start foot server
|
|
exec_always --no-startup-id foot --server
|
|
|
|
# Autotiling
|
|
exec autotiling
|
|
|
|
# cliphist
|
|
exec wl-paste --type text --watch cliphist store
|
|
exec wl-paste --type image --watch cliphist store
|
|
|
|
# Network Applet
|
|
exec nm-applet --indicator
|
|
|
|
# Firewall Applet
|
|
exec sleep 2 && firewall-applet
|
|
|
|
# Sway Fader
|
|
# exec python3 ~/.config/sway/scripts/swayfader.py
|
|
|
|
# nwg-drawer
|
|
exec_always nwg-drawer -r -c 7 -is 90 -mb 10 -ml 50 -mr 50 -mt 10
|