Skip to content

Instantly share code, notes, and snippets.

@huiralb
Created August 22, 2020 01:53
Show Gist options
  • Save huiralb/25de10e4f8513096978772e4d2d2eb10 to your computer and use it in GitHub Desktop.
Save huiralb/25de10e4f8513096978772e4d2d2eb10 to your computer and use it in GitHub Desktop.
Asus dual monitor - saved it to .screenlayout folder
#!/bin/sh
xrandr --output HDMI-1 --off --output DP-1 --mode 1366x768 --pos 1366x0 --rotate normal --output eDP-1 --primary --mode 1366x768 --pos 0x0 --rotate normal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment