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

11
hypr/conf/programs.lua Normal file
View File

@ -0,0 +1,11 @@
-- 常用程序定义(供 keybinds 等模块引用)
local terminal = "kitty"
local fileManager = "dolphin"
local browser = "firefox"
return {
terminal = terminal,
fileManager = fileManager,
browser = browser,
}