Change the super key mapping
Change the i3 config to use the Alt key instead of Super for keybindings.
Depending on your preference (or keyboard), you may prefer a key other than Super
to be used as the primary i3 keybinding. Follow these steps to update your i3 configuration:
- Stage your own i3 config file (tutorial), then open
~/.config/regolith/i3/config
in your editor of choice. - The first non-comment line should read set $mod Mod4 .
- Replace
Mod4
withMod1
foralt
or check here for other options. - If you've just staged your i3 config file, you'll need to log back in to have the changes take effect. This only needs to happen once though, and so if you've already made a copy previously and logged in since, just reload i3 with
⊞ Win
-shift
-r
.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified January 29, 2020: Initial commit. Migrated from regolith-linux.github.io/hugo-R1.3-WIP. (495151f)