From e7e7e7692eb990e12fa6794c3d40286557c8cfd7 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 13 Jul 2026 13:23:00 +0200 Subject: [PATCH] feat: wallpaper picker bind --- config/hypr/hyprland/binds/device.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/hypr/hyprland/binds/device.lua b/config/hypr/hyprland/binds/device.lua index a3b8d6a..7da7e13 100644 --- a/config/hypr/hyprland/binds/device.lua +++ b/config/hypr/hyprland/binds/device.lua @@ -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"))