14 lines
228 B
Lua
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,
|
|
},
|
|
})
|