dbus added for notifications
This commit is contained in:
parent
015921ac7b
commit
62ea943a21
2 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,7 @@ putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch"
|
||||||
rm -f "/home/$name/README.md" "/home/$name/LICENSE"
|
rm -f "/home/$name/README.md" "/home/$name/LICENSE"
|
||||||
|
|
||||||
# Enable services here.
|
# Enable services here.
|
||||||
serviceinit alsa NetworkManager wpa_supplicant
|
serviceinit alsa wpa_supplicant dbus
|
||||||
|
|
||||||
# Most important command! Get rid of the beep!
|
# Most important command! Get rid of the beep!
|
||||||
systembeepoff
|
systembeepoff
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
,xcompmgr,"is for transparency and removing screen-tearing."
|
,xcompmgr,"is for transparency and removing screen-tearing."
|
||||||
,xprop,"is a tool for detecting window properties."
|
,xprop,"is a tool for detecting window properties."
|
||||||
,libnotify,"allows desktop notifications."
|
,libnotify,"allows desktop notifications."
|
||||||
|
,dbus,"facilitates inter-process communication."
|
||||||
,dunst,"is a suckless notification system."
|
,dunst,"is a suckless notification system."
|
||||||
,sxiv,"is a minimalist image viewer."
|
,sxiv,"is a minimalist image viewer."
|
||||||
,xwallpaper,"sets the wallpaper."
|
,xwallpaper,"sets the wallpaper."
|
||||||
|
|
|
Loading…
Reference in a new issue