4 lines
67 B
Bash
Executable file
4 lines
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
exec /usr/bin/dmenu -fn 'Liberation Mono:12' -i "$@"
|
|
|