can't be bothered writing a commit message
Some checks failed
Build and release ISO / release-iso (push) Failing after 48s

This commit is contained in:
Breadway 2026-07-29 21:18:28 +08:00
parent 6aead4f5e8
commit 3fa1dd20ba
3 changed files with 10 additions and 13 deletions

View file

@ -168,3 +168,10 @@ hl.on("hyprland.start", function()
hl.dispatch(hl.dsp.exec_cmd(cmd))
end
end)
hl.gesture({
fingers = 3,
direction = "horizontal",
action = "workspace",
})