Reload config from bash
Is there some way to reload the i3 config from bash/bash scripts? The config reload which is manually done by hitting $mod+Shift+c or r..
Is there some way to reload the i3 config from bash/bash scripts? The config reload which is manually done by hitting $mod+Shift+c or r..
Two commands that correspond to those actions are reload
and reset
. You can run them from the command line using i3-msg
. Just run one of the lines below:
i3-msg reload
i3-msg restart
You can always look up what command is executed for a given key (or key combo) in your i3 config. I also recommend the excellent i3 user guide.
Asked: 2015-08-25 14:38:17 +0000
Seen: 95 times
Last updated: Aug 25