Add dmenu wrapper (font and case-insensitivity)

This commit is contained in:
Lexi Stelter 2019-01-08 11:00:44 +01:00
parent 4b5cff266b
commit d50f4fee6d
1 changed files with 4 additions and 0 deletions

4
bin/dmenu Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
exec /usr/bin/dmenu -fn 'Liberation Mono:12' -i "$@"