New font for dmenu
This commit is contained in:
parent
c46ab1b5d1
commit
bf01e9e6ab
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
exec dmenu -ch -y 100 -w 600 -h 30 -l 10 -sb "#444444" $@
|
exec dmenu -ch -y 100 -w 600 -h 30 -l 10 -sb "#444444" -fn "xft:Inconsolata:size=8" $@
|
||||||
|
|
Loading…
Reference in a new issue