From db36549ab204b8b668b18a8996cc5d1a9e049527 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Mon, 13 Jan 2025 07:43:52 -0500 Subject: [PATCH 1/2] Updated dunstrc --- config/dunst/dunstrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index c23a419..4823197 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -69,13 +69,11 @@ # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. origin="top-right" - offset= 25x25 - width=350 - height=200 + geometry=350x200-25+25 # Shrink window if it's smaller than the width. Will be ignored if # width is 0. - shrink = yes + shrink = no # The transparency of the window. Range: [0; 100]. # This option will only work if a compositing windowmanager is From 41b6dfc138bd18b0da641e8308997fea3b17d1b9 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Mon, 13 Jan 2025 07:44:16 -0500 Subject: [PATCH 2/2] Update config --- config/rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 0461708..58c09f0 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,2 +1,2 @@ -@import "dark.rasi" @import "aditya_style.rasi" +@import "dark.rasi"