mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 17:38:29 +02:00
11 lines
274 B
Bash
Executable File
11 lines
274 B
Bash
Executable File
#!/bin/sh
|
|
xrandr \
|
|
--output HDMI-0 --mode 1024x600 --pos 3840x0 --rotate normal \
|
|
--output DP-0 --off \
|
|
--output DP-1 --off \
|
|
--output DP-2 --primary --mode 3840x2160 --pos 0x0 --rotate normal \
|
|
--output DP-3 --off \
|
|
--output DP-4 --off \
|
|
--output DP-5 --off
|
|
|