fixed top monitor size

This commit is contained in:
paul-loedige
2020-11-24 11:54:17 +01:00
parent f44dcf7e54
commit 45913b1783
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/sh
xrandr --output DVI-I-1 --primary --mode 1280x1024 --pos 1970x0 --rotate normal --output DP-1 --off --output DP-2 --mode 3440x1440 --pos 1080x1024 --rotate normal --output DP-3 --off --output HDMI-1 --mode 1920x1080 --pos 0x615 --rotate left
xrandr --output DVI-I-1 --primary --mode 1440x900 --pos 1969x0 --rotate normal --output DP-1 --off --output DP-2 --mode 3440x1440 --pos 1080x900 --rotate normal --output DP-3 --off --output HDMI-1 --mode 1920x1080 --pos 0x513 --rotate left