This crate allows you to configure the Jay compositor.
A minimal example configuration looks as follows:
use ;
use get_default_seat;
use ALT;
use ;
config!;
You should configure your crate to be compiled as a shared library:
[]
= ["cdylib"]
After compiling it, copy the shared library to $HOME/.config/jay/config.so
and restart
the compositor. It should then use your configuration file.
Note that you do not have to restart the compositor every time you want to reload your
configuration afterwards. Instead, simply invoke the [reload
] function via a shortcut.