diff options
Diffstat (limited to 'bin/guiscripts/dminw')
-rwxr-xr-x | bin/guiscripts/dminw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/guiscripts/dminw b/bin/guiscripts/dminw index 2ff32a1..5066ca8 100755 --- a/bin/guiscripts/dminw +++ b/bin/guiscripts/dminw @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh WINDOWID=${1:-$(xdotool getwindowfocus)} WIDTH=$(xdotool getwindowgeometry -s ${WINDOWID} | grep WIDTH | cut -d ' ' -f 2) -dmenu_run -w ${1:-$(xdotool getwindowfocus)} -z ${WIDTH} +dmenu_run -w ${1:-$(xdotool getwindowfocus)} -c |