Stage Config Files
If you only wish to override or provide new Xresources values, staging configs is not required and not recommended. Overriding Xresources value is described in a separate article.

Regolith uses a number of configuration files to determine the behavior and look of various components. While it’s possible to simply edit these files directly, users who do so run the risk of having their configurations overwritten upon future updates. The Debian packaging system should ask users if they wish to take updates or keep the existing files, but this may have unintended side effects if users take partial updates of files. As such Regolith, upon login, will look for user-staged version of configuration files and load those instead of the defaults if they exist. This is recommended over editing the files directly as it gives the user more control over their configuration. This page describes how to create these files.

Depending on what you wish to change, you may need your own copy if the i3 config file. If you’re looking to change the way Regolith looks, Xresources may be all you need. If you want to update or add keybindings or swap out components, you’ll most likely need to stage the i3 config file.

i3 Config #

  1. Copy the default Regolith i3 config file into your home directory:
$ mkdir -p ~/.config/regolith3/i3
$ cp /etc/regolith/i3/config ~/.config/regolith3/i3/config
  1. Log out and back in. The Regolith session will automatically detect and load your user-staged file.

Verify the Change #

  1. Verify by running i3 --moreversion and noting the config file that is printed as a result. It should be the copy you just created. If not, be sure the path is correct. It must exactly be ~/.config/regolith3/i3/config for Regolith to load it.