Manually start xfce4-notifyd at startup

xfce4-notifyd removed dbus starting in 0.6.2, and I can't enable it
with systemd, so I need to start it manually. grumble grumble.

https://bbs.archlinux.org/viewtopic.php?id=258715
This commit is contained in:
Adam Goldsmith 2020-09-06 01:33:57 -04:00
parent 8e0cc0a60f
commit 91106ce377

View File

@ -11,6 +11,7 @@ set $config_dir ~/.config/i3
## Startup Applications ## ## Startup Applications ##
exec --no-startup-id ~/.fehbg exec --no-startup-id ~/.fehbg
exec --no-startup-id xfce4-panel -d exec --no-startup-id xfce4-panel -d
exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id redshift-gtk -l 43:-72 exec --no-startup-id redshift-gtk -l 43:-72
exec --no-startup-id insync start exec --no-startup-id insync start