Files
dotfiles/hypr/conf/plugins.lua
T
2026-06-18 11:36:12 +08:00

17 lines
591 B
Lua

-- 插件配置
-- 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, -- 显示光标
},
},
})