Quickshell


Intersection: enum

import Quickshell

See Go to Region.intersection.

  • Combine

    Combine this region, leaving a union of this and the other region. (opposite of Subtract)

  • Intersect

    Create an intersection of this region and the other, leaving only the area covered by both. (opposite of Xor)

  • Subtract

    Subtract this region, cutting this region out of the other. (opposite of Combine)

  • Xor

    Create an intersection of this region and the other, leaving only the area not covered by both. (opposite of Intersect)