353 B
353 B
Multi-screen setup in i3 config
- Install
arandr
, which can be used to visually setup multiscreen layout - Configure multiscreen layout using
arandr
and save to a bash script (which containingxrandr
commands) - Add bash script execution in i3 config with
exec_always --no-startup-id ...
to let multiscreen configuration taking effect