From 1da2e38bdc4eb1e8a370d54608d551cd19db2629 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 2 Apr 2023 22:33:14 +0200 Subject: fixed dminw not working because option no longer exists --- bin/guiscripts/dminw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3