From 91106ce377537a44bc3ba6557529b3d66c182564 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 6 Sep 2020 01:33:57 -0400 Subject: [PATCH] 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 --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index 68e986d..795aa02 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -11,6 +11,7 @@ set $config_dir ~/.config/i3 ## Startup Applications ## exec --no-startup-id ~/.fehbg 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 redshift-gtk -l 43:-72 exec --no-startup-id insync start