Crates.io | wmctl |
lib.rs | wmctl |
version | 0.0.51 |
source | src |
created_at | 2021-12-18 17:19:15.34618 |
updated_at | 2024-06-11 19:56:12.506462 |
description | Rust X11 automation |
homepage | |
repository | https://github.com/phR0ze/wmctl |
max_upload_size | |
id | 500069 |
size | 74,513 |
Rust X11 automation
wmctl
partially implements the Extended Window Manager Hints (EWMH) specification
as a way to work along side EWMH compatible window managers as a companion. wmctl
provides the
ability to precisely define how windows should be shaped and placed and can fill in gaps for window
managers lacking some shaping or placement features. Mapping wmctl commands to user defined hot key
sequences will allow for easy window manipulation beyond what your favorite EWMH window manager
provides.
wmctl comes with absolutely no guarantees or support of any kind. It is to be used at your own risk. Any damages, issues, losses or problems caused by the use of wmctl are strictly the responsiblity of the user and not the developer/creator of wmctl.
rustc >= 1.56 is the minimum supported Rust version for this project
$ wmctl -h
for cli help
Shape the active window using the pre-defined small
shape which is a quarter of the screen.
$ wmctl shape small
Move the active window to the bottom left corner of the screen.
$ wmctl move bottom-left
Combine the shape and move into a single command by placing the window. First the window is shaped
using the pre-defined halfw
shape then it is moved to the top left of the screen in a single
operation.
$ wmctl place halfw top-left
This project is licensed under either of:
Pull requests are always welcome. However understand that they will be evaluated purely on whether or not the change fits with my goals/ideals for the project.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.