gloview
This commit is contained in:
@@ -118,7 +118,7 @@ bind('SUPER + Q', hl.dsp.workspace.toggle_special())
|
||||
-- Multi monitor
|
||||
bind("SUPER + J", hl.dsp.focus({monitor = -1}))
|
||||
bind("SUPER + SHIFT + J", hl.dsp.window.move({monitor = -1}))
|
||||
bind('SUPER + K', hl.dsp.workspace.move({monitor = -1}))
|
||||
bind('SUPER + K', hl.plugin.gloview.toggle)
|
||||
|
||||
-- Screen locking
|
||||
bind("SUPER + ESCAPE", hl.dsp.exec_cmd("~/.config/scripts/lock.sh"), {locked = true})
|
||||
|
||||
@@ -68,4 +68,12 @@ hl.config({
|
||||
xwayland = {
|
||||
force_zero_scaling = true,
|
||||
},
|
||||
plugin = {
|
||||
gloview = {
|
||||
blur = 0.2,
|
||||
strip_all_card = true,
|
||||
show_special = true,
|
||||
layout = 'grid'
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user