summaryrefslogtreecommitdiff
path: root/bin/dmscripts/dminw
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dmscripts/dminw')
-rwxr-xr-xbin/dmscripts/dminw4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/dmscripts/dminw b/bin/dmscripts/dminw
deleted file mode 100755
index 2ff32a1..0000000
--- a/bin/dmscripts/dminw
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/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}