configfiles/bspwm/.config/scripts/dmenu.sh

4 lines
100 B
Bash
Raw Normal View History

2015-05-29 21:08:06 +02:00
#!/bin/bash
2015-10-06 15:10:44 +02:00
exec dmenu -ch -y 100 -w 600 -h 30 -l 10 -sb "#444444" -fn "xft:Inconsolata:size=8" $@