Make small changes to dunst
This commit is contained in:
parent
9c468e48e8
commit
9c045ee2df
1 changed files with 5 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue