fix: bind for wallpaper picker

This commit is contained in:
2026-07-13 13:23:21 +02:00
parent e7e7e7692e
commit b99e6fe109
+1 -1
View File
@@ -47,7 +47,7 @@ hl.define_submap("device", function()
end, { description = "Toggle DMS dash (top left)" }) end, { description = "Toggle DMS dash (top left)" })
-- Wallpaper -- Wallpaper
hl.bind("d", function() hl.bind("w", function()
hl.dispatch(hl.dsp.exec_cmd("dms ipc call dankdash wallpaper")) hl.dispatch(hl.dsp.exec_cmd("dms ipc call dankdash wallpaper"))
exit_submap() exit_submap()
end, { description = "Open DMS wallpaper picker" }) end, { description = "Open DMS wallpaper picker" })