3 lines
100 B
Bash
Executable file
3 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
|
|
exec dmenu -ch -y 100 -w 600 -h 30 -l 10 -sb "#444444" -fn "xft:Inconsolata:size=8" $@
|