初始化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

20
hypr/conf/monitors.lua Normal file
View File

@ -0,0 +1,20 @@
-- 显示器配置
-- eDP-1: 内置 2560x1600@165Hz
hl.monitor({
disabled = true,
output = "eDP-1",
mode = "2560x1600@165",
position = "auto",
scale = "1.6",
})
-- HDMI-A-1: 外接 2560x1440@144Hz
hl.monitor({
-- disabled = false,
output = "HDMI-A-1",
mode = "2560x1440@144",
position = "0x0",
scale = "1.25",
})