summaryrefslogtreecommitdiffstats
path: root/.local/bin/mainscreen
blob: 6164bf88885c505c3fabd8b7849f81ed37b6371b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

xrandr --output LVDS1 --primary --mode 1366x768 --pos 0x0 --rotate normal
xrandr --output VGA1 --off
xrandr --output HDMI1 --off
xrandr --output DP1 --off
xrandr --output HDMI2 --off
xrandr --output HDMI3 --off
xrandr --output DP2 --off
xrandr --output DP3 --off

bspc monitor LVDS1 -d 01 02 03 04 05 06 07 08 09 10 11 12