Convert hyprland config to lua

This commit is contained in:
Sem
2026-05-21 00:08:15 +02:00
parent 6dfd4eac43
commit 5be218807c
26 changed files with 1133 additions and 12 deletions

7
hypr/environment.lua Normal file
View File

@@ -0,0 +1,7 @@
-- See https://wiki.hypr.land/Configuring/Environment-variables/
-- Generated by hyprlang2lua. Review TODOs before reloading Hyprland.
hl.env("XCURSOR_SIZE", "24")
hl.env("HYPRCURSOR_SIZE", "24")
hl.env("QT_QPA_PLATFORMTHEME", "qt6ct")