aboutsummaryrefslogtreecommitdiffstats
path: root/dunst
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-12-29 12:59:16 -0800
committerGravatar Tom Willemse2017-12-29 12:59:16 -0800
commit7d26c9264003380cd4bd110cd404c10060640297 (patch)
tree18544656032c69190a4f33bba3f52ffbf313ea2e /dunst
parentfdb5495db22be69958da494e6d9bf9ca4fe17551 (diff)
downloadnew-dotfiles-7d26c9264003380cd4bd110cd404c10060640297.tar.gz
new-dotfiles-7d26c9264003380cd4bd110cd404c10060640297.zip
Fix warnings
Diffstat (limited to 'dunst')
-rw-r--r--dunst/.config/dunst/dunstrc.org12
1 files changed, 3 insertions, 9 deletions
diff --git a/dunst/.config/dunst/dunstrc.org b/dunst/.config/dunst/dunstrc.org
index 0764d6e..71dd932 100644
--- a/dunst/.config/dunst/dunstrc.org
+++ b/dunst/.config/dunst/dunstrc.org
@@ -14,7 +14,7 @@
[[http://developer.gnome.org/pango/stable/PangoMarkupFormat.html][Pango Markup Format]] for more info.
#+BEGIN_SRC conf-unix
- allow_markup = yes
+ markup = full
#+END_SRC
Show the summary and body in messages.
@@ -165,22 +165,16 @@
icon_folders = /usr/share/icons/gnome/24x24/status/:/usr/share/icons/gnome/24x24/devices/:/usr/share/icons/hicolor/24x24/apps/
#+END_SRC
-* Frame
-
- #+BEGIN_SRC conf-unix
- [frame]
- #+END_SRC
-
Show a border around each message.
#+BEGIN_SRC conf-unix
- width = 2
+ frame_width = 2
#+END_SRC
Give it a proper color.
#+BEGIN_SRC conf-unix
- color = "#3d3d3d"
+ frame_color = "#3d3d3d"
#+END_SRC
* Keyboard shortcuts