summaryrefslogtreecommitdiff
path: root/config/X
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-11 18:22:11 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-11 18:22:11 +0200
commitcdf1c6fba147580ce7226a4547d00a7a2142d232 (patch)
tree78179dc0fef16ac1ccddcf551857b512a5a9f60e /config/X
parentffb6d1aaedaa3882e356d7d58a5734b6f6a653e7 (diff)
[dunstrc] set frame width to 0
Diffstat (limited to 'config/X')
-rw-r--r--config/X/dunst/dunstrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/X/dunst/dunstrc b/config/X/dunst/dunstrc
index 3ab0f3d..28fa68e 100644
--- a/config/X/dunst/dunstrc
+++ b/config/X/dunst/dunstrc
@@ -87,7 +87,7 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
- frame_width = 1
+ frame_width = 0
# Defines color of the frame around the notification window.
frame_color = "#969B95"