Replies: 1 comment 3 replies
|
In case this doesn't get implemented you can run I use something similar in a custom Walker menu that gets a full list of key binds across all of your configs in the original order you have them defined. If the paths are important you can either parse them out of that result or use a different strategy like |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Add a command like
niri msg config-filesorniri msg configsto list the hierarchy of the loaded config files.This will be useful for the tools that edit niri config files, like DankMaterialShell or nirimod.
Currently, such tools have to guess whether the specific config files are used or which files are used. For example, my
/etc/niri/config.kdlcurrently has the following lines:So, all the DMS files are included. But DMS shows a warning that these files are not included, because it doesn't know that they actually are. And it has no reliable way to find it out, because niri can be launched with a custom config file path.

All reactions