Removed explicit font from most dmenu calls, dmenu font is read from Xresources now and kept as uniform as possible
This commit is contained in:
parent
9d1527218a
commit
24905884ee
20 changed files with 38 additions and 34 deletions
|
@ -8,7 +8,7 @@ menu() {
|
|||
printf %b "$(
|
||||
echo "Close Menu";
|
||||
echo "$INPUT" | grep -Eo '\S+' | tr -d '[:blank:]' | sort | uniq
|
||||
)" | dmenu -p "$PROMPT" -l 10 -i -c -fn Terminus-20
|
||||
)" | dmenu -p "$PROMPT" -l 10 -i -c
|
||||
)"
|
||||
pkill "$KEYBOARD"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue