Refactor River config #4
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are several places where the River window manager configuration needs some improvement:
It is necessary to split the monolithic config into several smaller ones, for ease of configuration (general, input devices, output devices, autostart applications). Since the River's config is a shell script, this task will potentially be trivial.
Since the config is located in the user's home directory, this makes it impossible to make edits to it with the release of system updates (since the config is copied to the user's directory only when it is created). It is necessary to find a way to make the River config system-wide, while providing the user with the ability to add their own settings and scripts without interfering with the system-wide one. Since River does not officially have such support, thorough testing will be required.