Reformat hyprland lua config
This commit is contained in:
@@ -8,7 +8,7 @@ hl.monitor({
|
||||
mode = "preferred",
|
||||
position = "auto",
|
||||
scale = "auto",
|
||||
mirror = "",
|
||||
mirror = "",
|
||||
})
|
||||
|
||||
-------------------
|
||||
@@ -30,8 +30,6 @@ end)
|
||||
-------------------------------
|
||||
|
||||
-- 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
|
||||
|
||||
-----------------------
|
||||
@@ -131,7 +129,7 @@ hl.animation({ leaf = "zoomFactor", enabled = true, speed = 7, bezier = "quick"
|
||||
-- Ref https://wiki.hypr.land/Configuring/Basics/Workspace-Rules/
|
||||
-- "Smart gaps" / "No gaps when only"
|
||||
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
|
||||
hl.config({
|
||||
|
||||
Reference in New Issue
Block a user