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

17 lines
591 B
Lua
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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