3 lines
71 B
Bash
Executable file
3 lines
71 B
Bash
Executable file
#!/bin/bash
|
|
|
|
exec dmenu -ch -y 100 -w 600 -h 30 -l 10 -sb "#444444" $@
|