feat: updates to make it work

This commit is contained in:
2026-06-14 20:42:49 +02:00
parent dce3c77a29
commit fab293438e
26 changed files with 163 additions and 101 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
--- @param swap_escape boolean
return function(swap_escape)
hl.config({
inputs = {
kb_options = swap_escape and "caps:swapescape" or "",
input = {
-- kb_options = swap_escape and "caps:swapescape" or "",
kb_layout = "us",
kb_variant = "altgr-intl",
natural_scroll = "true",
natural_scroll = true,
numlock_by_default = true,
repeat_delay = 400,
-1
View File
@@ -9,7 +9,6 @@ hl.config({
allow_session_lock_restore = true,
},
dwindle = {
pseudotile = true,
force_split = 2,
preserve_split = true,
},
+5 -1
View File
@@ -48,23 +48,27 @@ hl.animation({
hl.animation({
leaf = "border",
enabled = true,
bezier = "default",
speed = 8,
})
hl.animation({
leaf = "fade",
enabled = true,
bezier = "default",
speed = 3,
})
hl.animation({
leaf = "workspace",
leaf = "workspaces",
enabled = true,
bezier = "default",
speed = 1,
})
hl.animation({
leaf = "specialWorkspace",
enabled = true,
bezier = "default",
speed = 1,
})