Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
222 B

#!/usr/bin/env sh
# Run dmenu with each line of input shown only once - uses the awk wrapper in
# unsorted-unique to strip repeated input.
unsorted-unique < /dev/stdin | dmenu -l 15 -fn '-xos4-terminus-medium-r-*-*-32*'