avoid hardcoding the script path for xscreensaver-companion

This commit is contained in:
Von Random 2017-08-11 18:43:59 +03:00
parent 6bc06170d5
commit 8546396fd9

View file

@ -9,7 +9,7 @@ function parse_actions
/usr/bin/notify-send DUNST_COMMAND_PAUSE
;;
(UNBLANK)
/home/von/vscripts/mykblayouts
$HOME/vscripts/mykblayouts
/usr/bin/notify-send DUNST_COMMAND_RESUME
;;
esac