Site Tools


marc:linux:cheat_sheets:i3_regolith

Keybindings Regolith:

win+enter:        open terminal
win+space:        open rofi (browse and search applications)
win+backspace:    toggle horizontal and vertical for next window
win+tab:          cycle active workspaces
win+[0-9]:        navigate to workspace

win+i:            toggle status bar
win+t:            toggle layout mode (tabbed, horizontal/vertical split)
win+,:            write current window lay-out (to /tmp)
win+.:            restore window lay-out (from /tmp)

win+shift+?:      show keybinding menu
win+shift+arrow:  move window
win+shift+[0-9]:  move window to workspace
win+ctrl+space:   select active application (and attached workspace)
win+shift+q:      exit application
win+alt+q:        exit application (forced)

Configuration files:

Default config files are /etc/regolith/i3/config and /etc/regolith/styles/root. It is recommended to copy these files to the config directory in ~ so that updates may not overwrite modifications:

For updating, adding keybindings or swapping out components:

mkdir -p ~/.config/regolith/i3
cp /etc/regolith/i3/config ~/.config/regolith/i3/config

Log out and back in. The Regolith session will automatically detect your user-staged file and use that over the default in /etc/regolith/i3. 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/regolith/i3/config for Regolith to load it.

If you wish to change the way Regolith looks:

cp /etc/regolith/styles/root ~/.Xresources-regolith

Log out and back in. The Regolith session will automatically detect your user-staged file and use that over the default in /etc/regolith/styles. Note that this root file is simply a reference to other styles that are broken down by the thing they are designed to style. For example, if you wish to customize the look of i3, you will need to also copy /etc/regolith/styles/i3-wm into your user directory and then update the reference to the new file in your ~/.Xresources-regolith

marc/linux/cheat_sheets/i3_regolith.txt · Last modified: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki