commit 62ea943a21bd726536c824fd5d640e9240dbd205
parent 015921ac7be1ef63f19ceb3f27dc6aaa4c3fb0f5
Author: Luke Smith <luke@lukesmith.xyz>
Date: Wed, 29 May 2019 18:46:57 -0400
dbus added for notifications
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/voiddwm/vlarbs.sh b/voiddwm/vlarbs.sh
@@ -131,7 +131,7 @@ putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch"
rm -f "/home/$name/README.md" "/home/$name/LICENSE"
# Enable services here.
-serviceinit alsa NetworkManager wpa_supplicant
+serviceinit alsa wpa_supplicant dbus
# Most important command! Get rid of the beep!
systembeepoff
diff --git a/voiddwm/vprogs.csv b/voiddwm/vprogs.csv
@@ -18,6 +18,7 @@
,xcompmgr,"is for transparency and removing screen-tearing."
,xprop,"is a tool for detecting window properties."
,libnotify,"allows desktop notifications."
+,dbus,"facilitates inter-process communication."
,dunst,"is a suckless notification system."
,sxiv,"is a minimalist image viewer."
,xwallpaper,"sets the wallpaper."