Crates.io | i3-focused-window |
lib.rs | i3-focused-window |
version | 0.1.0 |
source | src |
created_at | 2018-12-19 03:34:38.159631 |
updated_at | 2018-12-19 03:34:38.159631 |
description | Print out the geometry of the currently focused windows on i3 and sway. |
homepage | |
repository | https://github.com/cauebs/i3-focused-window |
max_upload_size | |
id | 102635 |
size | 38,478 |
Print out the geometry of the currently focused windows on i3 and sway.
~ $ cargo install i3-focused-window
USAGE:
i3-focused-window [format]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<format> Output format.
You can use '%x' and '%y' for offset,
'%w' and '%h' for dimensions (width and height).
Example: "%x,%y %wx%h" gives "-1+2 3x4". [default: %wx%h %x%y]