diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-02 22:33:14 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-02 22:33:14 +0200 | 
| commit | 1da2e38bdc4eb1e8a370d54608d551cd19db2629 (patch) | |
| tree | ae755041f18ac82c2d0a647193029fa1dbae726e /bin/guiscripts | |
| parent | 9964120d55a1b956ae14939e2f115dc356e207a2 (diff) | |
fixed dminw not working because option no longer exists
Diffstat (limited to 'bin/guiscripts')
| -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  | 
