diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-01-21 15:33:27 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-01-21 15:36:56 +0100 |
commit | 357a4fa32222de76713304b55e89c43ff99f7925 (patch) | |
tree | 546a5c84ea3fe42d7cf7a920b126bafc4eba3133 /dunst/dunstrc | |
parent | f59ddf586c45cbeab881d5bbd147d29cab9a2ea8 (diff) | |
download | dotfiles-357a4fa32222de76713304b55e89c43ff99f7925.tar.xz |
dunst: Add updated option names
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'dunst/dunstrc')
-rw-r--r-- | dunst/dunstrc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dunst/dunstrc b/dunst/dunstrc index 8fea9d7..5cefcbb 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -20,10 +20,8 @@ separator_color = frame startup_notification = true dmenu = /usr/bin/bemenu -P dunst: - -[frame] - width = 3 - color = "#000000" + frame_width = 3 + frame_color = "#000000" [shortcuts] close = ctrl+mod4+space |