diff options
author | vaxerski <[email protected]> | 2022-11-18 14:08:34 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-11-18 14:08:34 +0000 |
commit | 82fe53004591ef8b9b4f5a4d8381158223373d21 (patch) | |
tree | 74adc369870f856d2132830c816a870f1f09fd1f | |
parent | f91f3d1c81f89dc3fcb468672fbd0f1030d7b7ac (diff) | |
download | Hyprland-82fe53004591ef8b9b4f5a4d8381158223373d21.tar.gz Hyprland-82fe53004591ef8b9b4f5a4d8381158223373d21.zip |
don't set AS in onConnect
-rw-r--r-- | src/helpers/Monitor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helpers/Monitor.cpp b/src/helpers/Monitor.cpp index 35ed9c2f..fec78317 100644 --- a/src/helpers/Monitor.cpp +++ b/src/helpers/Monitor.cpp @@ -20,7 +20,6 @@ void CMonitor::onConnect(bool noRule) { // if it's disabled, disable and ignore if (monitorRule.disabled) { - wlr_output_enable_adaptive_sync(output, 1); wlr_output_set_scale(output, 1); wlr_output_set_transform(output, WL_OUTPUT_TRANSFORM_NORMAL); |