1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00
dotfiles/i3/xrandr.sh
2023-07-27 17:21:44 +02:00

9 lines
298 B
Bash
Executable file

#!/bin/bash
xrandr --output eDP-1 --mode 1920x1080 --pos 3440x0 --rotate normal \
--output DP-1-0 --off \
--output DP-1-1 --off \
--output DP-1-2 --off \
--output DP-1-3 --off \
--output HDMI-1-0 --primary --mode 3440x1440 --pos 0x0 --rotate normal \
--output DP-1-4 --off