Hardware and plugins modules

This commit is contained in:
2026-07-31 14:53:00 -07:00
parent 3980ba3064
commit 3cd3c9ba19
6 changed files with 28 additions and 11 deletions

12
hypr/hyprland/plugins.lua Normal file
View File

@@ -0,0 +1,12 @@
if hl.plugin.gloview ~= nil then
hl.config({plugin = {
gloview = {
layout = 'rows',
blur = 1,
strip_all_card = true,
show_special = true,
above_namespaces = 'quickshell'
}
}})
hl.bind('SUPER + K', hl.plugin.gloview.toggle, {submap_universal = true})
end