diff options
| author | Andrew <saintruler@gmail.com> | 2020-06-10 15:54:51 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-06-10 15:54:51 +0400 |
| commit | f5380f06e70e2118306b6f361143458edf292ac9 (patch) | |
| tree | db0fe5f17ac4cefdf4c765066a530c332929e095 | |
| parent | 92b84980d7881f63a1992f04faa1ea565da72b86 (diff) | |
Changed font size and geometry of dunst notifications
| -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..) |