Update Monitor Setup Script
- Replace HDMI output 2K@144Hz with DisplayPort output 2K@165Hz
This commit is contained in:
parent
cb19f2e469
commit
a47eeb536e
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
xrandr \
|
||||
--output DP-0 --primary --mode 2560x1440 --pos 0x0 --rate 164.96 \
|
||||
--output HDMI-0 --mode 2560x1440 --pos 2560x0 --rate 143.93 \
|
||||
--output DP-2 --mode 2560x1440 --pos 2560x0 --rate 164.96 \
|
||||
--output eDP-1-1 --mode 1920x1080 --pos 5120x1440 --rate 144.00
|
||||
|
@ -2328,7 +2328,7 @@ Use ~xrandr~ command to see available displays, resolutions, and refresh rates
|
||||
#+BEGIN_SRC shell :shebang #!/bin/bash :tangle .scripts/monitor_setup.sh
|
||||
xrandr \
|
||||
--output DP-0 --primary --mode 2560x1440 --pos 0x0 --rate 164.96 \
|
||||
--output HDMI-0 --mode 2560x1440 --pos 2560x0 --rate 143.93 \
|
||||
--output DP-2 --mode 2560x1440 --pos 2560x0 --rate 164.96 \
|
||||
--output eDP-1-1 --mode 1920x1080 --pos 5120x1440 --rate 144.00
|
||||
#+END_SRC
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user