Changes in dunstrc
- Switch explicit "/usr/bin/firefox" for x-www-browser - Use Source Code Pro instead of Monospace
This commit is contained in:
parent
218c2b4607
commit
2cac1fb861
1 changed files with 2 additions and 2 deletions
4
dunstrc
4
dunstrc
|
@ -1,5 +1,5 @@
|
||||||
[global]
|
[global]
|
||||||
font = Monospace 8
|
font = Source Code Pro 9
|
||||||
|
|
||||||
# allow a small subset of html markup:
|
# allow a small subset of html markup:
|
||||||
# <b>bold</b>
|
# <b>bold</b>
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
dmenu = /usr/bin/dmenu -p dunst:
|
dmenu = /usr/bin/dmenu -p dunst:
|
||||||
|
|
||||||
# browser for opening urls in context menu
|
# browser for opening urls in context menu
|
||||||
browser = /usr/bin/firefox -new-tab
|
browser = /usr/bin/x-www-browser -new-tab
|
||||||
|
|
||||||
[frame]
|
[frame]
|
||||||
width = 3
|
width = 3
|
||||||
|
|
Loading…
Reference in a new issue