Explorar o código

Add note about cron notifications with lib-notify

Andrew Swistak %!s(int64=11) %!d(string=hai) anos
pai
achega
25994f4851
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -187,6 +187,11 @@ usermod -a -G audio,video,network,power,disk,storage,optical,lp,systemd-journal
 sudo pacman -S xorg-server xorg-xrdb xfce4-notifyd
 sudo cp /this/repo/xorg.conf.d/10-monitor.conf /etc/X11/xorg.conf.d/
 ```
+To get notifications working from cron jobs, you might need to add to the top of your crontab or give pass it your ```DBUS_SESSIONS_BUS_ADDRESS```.
+```
+DISPLAY=:0.0
+XAUTHORITY=/home/user/.Xauthority
+```
 
 ##### Fonts
 ```sh