update dotfiles
This commit is contained in:
28
sway/config.d/autostart_applications
Normal file
28
sway/config.d/autostart_applications
Normal file
@ -0,0 +1,28 @@
|
||||
# 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_always 'gammastep -c .config/gammastep/config.ini &'
|
||||
exec 'syncthing &'
|
||||
exec 'seahorse'
|
||||
exec_always 'autotiling -w 1 2 3 4 5 6 7 8 9 10'
|
||||
exec 'appimagelauncherd'
|
||||
# exec '~/Applications/filen_x86_64.AppImage &'
|
||||
# exec 'nextcloud'
|
Reference in New Issue
Block a user