diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-05 14:30:21 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-05 14:30:21 +0200 |
commit | e4c833e535dcda3dd3145e06f2d7f187e2197efb (patch) | |
tree | 10be7ce47fd56cf3f8e694efe266c5c6e67f4b0c /bin/guiscripts/dminw | |
parent | a86e7cfce4bc2167383a071856f5deba77f30a5b (diff) | |
parent | c41328bec94c2d3fe58b6cc0db7336702b054cb7 (diff) |
Merge remote-tracking branch 'refs/remotes/origin/main'
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 |