https://github.com/kotborealis/xlibtool
📺 Small xlib tool
https://github.com/kotborealis/xlibtool
c cli xlib xserver
Last synced: 6 months ago
JSON representation
📺 Small xlib tool
- Host: GitHub
- URL: https://github.com/kotborealis/xlibtool
- Owner: kotborealis
- Created: 2019-02-14T08:28:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T17:25:56.000Z (over 6 years ago)
- Last Synced: 2025-02-07T20:48:09.022Z (8 months ago)
- Topics: c, cli, xlib, xserver
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xlibtool
```
Usage: ./xlibtool [options] titleOptions:
--iconify Iconify specified window
--raise Raise specified window to top
--lower Lower specified window to top
--focus Bring focus to specified window
--map Map specified window
--unmap Unmap specified window
--is_hidden Is widnow hidden? (minified?)
--toggle Raise window if hidden, iconify if not
```References:
* https://specifications.freedesktop.org/wm-spec/1.3/ar01s05.html
* https://github.com/tmathmeyer/xprop/blob/master/xprop.c
* https://tronche.com/gui/x/xlib/ICC/client-to-window-manager/XIconifyWindow.html
* https://tronche.com/gui/x/xlib/window/XRaiseWindow.html
* https://tronche.com/gui/x/xlib/window/XLowerWindow.html
* https://tronche.com/gui/x/xlib/window/
* https://tronche.com/gui/x/xlib/window/stacking-order.html
* https://tronche.com/gui/x/xlib/input/XSetInputFocus.html