dbus added for notifications

This commit is contained in:
Luke Smith 2019-05-29 18:46:57 -04:00
parent 015921ac7b
commit 62ea943a21
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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."

1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
18 xcompmgr is for transparency and removing screen-tearing.
19 xprop is a tool for detecting window properties.
20 libnotify allows desktop notifications.
21 dbus facilitates inter-process communication.
22 dunst is a suckless notification system.
23 sxiv is a minimalist image viewer.
24 xwallpaper sets the wallpaper.