1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-20 04:30:53 +02:00

added support for secondary monitor

This commit is contained in:
Simon
2021-12-02 20:48:00 +01:00
parent 499ac07284
commit bdf4d75719
7 changed files with 18 additions and 18 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/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