fix multimonitor corners
This commit is contained in:
@@ -147,7 +147,7 @@ Column {
|
||||
}
|
||||
onTapped: {
|
||||
dpmsToggle.active = false;
|
||||
Hyprland.dispatch("dpms off");
|
||||
Hyprland.dispatch("hl.dsp.dpms(false)");
|
||||
resetTimer.start();
|
||||
root.close();
|
||||
}
|
||||
|
||||
@@ -158,6 +158,7 @@ Item {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
font.pixelSize: 64
|
||||
text: modelData.emoji ?? ""
|
||||
color: "white"
|
||||
}
|
||||
Text {
|
||||
anchors {
|
||||
|
||||
Reference in New Issue
Block a user