migrated hyprland config from hyprlang to lua; added mocha palette as lua

This commit is contained in:
2026-08-14 17:33:25 -06:00
parent a372093d22
commit 96c4d36714
21 changed files with 314 additions and 235 deletions
+4
View File
@@ -0,0 +1,4 @@
-- See https://wiki.hypr.land/Configuring/Basics/Keywords/ for more
-- Defined as globals so every required module can use them.
mainMod = "SUPER" -- Sets the "Windows" key as main modifier
SUPER_SHIFT = "SUPER + SHIFT"