diff options
author | Vasilis Papavasileiou <el03020@mail.ntua.gr> | 2010-05-11 14:03:48 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:03:48 +0200 |
commit | b1378a33a674f1964378148ed95d9d2f994d7019 (patch) | |
tree | e2e831ceba6bf8a597117f859127d81c3ea5bdb0 /desktop/wmctrl/README | |
parent | e0046f8735198521daa18a5a5efd9466b5bd69fe (diff) | |
download | slackbuilds-b1378a33a674f1964378148ed95d9d2f994d7019.tar.gz |
desktop/wmctrl: Initial import
Diffstat (limited to 'desktop/wmctrl/README')
-rw-r--r-- | desktop/wmctrl/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/wmctrl/README b/desktop/wmctrl/README new file mode 100644 index 0000000000..353e7107db --- /dev/null +++ b/desktop/wmctrl/README @@ -0,0 +1,12 @@ +wmctrl is a command line tool to interact with an EWMH/NetWM compatible +X Window Manager. + +The wmctrl program is a command line tool to interact with an EWMH / NetWM +compatible X Window Manager. It provides command line access to almost all +of the features defined in the EWMH specification. It's possible to, for +example, obtain information about the window manager, get a detailed list +of desktops and managed windows, switch and resize desktops, change the +number of desktops, make windows full-screen, always-above, or sticky, and +activate, close, move, resize, maximize, and minimize them. The command line +access makes it easy to automate these tasks and execute them from any +application that is able to run a command in response to some event. |