fixed monitor refresh rates causing issues by setting external monitors to 60hz, will look into upping to 144hz later since laptop is more than capable of driving them. added comments to clarify which monitor is which

This commit is contained in:
Gabriella Bere 2024-08-22 15:20:25 +01:00
parent a8511b0ac4
commit d739c60431

View file

@ -83,9 +83,9 @@
# exec-once = waybar # exec-once = waybar
# Monitor settings # Monitor settings
monitor = eDP-2, 2560x1600@60, 0x0, auto monitor = eDP-2, 2560x1600@165, 0x0, auto # main laptop monitor
monitor = DP-2, 1920x1080@60, 640x-1080, auto monitor = DP-3, 1920x1080@60, -1280x-1080, auto # left external monitor
monitor = DP-3, 1920x1080@60, -1280x-1080, auto monitor = DP-2, 1920x1080@60, 640x-1080, auto # right external monitor
debug:disable_logs = false debug:disable_logs = false
''; '';