mirror of
https://github.com/bvanroll/oldest-dotfiles.git
synced 2025-08-28 19:42:39 +00:00
3 lines
234 B
Bash
Executable File
3 lines
234 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output DP-1 --off --output DVI-I-1 --primary --mode 1920x1080 --pos 1280x840 --rotate normal --output DVI-D-1 --mode 1280x1024 --pos 0x896 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 3200x0 --rotate left
|