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 79e7136317371b09c59c49dd5604399b1100d7b5
parent f6de7e937141f2006f35dab2c871add8c547dd20
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 18 Jan 2019 22:13:27 +0100

Increase size of unicode selection dialog

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

diff --git a/links/bin/dmenuunicode b/links/bin/dmenuunicode @@ -1,11 +1,12 @@ #!/bin/sh # Give dmenu list of all unicode characters to copy. # Shows the selected character in dunst if running. +set -e # Must have xclip installed to even show menu. xclip -h >/dev/null || exit -chosen=$(grep -v "#" ~/.emoji | dmenu_themed -i -l 20 $dmenuopts) +chosen=$(grep -v "#" ~/.emoji | dmenu_themed -i -l 20 -fn PragmataPro-22) [ "$chosen" != "" ] || exit