Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.