Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaac-westaway/zigwm
The zig window manager
https://github.com/isaac-westaway/zigwm
window-manager zig
Last synced: 4 months ago
JSON representation
The zig window manager
- Host: GitHub
- URL: https://github.com/isaac-westaway/zigwm
- Owner: isaac-westaway
- License: unlicense
- Created: 2024-08-28T12:02:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T23:06:05.000Z (5 months ago)
- Last Synced: 2024-10-02T07:03:48.836Z (5 months ago)
- Topics: window-manager, zig
- Language: Zig
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Overview
=====
Simple Dependency free window manager written in ZigThis project is depreceated, due to my lack of knowledge of the X Window System, and will move to another window manager, also in zig, but using a c imported XLib.
> [!WARNING]
> There is an odd error when the window manager is run with a unix stream socket of X1, an out-of-bounds error will occur in ZWM, GrabKeys, KeySymtoKeyCode and KeySymatCol.
> Until I fix this, just make sure when running `startx` that the socket is `X0` by running `startx -- :0`Todos
=====
- implement teardown logic of x_connection
- CreateCursor
- proper logging ( no more _ = try)
- catch statements should switch between errors instead of just erroring
- send workspace list (desktop_properties) and client list (wmctrl)
- all the todos in the comments
- delete zigwm.log on startupCredits
======
Juicebox window manager, a lot of inspiration came from there, though the code is (relatively) old so this is an updated version.
Most of the stuff in src/x11 has been copied from Juicebox, or the Xorg reference manual