summaryrefslogtreecommitdiff
path: root/bin/dual-monitor
blob: 9ed4d10a5ca802e08352ef5b09993544339d9ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env bash

xrandr \
    --output eDP-1 \
        --primary \
        --mode 1920x1080 \
        --pos 0x0 \
        --rotate normal \
    --output DP-1 --off \
    --output HDMI-1 --off \
    --output DP-2 --off \
    --output HDMI-2 \
        --mode 1920x1080 \
        --pos 0x0 \
        --rotate normal \
        --brightness 0.9