Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.