Gijs Burghoorn
Gijs Burghoorn
The `xmodmap` is not properly triggered for some reason. Maybe the X server is not ready yet? ```bash #! /bin/sh # Executed by startx (run your window manager from here)...
Throw a warning in the logs when a non-executable login environment is present in the 'wms' folder.
Add variables which can be inserted onto other configuration options This would look like: ```toml variables = { focus-color = "#FF0000", } # ... snip switcher_color = "${focus-color}" ```
Add a customization option to make the environment switcher be in one of three modes 1. Always visible (as it is now) 2. Always hidden (with a default environment selection)...
Add a `-sc` or `--show-configuration` flag which shows the used configuration. This should just display a large list of all the configuration options and what their values are.
Add a `--show-environments` flag to show the available environments
```toml includes = ["switcher-config.toml", "username-config.toml"] ```
Check whether a lemurs session is already running and stop it from running if it's already running
Many files which are used are now not configurable. E.g. `/var/etc/lemurs` `/var/log/lemurs.log`