24 lines
479 B
Lua
24 lines
479 B
Lua
hl.config({
|
|
xwayland = {
|
|
force_zero_scaling = true,
|
|
},
|
|
misc = {
|
|
disable_hyprland_logo = true,
|
|
disable_splash_rendering = true,
|
|
vrr = 3,
|
|
allow_session_lock_restore = true,
|
|
},
|
|
dwindle = {
|
|
pseudotile = true,
|
|
force_split = 2,
|
|
preserve_split = true,
|
|
},
|
|
binds = {
|
|
workspace_back_and_forth = true,
|
|
},
|
|
cursor = {
|
|
no_warps = false,
|
|
inactive_timeout = 5,
|
|
},
|
|
})
|