Hardware and plugins modules
This commit is contained in:
12
hypr/hyprland/plugins.lua
Normal file
12
hypr/hyprland/plugins.lua
Normal 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
|
||||
Reference in New Issue
Block a user