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
|
@ -440,7 +440,7 @@ mainloop() {
|
|||
getprogchoices "$ARGS"
|
||||
echo "$PROGCHOICES" |
|
||||
cut -d'^' -f1 |
|
||||
dmenu -idx "$DMENUIDX" -l 16 -c -fn "Terminus-30" -p "$WINNAME" | (
|
||||
dmenu -idx "$DMENUIDX" -l 16 -c -p "$WINNAME" | (
|
||||
PICKED="$(cat)"
|
||||
echo "$PICKED" | grep . || quit
|
||||
LOOP="$(echo "$PROGCHOICES" | grep -m1 -F "$PICKED" | cut -d '^' -f2)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue