From 8ff4502b4e87b993e2d1b48740f625f0e02bcb1b Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Tue, 4 Jan 2022 11:42:02 -0500 Subject: [PATCH] Update dunstrc for the new dunst --- home/.config/dunst/dunstrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/home/.config/dunst/dunstrc b/home/.config/dunst/dunstrc index c77d7e2..7d0d340 100644 --- a/home/.config/dunst/dunstrc +++ b/home/.config/dunst/dunstrc @@ -69,8 +69,10 @@ # 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" @@ -149,7 +151,7 @@ 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 -- 2.20.1