mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
update of few files
This commit is contained in:
@@ -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"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user