refactor code structure

This commit is contained in:
2026-08-12 23:15:12 -07:00
parent fef03be5f6
commit bfe5419bb9
17 changed files with 505 additions and 562 deletions
+6
View File
@@ -0,0 +1,6 @@
-- Keep XCursor and Hyprcursor at the same size for consistent pointers across
-- XWayland and native Wayland applications.
local cursor_size = "24"
hl.env("XCURSOR_SIZE", cursor_size)
hl.env("HYPRCURSOR_SIZE", cursor_size)