diff options
author | zachir <zachir@librem.one> | 2025-06-29 21:23:50 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-06-29 21:23:50 -0500 |
commit | de3eff44125884287a60dc5cc41e2f3764e6a15a (patch) | |
tree | e0369bafe9e7051018987417b6625b0405fee062 | |
parent | 555e28438de818b80a7f4871cfb17c4ae8051617 (diff) |
Add CLA specific monitors
-rw-r--r-- | hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c2e4185..188ad39 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,8 +1,8 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ #{{{ Monitor config -monitor = , preferred, auto, 1 monitor = HDMI-A-1, 1920x1080@75, 1920x0, 1 -monitor = DP-1, 1920x1080@60, 0x0, 1 +monitor = DP-2, 1920x1080@75, 0x0, 1 +monitor = , preferred, auto, 1 #}}} # See https://wiki.hyprland.org/Configuring/Keywords/ for more |