aboutsummaryrefslogtreecommitdiffstats
path: root/dunst
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-04-03 00:00:16 -0700
committerGravatar Tom Willemse2019-04-03 00:00:16 -0700
commitc923913e567b4705fc579a41362f7af074a91080 (patch)
tree3ed51c8489df2ead33896b97320497c567f0e306 /dunst
parentfed806cfeb517b16ab51d24e26dcaa7f3d14907a (diff)
downloadnew-dotfiles-c923913e567b4705fc579a41362f7af074a91080.tar.gz
new-dotfiles-c923913e567b4705fc579a41362f7af074a91080.zip
Round the borders of the Dunst notification window
Diffstat (limited to 'dunst')
-rw-r--r--dunst/.config/dunst/dunstrc.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/dunst/.config/dunst/dunstrc.org b/dunst/.config/dunst/dunstrc.org
index 3bfcd30..9938119 100644
--- a/dunst/.config/dunst/dunstrc.org
+++ b/dunst/.config/dunst/dunstrc.org
@@ -183,6 +183,12 @@
max_icon_size = 24
#+END_SRC
+ Round the corners of the notification window.
+
+ #+begin_src conf-unix
+ corner_radius = 10
+ #+end_src
+
* Keyboard shortcuts
#+BEGIN_SRC conf-unix