feat: use grim, slurp and satty for screenshots

This commit is contained in:
2026-08-23 08:35:34 +02:00
parent 9387be3be8
commit 4cfee8e16b
7 changed files with 24 additions and 21 deletions
-2
View File
@@ -5,8 +5,6 @@ end
hl.bind("SUPER + SHIFT + H", hl.dsp.group.prev(), { description = "Go to previous group member" })
hl.bind("SUPER + SHIFT + L", hl.dsp.group.next(), { description = "Go to next group member" })
-- TODO: Improve mapping (also global mapping, for moving between els if to use regularly)
-- Improve colours
hl.define_submap("groups", function()
hl.bind("c", function()
hl.dispatch(hl.dsp.group.toggle())