diff options
author | zachir <zachir@librem.one> | 2024-06-04 23:39:53 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 23:39:53 -0500 |
commit | c67045c99317110a78c800ff486f2026811595e6 (patch) | |
tree | 5765dbd64cba5443e1e4a6c0ff24e1e761c651b2 /hypr | |
parent | 278b47875e94898699194365f0a9ddf9daa6add5 (diff) |
cla: set output resolution and frame rate
Diffstat (limited to 'hypr')
-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 26d5441..9171f04 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@60, 0x0, 1 -monitor = DP-1, 1920x1080@60, 1920x0, 1 +monitor = HDMI-A-1, 1920x1080@75, 1920x0, 1 +monitor = DP-1, 1920x1080@60, 0x0, 1 #}}} # See https://wiki.hyprland.org/Configuring/Keywords/ for more |