Files
Hyprland-config/modules/plugins.lua
2026-05-22 05:51:26 -05:00

23 lines
499 B
Lua

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
}
}
}
})