diff options
Diffstat (limited to 'config/X')
-rw-r--r-- | config/X/dunst/dunstrc | 2 | ||||
-rw-r--r-- | config/X/picom/picom.conf | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/config/X/dunst/dunstrc b/config/X/dunst/dunstrc index a83f45f..31fbae0 100644 --- a/config/X/dunst/dunstrc +++ b/config/X/dunst/dunstrc @@ -30,7 +30,7 @@ height = 80 # Position the notification in the top right corner - origin = top-right + origin = top-center # Offset from the origin offset = 10x10 diff --git a/config/X/picom/picom.conf b/config/X/picom/picom.conf index 3e15abf..48d6e20 100644 --- a/config/X/picom/picom.conf +++ b/config/X/picom/picom.conf @@ -3,7 +3,8 @@ ################################# corner-radius = 5.0; rounded-corners-exclude = [ - "class_g = 'Dunst'" + "class_g = 'Dunst'", + "class_g = 'dwm'" ]; round-borders = 1; |