diff options
-rw-r--r-- | desktop/wmctrl/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/desktop/wmctrl/README b/desktop/wmctrl/README index 353e7107dbed..91d68435bc4c 100644 --- a/desktop/wmctrl/README +++ b/desktop/wmctrl/README @@ -1,12 +1,13 @@ 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. +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. |