summaryrefslogtreecommitdiff
path: root/xscreensaver-companion
diff options
context:
space:
mode:
Diffstat (limited to 'xscreensaver-companion')
-rwxr-xr-xxscreensaver-companion4
1 files changed, 2 insertions, 2 deletions
diff --git a/xscreensaver-companion b/xscreensaver-companion
index 929f48a..3d23176 100755
--- a/xscreensaver-companion
+++ b/xscreensaver-companion
@@ -35,13 +35,13 @@ function parse_actions
case $action in
(LOCK|BLANK)
setxkbmap us -option
- notify-send DUNST_COMMAND_PAUSE
+ dunstctl set-paused true
;;
(UNBLANK)
check_start gxkb
$HOME/git/mine/vscripts/mykblayouts
$HOME/.local/bin/touchpad-config
- notify-send DUNST_COMMAND_RESUME
+ dunstctl set-paused false
;;
esac
done