forked from Shinonome/dots-hyprland
overview: ensure fullscreen windows are in front of others
This commit is contained in:
@@ -240,7 +240,7 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
z: Drag.active ? root.windowDraggingZ : (root.windowZ + windowData?.floating)
|
||||
z: Drag.active ? root.windowDraggingZ : (root.windowZ + windowData?.floating + windowData?.fullscreen * 2)
|
||||
Drag.hotSpot.x: width / 2
|
||||
Drag.hotSpot.y: height / 2
|
||||
MouseArea {
|
||||
|
||||
Reference in New Issue
Block a user