Reformat hyprland lua config

This commit is contained in:
2026-06-04 09:14:29 +02:00
parent 3040914409
commit 42be5edaf1
+2 -4
View File
@@ -8,7 +8,7 @@ hl.monitor({
mode = "preferred", mode = "preferred",
position = "auto", position = "auto",
scale = "auto", scale = "auto",
mirror = "", mirror = "",
}) })
------------------- -------------------
@@ -30,8 +30,6 @@ end)
------------------------------- -------------------------------
-- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Environment-variables/ -- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Environment-variables/
-- hl.env("XCURSOR_SIZE", "24")
-- hl.env("HYPRCURSOR_SIZE", "24")
hl.env("TERMINAL", terminal) -- e.g. for emacs hl.env("TERMINAL", terminal) -- e.g. for emacs
----------------------- -----------------------
@@ -131,7 +129,7 @@ hl.animation({ leaf = "zoomFactor", enabled = true, speed = 7, bezier = "quick"
-- Ref https://wiki.hypr.land/Configuring/Basics/Workspace-Rules/ -- Ref https://wiki.hypr.land/Configuring/Basics/Workspace-Rules/
-- "Smart gaps" / "No gaps when only" -- "Smart gaps" / "No gaps when only"
hl.workspace_rule({ workspace = "w[tv1]", gaps_out = 0, gaps_in = 0 }) hl.workspace_rule({ workspace = "w[tv1]", gaps_out = 0, gaps_in = 0 })
hl.workspace_rule({ workspace = "f[1]", gaps_out = 0, gaps_in = 0 }) hl.workspace_rule({ workspace = "f[1]", gaps_out = 0, gaps_in = 0 })
-- See https://wiki.hypr.land/Configuring/Layouts/Dwindle-Layout/ for more -- See https://wiki.hypr.land/Configuring/Layouts/Dwindle-Layout/ for more
hl.config({ hl.config({