mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-18 18:07:45 +01:00
8 lines
182 B
Bash
Executable File
8 lines
182 B
Bash
Executable File
#!/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
|