#!/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*'
|