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 7dceee755fe19571b38b6372a3ea8dcb656cdb99
parent 1dbc1c5279b21a9dde499b8b39487f472f48ff86
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 18 Dec 2018 09:43:44 +0100

Small tweaks to font configuration

Diffstat:
Mlinks/bin/dmenuunicode | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/links/bin/dmenuunicode b/links/bin/dmenuunicode @@ -6,7 +6,8 @@ xclip -h >/dev/null || exit #chosen=$(grep -v "#" ~/.emoji | dmenu -i -l 20 -fn Monospace-16) -chosen=$(grep -v "#" ~/.emoji | dmenu -i -l 20 -fn PragmataPro-16) +chosen=$(grep -v "#" ~/.emoji | dmenu -i -l 20 -fn 'Pragmata Pro-16') +#chosen=$(grep -v "#" ~/.emoji | dmenu -i -l 20 -fn 'Noto Sans Mono-16') [ "$chosen" != "" ] || exit