https://github.com/Natchuz/wmoon
Wayland window manager in spirit of AwesomeWM, fully customizable with Moonscript
https://github.com/Natchuz/wmoon
awesomewm moonscript wayland windowmanager
Last synced: about 2 months ago
JSON representation
Wayland window manager in spirit of AwesomeWM, fully customizable with Moonscript
- Host: GitHub
- URL: https://github.com/Natchuz/wmoon
- Owner: Natchuz
- License: gpl-3.0
- Created: 2021-12-08T20:29:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T13:59:18.000Z (about 3 years ago)
- Last Synced: 2024-07-29T17:03:55.835Z (9 months ago)
- Topics: awesomewm, moonscript, wayland, windowmanager
- Language: Zig
- Homepage:
- Size: 1.79 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
**Notice: this project is now stalled and will be rebooted again once I reimplement [Wren](https://wren.io) interpereter in Zig for more felxibility.**
This project was originally supposed to use Wren as scripting language, but switched to Lua because of limitations of offical WrenVM implementation. Now I have learned that Lua is no different...# 🌕 wmoon
wmoon is a Wayland window manager in spirit of [awesome](https://github.com/awesomeWM/awesome), written in Zig.
It's fully scriptable with [Moonscript](https://moonscript.org) (but you can use pure Lua if you insist).
Project started as a fork of [river](https://https://github.com/riverwm/river) by Isaac Freund.*Note: wmoon is currently work in progress. Expect incomplete API,
and WIP features.*## Design goals, Building, Usage
_TODO_
## Licensing
wmoon is released under the GNU General Public License version 3, or (at your
option) any later version.The protocols in the `protocol` directory are released under various licenses by
various parties. You should refer to the copyright block of each protocol for
the licensing information.