fix multimonitor corners

This commit is contained in:
2026-07-05 07:12:37 -07:00
parent 593fc55b53
commit cb711ef669
6 changed files with 85 additions and 69 deletions

View File

@@ -147,7 +147,7 @@ Column {
}
onTapped: {
dpmsToggle.active = false;
Hyprland.dispatch("dpms off");
Hyprland.dispatch("hl.dsp.dpms(false)");
resetTimer.start();
root.close();
}