This commit is contained in:
2026-08-13 00:25:52 -07:00
parent 3cd3c9ba19
commit 908876a7b8
6 changed files with 58 additions and 13 deletions

View File

@@ -5,8 +5,19 @@ if hl.plugin.gloview ~= nil then
blur = 1,
strip_all_card = true,
show_special = true,
above_namespaces = 'quickshell'
above_namespaces = 'quickshell',
key_close = 'v',
key_next_workspace = 'l',
key_prev_workspace = 'k',
show_empty = true,
dynamic_workspaces = false,
}
}})
hl.bind('SUPER + K', hl.plugin.gloview.toggle, {submap_universal = true})
elseif hl.plugin.hyprexpo ~= nil then
hl.config({
hyprexpo = {
},
})
hl.bind('SUPER + K', function() hl.plugin.hyprexpo.expo('toggle') end)
end