Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b0o/cw
Make colored placeholder windows in Xorg
https://github.com/b0o/cw
i3 linux linux-desktop sway wayland window-management window-manager wm wms x11 xorg
Last synced: about 1 month ago
JSON representation
Make colored placeholder windows in Xorg
- Host: GitHub
- URL: https://github.com/b0o/cw
- Owner: b0o
- License: mit
- Created: 2022-03-04T06:38:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T06:42:55.000Z (over 2 years ago)
- Last Synced: 2024-09-29T15:43:46.553Z (about 2 months ago)
- Topics: i3, linux, linux-desktop, sway, wayland, window-management, window-manager, wm, wms, x11, xorg
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cw: colorwin
------------This program is nearly useless: all it does is create a blank window with a
given color. Use it with a tiling WM like Sway to create blank spaces in your
layout or to hold an empty workspace open.### Usage:
```
cw [color]Where color is a hexadecimal color code, e.g. 'ff0000'.
Short color codes are supported, e.g. 'f7b' expands to 'ff777bb'.
```### Installation
```
$ go get -u github.com/b0o/cw
```### TODO
- [ ] Support transparency
- [ ] Basic keybinds## License
©2021-2022 Maddison Hellstrom
Released under the MIT License.