gemini generated lua config

This commit is contained in:
venus
2026-05-22 05:51:26 -05:00
parent 492f4723bf
commit 9231418ac1
12 changed files with 546 additions and 0 deletions

22
modules/plugins.lua Normal file
View File

@@ -0,0 +1,22 @@
hl.config({
plugin = {
hyprexpo = {
columns = 2,
gap_size = 5,
["bg_col"] = "rgb(111111)",
workspace_method = "first 1",
skip_empty = true
},
hy3 = {
no_gaps_when_only = 1,
node_collapse_policy = 2,
tab_first_window = false,
tabs = {
height = 22
},
autotile = {
-- settings
}
}
}
})