mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
global -> cmd
This commit is contained in:
+6
-6
@@ -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("XF86AudioPrev", hl.dsp.exec_cmd("playerctl previous"), { locked = true })
|
||||||
hl.bind("XF86AudioNext", hl.dsp.exec_cmd("playerctl next"), { locked = true })
|
hl.bind("XF86AudioNext", hl.dsp.exec_cmd("playerctl next"), { locked = true })
|
||||||
|
|
||||||
hl.bind("PRINT", hl.dsp.global("zshell:screenshotFreeze"))
|
hl.bind("PRINT", hl.dsp.exec_cmd("zshell:screenshotFreeze"))
|
||||||
hl.bind("SUPER + R", hl.dsp.global("zshell:toggle-launcher"))
|
hl.bind("SUPER + R", hl.dsp.exec_cmd("zshell:toggle-launcher"))
|
||||||
hl.bind("SUPER + A", hl.dsp.global("zshell:toggle-nc"))
|
hl.bind("SUPER + A", hl.dsp.exec_cmd("zshell:toggle-nc"))
|
||||||
hl.bind("SUPER + V", hl.dsp.global("zshell:toggle-drawing"))
|
hl.bind("SUPER + V", hl.dsp.exec_cmd("zshell:toggle-drawing"))
|
||||||
hl.bind("SUPER + F1", hl.dsp.global("zshell:lock"))
|
hl.bind("SUPER + F1", hl.dsp.exec_cmd("zshell:lock"))
|
||||||
hl.bind("SUPER + F2", hl.dsp.global("zshell:toggle-settings"))
|
hl.bind("SUPER + F2", hl.dsp.exec_cmd("zshell:toggle-settings"))
|
||||||
|
|||||||
@@ -27,8 +27,10 @@ hl.general ({
|
|||||||
gaps_in = 2,
|
gaps_in = 2,
|
||||||
gaps_out = 2,
|
gaps_out = 2,
|
||||||
border_size = 1,
|
border_size = 1,
|
||||||
col.active_border = { colors = { mauveAlpha, greenAlpha, sapphireAlpha, lavenderAlpha }, angle? = 90 },
|
col = {
|
||||||
col.inactive_border = { surface1Alpha, angle? = 90},
|
active_border = { colors = { mauveAlpha, greenAlpha, sapphireAlpha, lavenderAlpha }, angle? = 90 },
|
||||||
|
inactive_border = { surface1Alpha, angle? = 90},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
hl.decoration ({
|
hl.decoration ({
|
||||||
|
|||||||
Reference in New Issue
Block a user