gemini generated lua config
This commit is contained in:
22
modules/plugins.lua
Normal file
22
modules/plugins.lua
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user