diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-16 22:18:53 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-08-06 13:17:30 +0200 |
commit | 172bb94a329c330d76e22fc61d6a61527ba3f9af (patch) | |
tree | 4154ccd8bca3c7b3095a3febb8e1d97eae0a1295 | |
parent | 15ac7fb4712fa7b25ba562d7e6af94238e71cf8b (diff) | |
download | dotfiles-172bb94a329c330d76e22fc61d6a61527ba3f9af.tar.xz |
dunst: Use bigger font/window
-rw-r--r-- | dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dunst/dunstrc b/dunst/dunstrc index 07c5114..3a5132b 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -1,5 +1,5 @@ [global] - font = Terminus 10 + font = Terminus 14 allow_markup = yes format = "%a\n%s %p\n%b" sort = no @@ -8,7 +8,7 @@ show_age_threshold = 60 word_wrap = yes ignore_newline = no - geometry = "550x0-1+18" + geometry = "600x0-1+18" transparency = 15 idle_threshold = 120 monitor = 0 |