diff options
| -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 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: # <b>bold</b> @@ -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..) |