Update dunstrc for the new dunst
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 4 Jan 2022 16:42:02 +0000 (11:42 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 4 Jan 2022 16:47:18 +0000 (11:47 -0500)
home/.config/dunst/dunstrc

index c77d7e2..7d0d340 100644 (file)
     # screen width minus the width defined in within the geometry option.
 
     # 3840x2160
-    geometry = "0x10-5+35"
-    font = Iosevka 10
+    #geometry = "0x10-5+35"
+    width = (100, 2100)
+    height = 1024
+    font = Iosevka 11
 
     # 3440x1440
     #geometry = "400x80-0+30"
     dmenu = /usr/bin/dmenu -p dunst:
 
     # Browser for opening urls in context menu.
-    browser = brave-browser
+    browser = firefox
 
     # Align icons left/right/off
     icon_position = off
This page took 0.027773 seconds and 4 git commands to generate.