diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-21 01:29:54 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-21 01:29:54 +0200 |
commit | ff3ac54b6a212c1bad572fd318acc4f378fa0302 (patch) | |
tree | 88f09af226f3626a240a09cfccdce385608fc126 /.config | |
parent | update (diff) | |
download | dotfiles-bsd-ff3ac54b6a212c1bad572fd318acc4f378fa0302.tar.gz dotfiles-bsd-ff3ac54b6a212c1bad572fd318acc4f378fa0302.tar.bz2 dotfiles-bsd-ff3ac54b6a212c1bad572fd318acc4f378fa0302.tar.xz dotfiles-bsd-ff3ac54b6a212c1bad572fd318acc4f378fa0302.tar.zst dotfiles-bsd-ff3ac54b6a212c1bad572fd318acc4f378fa0302.zip |
cool updates
Diffstat (limited to '.config')
-rw-r--r-- | .config/dunst/dunstrc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index d49a8e1..f7bcd41 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -12,6 +12,9 @@ padding = 2 horizontal_padding = 10 frame_width = 2 + close = ctrl+space + history = ctrl+grave + context = ctrl+shift+period # Define a color for the separator. # possible values are: @@ -67,10 +70,7 @@ per_monitor_dpi = false # [shortcuts] -# close = ctrl+space # close_all = ctrl+shift+space -# history = ctrl+grave -# context = ctrl+shift+period [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -#[espeak] # >shutup -# summary = "*" # >shutup -# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +[espeak] # >shutup + summary = "*" # >shutup + script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" |