mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-08 08:19:26 -05:00
4 lines
181 B
JavaScript
4 lines
181 B
JavaScript
import Cairo from 'gi://cairo?version=1.0';
|
|
|
|
export const dummyRegion = new Cairo.Region();
|
|
export const enableClickthrough = (self) => self.input_shape_combine_region(dummyRegion); |