avoid hardcoding the script path for xscreensaver-companion
This commit is contained in:
parent
6bc06170d5
commit
8546396fd9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function parse_actions
|
||||||
/usr/bin/notify-send DUNST_COMMAND_PAUSE
|
/usr/bin/notify-send DUNST_COMMAND_PAUSE
|
||||||
;;
|
;;
|
||||||
(UNBLANK)
|
(UNBLANK)
|
||||||
/home/von/vscripts/mykblayouts
|
$HOME/vscripts/mykblayouts
|
||||||
/usr/bin/notify-send DUNST_COMMAND_RESUME
|
/usr/bin/notify-send DUNST_COMMAND_RESUME
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue