mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --auto
|
|
xrandr --output HDMI-2 --above eDP-1
|
|
xrandr --output DP-1 --left-of HDMI-2
|