Update dunstrc for 4k
[khome.git] / home / .config / dunst / dunstrc
index b3b47ca..c77d7e2 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
     # screen width minus the width defined in within the geometry option.
 
     # 3840x2160
-    #geometry = "600x80-0+60"
-    #font = Terminus 24
+    geometry = "0x10-5+35"
+    font = Iosevka 10
 
     # 3440x1440
-    geometry = "400x80-0+30"
-    font = Terminus 14
+    #geometry = "400x80-0+30"
+    #font = Iosevka Fixed SS09 Extended 12
 
     # Shrink window if it's smaller than the width.  Will be ignored if
     # width is 0.
     dmenu = /usr/bin/dmenu -p dunst:
 
     # Browser for opening urls in context menu.
-    browser = qutebrowser
+    browser = brave-browser
 
     # Align icons left/right/off
     icon_position = off
This page took 0.028104 seconds and 4 git commands to generate.