refactor(hypr): migrate configuration to lua

This commit is contained in:
2026-08-11 18:47:19 -04:00
parent d4663ad9cd
commit a1a9081a2a
14 changed files with 169 additions and 164 deletions
+9
View File
@@ -0,0 +1,9 @@
hl.env("XCURSOR_SIZE", "24")
hl.env("QT_QPA_PLATFORMTHEME", "qt5ct")
return {
terminal = "alacritty",
file_manager = "dolphin",
menu = "rofi -show combi",
browser = "brave-browser",
}