diff --git a/config/hypr/hyprland/binds/device.lua b/config/hypr/hyprland/binds/device.lua index 7da7e13..31dd063 100644 --- a/config/hypr/hyprland/binds/device.lua +++ b/config/hypr/hyprland/binds/device.lua @@ -47,7 +47,7 @@ hl.define_submap("device", function() end, { description = "Toggle DMS dash (top left)" }) -- Wallpaper - hl.bind("d", function() + hl.bind("w", function() hl.dispatch(hl.dsp.exec_cmd("dms ipc call dankdash wallpaper")) exit_submap() end, { description = "Open DMS wallpaper picker" })