Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgcnix/soilleirwl
https://github.com/cgcnix/soilleirwl
bsd c c-language library linux madewithlove wayland wayland-compositor wayland-server
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgcnix/soilleirwl
- Owner: CGCnix
- License: mit
- Created: 2024-06-17T12:08:36.000Z (6 months ago)
- Default Branch: development
- Last Pushed: 2024-07-23T07:50:29.000Z (5 months ago)
- Last Synced: 2024-09-30T01:03:44.299Z (3 months ago)
- Topics: bsd, c, c-language, library, linux, madewithlove, wayland, wayland-compositor, wayland-server
- Language: C
- Homepage:
- Size: 110 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SWL (Soilleir WL):
## Building:
To build please install all the needed deps and then run `make` to build the code## Running:
### This software is in early development!
This software is in early development and not really supposed to be run currently. However it technically can be run by building using `make` file. And setting the `SWL_DRM_DEVICE` environment variable to be the file drm card if it's not set it defaults `/dev/dri/card0`.Keybinds:
All keybindings are combined with the modifiers `CTRL+ALT`- Enter/Return (Spawn a havoc terminal)
- F[1-12] (Swap to TTY #)
- Escape (Exit)
- Tab (Swap active client)
- Arrow keys move client 10px that direction (NOTE: this code assumes 1920x1080 size)### Problems in the current build
- Only one GPU is supported
- more...### If you do test:
Please do report any issues you find especially if you have access to hardware I don't. i.e. RPIs, VisionFives, Intel, more AMDGPUs and more Nouveau/Nvidia Prop driver GPUs.## Filling out an issue report:
if you fill out an issue on github please use the following format or atleast something close to it depending on the issue.
Title: On .## Deps:
### Required:
- libwayland-server
- libxkbcommon
- libdrm
- libseat
- libinput
- libudev/libudev-zero(Or just any compat lib)
- egl & gles### Optional:
## Debugging:
If you are testing and are running into errors you can debug with gdb or lldb over an ssh connection or can check the log file at `/tmp/soilleir` for the test server.