初始化dotfiles

This commit is contained in:
2026-06-18 11:36:12 +08:00
commit f4305709a5
37 changed files with 1540 additions and 0 deletions

13
hypr/conf/misc.lua Normal file
View 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 以原生分辨率渲染,避免分数缩放模糊
},
})