初始化dotfiles
This commit is contained in:
13
hypr/conf/misc.lua
Normal file
13
hypr/conf/misc.lua
Normal file
@ -0,0 +1,13 @@
|
||||
-- 杂项:壁纸、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 以原生分辨率渲染,避免分数缩放模糊
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user