aboutsummaryrefslogtreecommitdiffstats
path: root/dunst
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-12-29 13:05:09 -0800
committerGravatar Tom Willemse2017-12-29 13:05:09 -0800
commitb9c50f793e20594ae9c935498b479537e2dfdfce (patch)
treedcf611a6606cee2effce83ff959b8abe9cfaf72c /dunst
parente2a4dfdb45475771933f41bc1724fad7f6bd0ecb (diff)
downloadnew-dotfiles-b9c50f793e20594ae9c935498b479537e2dfdfce.tar.gz
new-dotfiles-b9c50f793e20594ae9c935498b479537e2dfdfce.zip
Scale icons down to a maximum of 24x24px
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 71dd932..3bfcd30 100644
--- a/dunst/.config/dunst/dunstrc.org
+++ b/dunst/.config/dunst/dunstrc.org
@@ -177,6 +177,12 @@
frame_color = "#3d3d3d"
#+END_SRC
+ Scale icons larger than 24x24 down.
+
+ #+BEGIN_SRC conf-unix
+ max_icon_size = 24
+ #+END_SRC
+
* Keyboard shortcuts
#+BEGIN_SRC conf-unix