20241212
This commit is contained in:
parent
0c0a3b3ee9
commit
57a7d182ef
3 changed files with 15 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
connected_monitors=$(xrandr | grep " connected" | awk '{ print $1 }')
|
||||
if echo "$connected_monitors" | grep -q "HDMI"; then
|
||||
xrandr --output DP-2 --off
|
||||
xrandr --output HDMI-0 --mode 2560x1440 --rate 165.00 --dpi 120
|
||||
xrandr --output HDMI-0 --mode 2560x1440 --rate 144.00 --dpi 120
|
||||
# xrandr --output eDP-1 --left-of HDMI-1-0
|
||||
xrandr --output HDMI-0 --primary
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue