5 lines
67 B
Text
5 lines
67 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
exec /usr/bin/dmenu -fn 'Liberation Mono:12' -i "$@"
|
||
|
|
|