win (147B)
1 #!/usr/bin/env bash 2 # Use dmenu to focus on an open window 3 4 win="$(lsw | dmenu -i -l 10 "$@" | cut -d ' ' -f 1)" 5 [ "$win" ] && wmctrl -ia "$win" &
dmeniumsmall collection of dmenu scripts | |
git clone git://edryd.org/dmenium | |
Log | Files | Refs | LICENSE |