feat: wallpaper picker bind

This commit is contained in:
2026-07-13 13:23:00 +02:00
parent d3f67649ca
commit e7e7e7692e
+6
View File
@@ -46,6 +46,12 @@ hl.define_submap("device", function()
exit_submap()
end, { description = "Toggle DMS dash (top left)" })
-- Wallpaper
hl.bind("d", function()
hl.dispatch(hl.dsp.exec_cmd("dms ipc call dankdash wallpaper"))
exit_submap()
end, { description = "Open DMS wallpaper picker" })
-- Settings
hl.bind("s", function()
hl.dispatch(hl.dsp.exec_cmd("dms ipc call settings toggle"))