diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2012-03-09 15:42:09 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2012-03-09 15:42:09 +0100 |
commit | 669f39452199d4f8002b64828680842969a61f5e (patch) | |
tree | 70c99b63fb3d5c919737af676d5b790822f30d66 /scripts | |
parent | a6e3cd2dc7485bec4a84bc2ee4694030849fb3d2 (diff) | |
download | mcwm-669f39452199d4f8002b64828680842969a61f5e.zip |
Script to use hidden with 9menu.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mcicon | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/mcicon b/scripts/mcicon new file mode 100755 index 0000000..f002a55 --- /dev/null +++ b/scripts/mcicon @@ -0,0 +1,6 @@ +#! /bin/sh + +# mcicon - list iconified windows in menu and map the chosen one. +# Needs hidden (distributed with mcwm), 9menu and xdotool. + +hidden -c | xargs 9menu -popup -label 9icon -bg grey20 -fg grey80 -font 9x15 |