Automatically change screen layout. More information: GitHub - phillipberndt/autorandr: Auto-detect the connected display hardware and load the appropriate X11 setup using xrandr.
- Save the current screen layout:
autorandr -s {{profile_name}}
- Show the saved profiles:
autorandr
- Change the profile:
autorandr -l {{profile_name}}
- Set the default profile:
autorandr -d {{profile_name}}