|
|
@ -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 |
|
|
|