Update dunst font and geometry (to variable width)
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 5 Nov 2020 10:35:04 +0000 (05:35 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 5 Nov 2020 10:35:04 +0000 (05:35 -0500)
home/.config/dunst/dunstrc

index 14f8a2d..9eb351d 100644 (file)
@@ -55,6 +55,8 @@
 
     # The geometry of the window:
     #   [{width}]x{height}[+/-{x}+/-{y}]
+    # Default:
+    #   "0x0+0-0"
     # The geometry of the message window.
     # The height is measured in number of notifications everything else
     # in pixels.  If the width is omitted but the height is given
@@ -71,8 +73,9 @@
     #font = Terminus 24
 
     # 3440x1440
-    geometry = "400x80-0+30"
-    font = Terminus 14
+    #geometry = "400x80-0+30"
+    geometry = "0x10-10+30"
+    font = Iosevka Fixed SS09 Extended 14
 
     # Shrink window if it's smaller than the width.  Will be ignored if
     # width is 0.
This page took 0.028839 seconds and 4 git commands to generate.