summaryrefslogtreecommitdiff
path: root/wm/dwm-6.3/config.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2023-03-03 20:52:04 -0600
committerstkhan <personal@slickd.xyz>2023-03-03 20:52:04 -0600
commitf23249122b42c55c0b4b20931772246681917e55 (patch)
tree61f57309a426babfaf3bd994bce8d7928dfb4202 /wm/dwm-6.3/config.h
parenta8749d061b340b88492cb53b8f81b989c25d8e01 (diff)
Add alt+y keybind to launch mpv on copied url
Diffstat (limited to 'wm/dwm-6.3/config.h')
-rw-r--r--wm/dwm-6.3/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wm/dwm-6.3/config.h b/wm/dwm-6.3/config.h
index 35c53cb..6ba1f18 100644
--- a/wm/dwm-6.3/config.h
+++ b/wm/dwm-6.3/config.h
@@ -148,6 +148,7 @@ static Key keys[] = {
{ MODKEY, XK_s, spawn, SHCMD("sarc.sh --search_web") },
{ MODKEY, XK_g, spawn, SHCMD("sarc.sh --goto-website") },
{ MODKEY, XK_t, spawn, SHCMD("st vim ~/.cache/todo") },
+ { MODKEY, XK_y, spawn, SHCMD("st mpv `xclip -o`") },
{ WINKEY, XK_1, spawn, SHCMD("st vim ~/.cache/.sarc_notes.1") },
{ WINKEY, XK_2, spawn, SHCMD("st vim ~/.cache/.sarc_notes.2") },
{ WINKEY, XK_3, spawn, SHCMD("st vim ~/.cache/.sarc_notes.3") },