Add dmenu wrapper (font and case-insensitivity)
This commit is contained in:
parent
4b5cff266b
commit
d50f4fee6d
1 changed files with 4 additions and 0 deletions
4
bin/dmenu
Executable file
4
bin/dmenu
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
exec /usr/bin/dmenu -fn 'Liberation Mono:12' -i "$@"
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue