初始化dotfiles
This commit is contained in:
16
hypr/conf/plugins.lua
Normal file
16
hypr/conf/plugins.lua
Normal 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, -- 显示光标
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user