Skip to content

midiidev/corrosionwm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corrosionWM

an aesthetic-oriented and speedy wayland compositor

About

CorrosionWM is a blazing fast Wayland compositor written in Rust.

Join our Discord!

Features

  • Can display simple applications
  • Can launch from display manager (WIP)
  • NVIDIA support (will be buggy due to this (see "NVIDIA"), and will likely need nouveau drivers)
  • Can launch popups
  • Can launch from TTY (kind of)

Contributing

To contribute your own code, start by forking this project and installing the necessary dependencies listed below.

After installing the dependencies, you can build the project with cargo build --release.

NOTE: A few packages will be downloaded and installed, so the first time may take significantly longer than subsequent builds.

The binary will be created in ./target/release/, named corrosionwm.

💡 You can also use cargo run --release to run the project!

You can now edit the source code and rebuild the project. Test your changes by running the corrosionwm file.

When you have finished making all of your changes, commit them using Git and create a pull request.

Dependencies

Ubuntu

sudo apt install libudev-dev libdbus-1-dev pkg-config libsystemd-dev libwayland-dev libseat-dev xcb libinput-dev libxkbcommon-dev libglvnd-dev

Arch

NOTE! This has not been tested yet! If we missed one please let us know!

sudo pacman -Syu wayland wayland-protocols libinput libxkbcommon libglvnd seatd dbus-glib 

NixOS or systems with the nix package manager installed

The dependencies are provided in shell.nix, and you can easily make a nix-shell environment with the dependenices installed by executing the following command in the cloned repository directory:

nix-shell

About

i fixed your stupid config dir handling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.5%
  • Nix 0.5%