mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-22 16:03:50 +01:00
8 lines
106 B
Bash
8 lines
106 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
notify-send "DUNST_COMMAND_PAUSE"
|
||
|
|
||
|
i3lock-fancy -n
|
||
|
|
||
|
notify-send "DUNST_COMMAND_RESUME"
|