cleaned up, added some noctalia support, modified workspace keybinds

This commit is contained in:
venus
2026-07-28 08:19:50 -05:00
parent 2414373294
commit d6207c7e5a
8 changed files with 138 additions and 32 deletions

View File

@@ -10,6 +10,7 @@ local colors = dofile(os.getenv("HOME") .. "/.config/hypr/noctalia/noctalia-colo
hl.config ({
general = {
-- Winodw Border and Gaps
gaps_in = 5,
gaps_out = 4,
border_size = 1,
@@ -29,6 +30,7 @@ hl.config ({
-- https://wiki.hypr.land/Configuring/Variables/--decoration
decoration = {
-- Window rounding and shadow
rounding = 20,
rounding_power = 2,
-- Change transparency of focused and unfocused windows,
@@ -62,7 +64,7 @@ hl.curve("almostLinear", { type = "bezier", points = { {0.5, 0.5}, {0.75, 1}
hl.curve("quick", { type = "bezier", points = { {0.15, 0}, {0.1, 1} } })
-- Default springs
hl.curve("easy", { type = "spring", mass = 1, stiffness = 71.2633, dampening = 15.8273644 })
hl.curve("easy", { type = "spring", mass = 1, stiffness = 220, dampening = 26 })
hl.animation({ leaf = "global", enabled = true, speed = 10, bezier = "default" })
hl.animation({ leaf = "border", enabled = true, speed = 5.39, bezier = "easeOutQuint" })