mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-01 15:43:30 +02:00
chore(hotfix): fix what AI could not
This commit is contained in:
+3
-4
@@ -6,7 +6,7 @@ hl.bind("SUPER + Q", hl.dsp.window.close())
|
||||
hl.bind("SUPER + M", hl.dsp.exit())
|
||||
hl.bind("SUPER + RETURN", hl.dsp.exec_cmd("ghostty"))
|
||||
hl.bind("SUPER + E", hl.dsp.exec_cmd("dolphin"))
|
||||
hl.bind("SUPER + B", hl.dsp.exec_cmd("firefox"))
|
||||
hl.bind("SUPER + B", hl.dsp.exec_cmd("chromium"))
|
||||
|
||||
hl.bind("SUPER + H", hl.dsp.focus({ direction = "l" }))
|
||||
hl.bind("SUPER + L", hl.dsp.focus({ direction = "r" }))
|
||||
@@ -51,9 +51,6 @@ hl.bind(
|
||||
hl.bind("XF86AudioPlay", hl.dsp.exec_cmd("playerctl play-pause"), { 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("XF86MonBrightnessUp", hl.dsp.exec_cmd("brighnessctl set +5%"), { locked = true, repeating = true })
|
||||
hl.bind("XF86MonBrightnessDown", hl.dsp.exec_cmd("brighnessctl set -5%"), { locked = true, repeating = true })
|
||||
hl.bind("XF86WebCam", hl.dsp.exec_cmd(""), { locked = true, repeating = true })
|
||||
|
||||
hl.bind("PRINT", hl.dsp.global("zshell:screenshotFreeze"))
|
||||
hl.bind("SUPER + R", hl.dsp.global("zshell:toggle-launcher"))
|
||||
@@ -61,3 +58,5 @@ 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("XF86MonBrightnessUp", hl.dsp.global("zshell:brightnessUp"), { locked = true, repeating = true })
|
||||
hl.bind("XF86MonBrightnessDown", hl.dsp.global("zshell:brightnessDown"), { locked = true, repeating = true })
|
||||
|
||||
Reference in New Issue
Block a user