Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kettek/gwmbl
Experiment in a golang X11 window manager
https://github.com/kettek/gwmbl
Last synced: 19 days ago
JSON representation
Experiment in a golang X11 window manager
- Host: GitHub
- URL: https://github.com/kettek/gwmbl
- Owner: kettek
- Created: 2024-08-04T09:24:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T05:21:56.000Z (5 months ago)
- Last Synced: 2024-09-15T08:54:59.999Z (4 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gwmbl
**gwmbl** is an experiment in writing a relatively simple window manager in Go using xcb/xproto. At the moment it has the basics of window borders, window move (lmb), resize (rmb), and focusing on lmb release with no move.It will probably be enhanced to be a reparenting WM to support more modern programs, potentially event using net wm features.