Files
dotfiles/hypr/conf/misc.lua
2026-06-18 11:36:12 +08:00

14 lines
511 B
Lua
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- 杂项壁纸、Logo、DPMS 唤醒、XWayland 缩放
hl.config({
misc = {
force_default_wallpaper = 0, -- 不强制默认壁纸(由 Noctalia 管理)
disable_hyprland_logo = true, -- 隐藏 Hyprland Logo
mouse_move_enables_dpms = true, -- 鼠标移动唤醒屏幕
key_press_enables_dpms = true, -- 按键唤醒屏幕
},
xwayland = {
force_zero_scaling = true, -- XWayland 以原生分辨率渲染,避免分数缩放模糊
},
})