Skip to content

Commit

Permalink
scripts: Pause notifications when locking the screen
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathas-Conceicao <jonathas.conceicao@ossystems.com.br>
  • Loading branch information
Jonathas-Conceicao committed Feb 20, 2020
1 parent 0def1a9 commit 7a37bd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/lockscreen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ convert \

feh -ZYFxN $LOCKSCREEN_FILE &
FEH_PID=$!
xmonadctl dunst-pause

xl

xmonadctl dunst-resume
kill -TERM $FEH_PID
rm $LOCKSCREEN_FILE

0 comments on commit 7a37bd1

Please sign in to comment.