idek atp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user