summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMikkel Thestrup <mikkel@mithe.dk>2026-01-29 00:01:00 +0100
committerMikkel Thestrup <mikkel@mithe.dk>2026-01-29 00:01:00 +0100
commit081021d5bd47c52dcaf56fc53f64a34b12c67f2c (patch)
tree570bc526636d62653a578face83ec8e01381ae9e /config.h
parent621ecadf6290e5af580455be4a6113250d835070 (diff)
downloaddwm-081021d5bd47c52dcaf56fc53f64a34b12c67f2c.tar.gz
dwm-081021d5bd47c52dcaf56fc53f64a34b12c67f2c.zip
Added keybind for document-picker
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index eb6b7c6..b9754a9 100644
--- a/config.h
+++ b/config.h
@@ -69,6 +69,7 @@ static const Key keys[] = {
{ MODKEY, XK_b, spawn, {.v = browsercmd } },
{ MODKEY|ShiftMask, XK_l, spawn, {.v = lockcmd } },
{ MODKEY|ShiftMask, XK_w, spawn, {.v = wallpapercmd } },
+ { MODKEY|ShiftMask, XK_d, spawn, SHCMD("document-picker") },
{ 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pactl set-sink-volume @DEFAULT_SINK@ +5%") },
{ 0, XF86XK_AudioLowerVolume, spawn, SHCMD("pactl set-sink-volume @DEFAULT_SINK@ -5%") },
{ 0, XF86XK_AudioMute, spawn, SHCMD("pactl set-sink-mute @DEFAULT_SINK@ toggle") },