diff options
-rwxr-xr-x | bin/guiscripts/dminw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/dminw b/bin/guiscripts/dminw index 2ff32a1..3ea5fb3 100755 --- a/bin/guiscripts/dminw +++ b/bin/guiscripts/dminw @@ -1,4 +1,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} +dmenu_run -w ${1:-$(xdotool getwindowfocus)} -c |