From f5380f06e70e2118306b6f361143458edf292ac9 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 10 Jun 2020 15:54:51 +0400 Subject: Changed font size and geometry of dunst notifications --- .config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/dunst') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 108dc9e..c975817 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,5 +1,5 @@ [global] - font = Monospace 8 + font = Monospace 13 # allow a small subset of html markup: # bold @@ -59,7 +59,7 @@ # right side of the screen. Y is measured from the top and down respectevly. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "300x5-30+20" + geometry = "0x5-30+20" # The transparency of the window. range: [0; 100] # This option will only work if a compositing windowmanager is present (e.g. xcompmgr, compiz, etc..) -- cgit v1.2.3