global -> cmd

This commit is contained in:
2026-05-07 23:20:48 +02:00
parent e3b98ff832
commit 8b340778fe
2 changed files with 10 additions and 8 deletions
+6 -6
View File
@@ -69,9 +69,9 @@ hl.bind("XF86AudioPlay", hl.dsp.exec_cmd("playerctl play-pause"), { locked = tru
hl.bind("XF86AudioPrev", hl.dsp.exec_cmd("playerctl previous"), { locked = true })
hl.bind("XF86AudioNext", hl.dsp.exec_cmd("playerctl next"), { locked = true })
hl.bind("PRINT", hl.dsp.global("zshell:screenshotFreeze"))
hl.bind("SUPER + R", hl.dsp.global("zshell:toggle-launcher"))
hl.bind("SUPER + A", hl.dsp.global("zshell:toggle-nc"))
hl.bind("SUPER + V", hl.dsp.global("zshell:toggle-drawing"))
hl.bind("SUPER + F1", hl.dsp.global("zshell:lock"))
hl.bind("SUPER + F2", hl.dsp.global("zshell:toggle-settings"))
hl.bind("PRINT", hl.dsp.exec_cmd("zshell:screenshotFreeze"))
hl.bind("SUPER + R", hl.dsp.exec_cmd("zshell:toggle-launcher"))
hl.bind("SUPER + A", hl.dsp.exec_cmd("zshell:toggle-nc"))
hl.bind("SUPER + V", hl.dsp.exec_cmd("zshell:toggle-drawing"))
hl.bind("SUPER + F1", hl.dsp.exec_cmd("zshell:lock"))
hl.bind("SUPER + F2", hl.dsp.exec_cmd("zshell:toggle-settings"))