Files
dotfiles/config/hypr/hyprland/core/misc.lua
T

23 lines
452 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 = {
force_split = 2,
preserve_split = true,
},
binds = {
workspace_back_and_forth = true,
},
cursor = {
no_warps = false,
inactive_timeout = 5,
},
})