Ah, forgot the script I'm calling, dmenuselect: #!/bin/bash
var=$(printf $1 | dmenu -i -l 50) echo -n $var Just a simple wrapper around dmenu. -- To unsubscribe, send mail to [email protected].
Ah, forgot the script I'm calling, dmenuselect: #!/bin/bash
var=$(printf $1 | dmenu -i -l 50) echo -n $var Just a simple wrapper around dmenu. -- To unsubscribe, send mail to [email protected].