fix: submap naming

This commit is contained in:
2026-06-15 10:10:25 +02:00
parent a895222cde
commit 7240eefc76
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ local function exit_submap()
hl.dispatch(hl.dsp.submap("reset"))
end
hl.bind("code:232", hl.dsp.exec_cmd(""))
-- TODO: Update this for laptop
hl.bind("code:232", hl.dsp.exec_cmd("brightnessctl -S"))
-- bind = ,code:232, exec, light -U 5 && notify-send 'Display brightness decreased by 5%'
-- bind = ,code:233, exec, light -A 5 && notify-send 'Display brightness increased by 5%'