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

16
hypr/conf/plugins.lua Normal file
View File

@ -0,0 +1,16 @@
-- 插件配置
-- hyprexpo工作区网格概览Super+W 触发)
hl.config({
plugin = {
hyprexpo = {
columns = 3, -- 概览网格列数
gaps_in = 5, -- 窗口内间距
gaps_out = 0, -- 窗口外间距
bg_col = "rgb(111111)", -- 背景色
workspace_method = "first 1", -- 从工作区 1 开始排列
gesture_distance = 200, -- 手势触发距离
show_cursor = 1, -- 显示光标
},
},
})