mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
dunst: added dnd mode
This commit is contained in:
7
.local/bin/tools/dnd_start
Executable file
7
.local/bin/tools/dnd_start
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
notify-send -u low "dunst" "Do not disturb started"
|
||||
dunstctl history-clear
|
||||
dunstctl rule dnd_low enable
|
||||
dunstctl rule dnd_normal enable
|
||||
dunstctl rule sound_normal disable
|
Reference in New Issue
Block a user