diff options
author | shmibs <shmibs@gmail.com> | 2014-05-21 08:26:56 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-05-21 08:26:56 -0700 |
commit | a995874431c74929a8ac26ddaf96741429e6382d (patch) | |
tree | 0c910b426ba3d72d0578dd35d2c65e1b3712a3cc /.config/dunst/dunstrc | |
parent | b77c909e0c03638004ba2e04f283934da8058d37 (diff) | |
download | dotfiles-a995874431c74929a8ac26ddaf96741429e6382d.tar.gz |
minor updates
nothing important to see here
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r-- | .config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index e581916..3ac60ec 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -144,12 +144,12 @@ # Otherwise the '#' and following would be interpreted as a comment. background = "#333333" foreground = "#dcdcdc" - timeout = 0 + timeout = 10 [urgency_normal] background = "#333333" foreground = "#fcfcfc" - timeout = 0 + timeout = 10 [urgency_critical] background = "#a25136" |