dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit a0ed46f4f0e0eb2b6ff81110a278c70c3fe6a5c8
parent 4804a1444341815fed6865a99763146df20b588b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  5 Mar 2019 20:53:40 +0100

Tweak dunst font and browser setting

Diffstat:
Mlinks/.config/dunst/dunstrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/links/.config/dunst/dunstrc b/links/.config/dunst/dunstrc @@ -86,7 +86,7 @@ ### Text ### - font = Monospace 8 + font = PragmataPro 9 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -183,7 +183,7 @@ dmenu = /usr/bin/dmenu -p dunst: # Browser for opening urls in context menu. - browser = /usr/bin/firefox -new-tab + browser = surf-open.sh # Always run rule-defined scripts, even if the notification is suppressed always_run_script = true