summaryrefslogtreecommitdiff
path: root/bin/dmscripts/dminw
blob: 2ff32a10686fd2d688d2a3239190c71783ab2f48 (plain)
1
2
3
4
#!/bin/bash
WINDOWID=${1:-$(xdotool getwindowfocus)}
WIDTH=$(xdotool getwindowgeometry -s ${WINDOWID} | grep WIDTH | cut -d ' ' -f 2)
dmenu_run -w ${1:-$(xdotool getwindowfocus)} -z ${WIDTH}