CucumberWM: My configuration of [UmberWM][1]

May 17, 2021 ยท View on GitHub

Using this configuration

You will need to:

  1. Update Cargo.toml to point to the appropriate version of umberwm. Either:

    • Update Cargo.toml to point to umberwm on crates.io

      umberwm = "0.0.20"
      

      or,

    • Clone umberwm yourself and update path to its location on your system.

      umberwm = { path = "/path/to/umberwm" }
      
  2. Follow the instructions in the umberwm README, except that you should use this repository's install.py script, which will copy/symlink the cucumberwm counterparts to umberwm, umberwm-start and umberwm.desktop. There is no major difference between them, other than that they reference the cucumberwm binary instead of umberwm.

Proceed with caution

This configuration will generally reference my own branch of umberwm, which may at times be incompatible with the master branch of umberwm.