summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-02 22:33:14 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-02 22:33:14 +0200
commit1da2e38bdc4eb1e8a370d54608d551cd19db2629 (patch)
treeae755041f18ac82c2d0a647193029fa1dbae726e
parent9964120d55a1b956ae14939e2f115dc356e207a2 (diff)
fixed dminw not working because option no longer exists
-rwxr-xr-xbin/guiscripts/dminw2
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