12 lines
388 B
Lua
12 lines
388 B
Lua
hl.config({
|
|
misc = {
|
|
force_default_wallpaper = 1, -- Set to 0 or 1 to disable the anime mascot wallpapers
|
|
disable_hyprland_logo = true, -- If true disables the random hyprland logo / anime girl background. :(
|
|
mouse_move_enables_dpms = true,
|
|
disable_splash_rendering = true,
|
|
allow_session_lock_restore = true,
|
|
session_lock_xray = true,
|
|
animate_manual_resizes = true,
|
|
},
|
|
})
|