Gijs Burghoorn

Results 70 issues of 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)...

bug

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}" ```

configuration

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)...

enhancement
good first issue

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.

enhancement
good first issue
configuration

Add a `--show-environments` flag to show the available environments

enhancement

```toml includes = ["switcher-config.toml", "username-config.toml"] ```

enhancement

Check whether a lemurs session is already running and stop it from running if it's already running

enhancement

Many files which are used are now not configurable. E.g. `/var/etc/lemurs` `/var/log/lemurs.log`

enhancement