Make small changes to dunst
This commit is contained in:
parent
4d18244a7b
commit
9c62284c68
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
|
# If this option is set to mouse or keyboard, the monitor option
|
||||||
# will be ignored.
|
# will be ignored.
|
||||||
follow = none
|
follow = mouse
|
||||||
|
|
||||||
# Should a notification popped up from history be sticky or timeout
|
# Should a notification popped up from history be sticky or timeout
|
||||||
# as if it would normally do.
|
# as if it would normally do.
|
||||||
|
@ -142,10 +142,12 @@ separator_color = frame
|
||||||
startup_notification = false
|
startup_notification = false
|
||||||
|
|
||||||
# dmenu path.
|
# 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 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
|
# Align icons left/right/off
|
||||||
icon_position = off
|
icon_position = off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue