nixos-config/dotfiles/hypr/conf/others.lua
2026-07-08 09:40:28 +02:00

14 lines
228 B
Lua

hl.config({
misc = {
force_default_wallpaper = 0,
disable_hyprland_logo = true,
disable_splash_rendering = true,
vrr = 1,
},
})
hl.config({
cursor = {
enable_hyprcursor = false,
no_hardware_cursors = true,
},
})