Make small changes to dunst

master
Jonathan Hodgson 6 years ago
parent 4d18244a7b
commit 9c62284c68
  1. 8
      dunst/dunstrc

@ -100,7 +100,7 @@ monitor = 0
#
# If this option is set to mouse or keyboard, the monitor option
# will be ignored.
follow = none
follow = mouse
# Should a notification popped up from history be sticky or timeout
# as if it would normally do.
@ -142,10 +142,12 @@ separator_color = frame
startup_notification = false
# dmenu path.
dmenu = /usr/bin/dmenu -p dunst:
#dmenu = /usr/bin/dmenu -p dunst:
dmenu = /usr/bin/rofi -dmenu
# Browser for opening urls in context menu.
browser = /usr/bin/firefox -new-tab
#browser = /usr/bin/firefox -new-tab
browser = /usr/bin/chromium-snapshot-bin
# Align icons left/right/off
icon_position = off

Loading…
Cancel
Save