diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-26 16:56:28 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-26 16:56:28 +0530 |
commit | 1f521967ffbb63e1a6b76dfbce5abb22f6cbfa82 (patch) | |
tree | aa35a0e6d885cbe770f6a2c98d183af1a697e09e /.config/wal/templates/dunstrc | |
parent | 89af747de690ba4121f343fb01d3e6dab646181c (diff) |
config changes for alias+sxhkd+sxiv+dunst and addition of xdg
Diffstat (limited to '.config/wal/templates/dunstrc')
-rw-r--r-- | .config/wal/templates/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/wal/templates/dunstrc b/.config/wal/templates/dunstrc index 5fc5876..120cdc8 100644 --- a/.config/wal/templates/dunstrc +++ b/.config/wal/templates/dunstrc @@ -11,7 +11,7 @@ indicate_hidden = yes shrink = yes transparency = 10 - notification_height = 0 + #notification_height = 0 # Show multiple notifications in the same box separator_height = 2 @@ -51,7 +51,7 @@ sticky_history = yes history_length = 20 dmenu = /usr/bin/dmenu -p dunst: - browser = /usr/bin/firefox -new-tab + browser = /usr/bin/brave-new-tab # Always run rule-defined scripts, even if the notification is suppressed always_run_script = true |