How can I reload ~/.i3/config after erasing that file and reloading it?
I have:
- Removed keybindings from
~/.i3/config
. - Reloaded (was
$mod+Shift+c
in my case). - Reverted changes to
~/.i3/config
.
Now how can I reload my changes to the config file? Is there no other way to do a reload than the keybinding? I looked at the standard i3
shell commands but they didn't help.
add a comment