feat: wallpaper picker bind
This commit is contained in:
@@ -46,6 +46,12 @@ hl.define_submap("device", function()
|
|||||||
exit_submap()
|
exit_submap()
|
||||||
end, { description = "Toggle DMS dash (top left)" })
|
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
|
-- Settings
|
||||||
hl.bind("s", function()
|
hl.bind("s", function()
|
||||||
hl.dispatch(hl.dsp.exec_cmd("dms ipc call settings toggle"))
|
hl.dispatch(hl.dsp.exec_cmd("dms ipc call settings toggle"))
|
||||||
|
|||||||
Reference in New Issue
Block a user