mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 20:25:58 +01:00
don't set AS in onConnect
This commit is contained in:
parent
f91f3d1c81
commit
82fe530045
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ void CMonitor::onConnect(bool noRule) {
|
||||||
// if it's disabled, disable and ignore
|
// if it's disabled, disable and ignore
|
||||||
if (monitorRule.disabled) {
|
if (monitorRule.disabled) {
|
||||||
|
|
||||||
wlr_output_enable_adaptive_sync(output, 1);
|
|
||||||
wlr_output_set_scale(output, 1);
|
wlr_output_set_scale(output, 1);
|
||||||
wlr_output_set_transform(output, WL_OUTPUT_TRANSFORM_NORMAL);
|
wlr_output_set_transform(output, WL_OUTPUT_TRANSFORM_NORMAL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue