feat: updates to make it work
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -9,7 +9,6 @@ hl.config({
|
||||
allow_session_lock_restore = true,
|
||||
},
|
||||
dwindle = {
|
||||
pseudotile = true,
|
||||
force_split = 2,
|
||||
preserve_split = true,
|
||||
},
|
||||
|
||||
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user