update of few files

This commit is contained in:
arnaucube
2021-10-09 11:42:30 +02:00
parent 21b2d6dca6
commit 459f82bf4d
5 changed files with 21 additions and 9 deletions

View File

@@ -22,3 +22,10 @@ elif setup == "v":
pos="--above"
subprocess.run(["xrandr", "--output", d[1], pos, "eDP-1"])
if len(sys.argv)>2:
if sys.argv[2] == "4k":
print("4k")
# xrandr --output HDMI-2 --mode 3840x2160
subprocess.run(["xrandr", "--output", d[1], "--mode", "3840x2160"])