summaryrefslogtreecommitdiffstats
path: root/.config/dunst/dunstrc
diff options
context:
space:
mode:
authorAmin Bandali <mab@gnu.org>2020-01-28 00:20:54 -0500
committerAmin Bandali <mab@gnu.org>2020-01-28 00:20:54 -0500
commit8f721161a933988f6402a68ac595607bfa062ce7 (patch)
tree3accdf3bb9fd51e3cbd230d47bb4a65f7bc191ef /.config/dunst/dunstrc
parent8f2b3cb683c3b93066989c953c031ed771489294 (diff)
downloadconfigs-8f721161a933988f6402a68ac595607bfa062ce7.tar.gz
configs-8f721161a933988f6402a68ac595607bfa062ce7.tar.xz
configs-8f721161a933988f6402a68ac595607bfa062ce7.zip
dunst: various tweaks to the configuration
- font - history length - dmenu - browser - mouse click actions - no timeouts
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r--.config/dunst/dunstrc18
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 7380ddf..ca65f1d 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -86,7 +86,7 @@
### Text ###
- font = Monospace 8
+ font = Inconsolata 11
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@@ -175,15 +175,15 @@
sticky_history = yes
# Maximum amount of notifications kept in history
- history_length = 20
+ history_length = 50
### Misc/Advanced ###
# dmenu path.
- dmenu = /usr/bin/dmenu -p dunst:
+ dmenu = rofi -dmenu -p dunst:
# Browser for opening urls in context menu.
- browser = /usr/bin/firefox -new-tab
+ browser = icecat -private-window -new-tab
# Always run rule-defined scripts, even if the notification is suppressed
always_run_script = true
@@ -236,9 +236,9 @@
# invoke it. If there are multiple and no default, open the context menu.
# * close_current: Close current notification.
# * close_all: Close all notifications.
- mouse_left_click = close_current
- mouse_middle_click = do_action
- mouse_right_click = close_all
+ mouse_left_click = do_action
+ mouse_middle_click = close_all
+ mouse_right_click = close_current
# Experimental features that may or may not work correctly. Do not expect them
# to have a consistent behaviour across releases.
@@ -277,14 +277,14 @@
# Otherwise the "#" and following would be interpreted as a comment.
background = "#222222"
foreground = "#888888"
- timeout = 10
+ timeout = 0
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#285577"
foreground = "#ffffff"
- timeout = 10
+ timeout = 0
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon