mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-20 12:40:52 +02:00
3 lines
246 B
Bash
Executable File
3 lines
246 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output DP-0 --off --output DP-1 --off --output DP-2 --off --output DP-3 --off --output HDMI-0 --mode 1600x1200 --pos 1920x0 --rotate normal --output DP-4 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-5 --off
|