Skip to content
Caleb Bassi edited this page Dec 28, 2018 · 27 revisions

How do I add multiple instances of a module?

Have a look here: Multiple instances of a module

The Workspace-Buttons have a strange hover effect

This is a bug, wich is tracked in #60.

This can also be fix by adding the following snippet to your style.css:

#workspaces button:hover {
  box-shadow: inherit;
  text-shadow: inherit;
}

How can I generate a debug build?

A debug build can be helpfull when fixing bugs, because it generates a backtrace with debugging symbols.

This can be done with:

make build-debug
Clone this wiki locally