summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-06-07 18:16:33 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-06-07 18:16:33 -0400
commit35e3d2a73c1fd0bc5a2439268fb3ca184d82e95a (patch)
treea910b35de7c77fe4f935f629a9a1370163dbb33b
parent6ab28a4723aff1d9ecfdacae582d4ff28f8df175 (diff)
snippets
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index ab4026c..6b28fbb 100644
--- a/config.h
+++ b/config.h
@@ -204,7 +204,7 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_Page_Up, shifttag, { .i = -1 } },
{ MODKEY, XK_Page_Down, shiftview, { .i = +1 } },
{ MODKEY|ShiftMask, XK_Page_Down, shifttag, { .i = +1 } },
- { MODKEY, XK_Insert, spawn, SHCMD("notify-send \"📋 Clipboard contents:\" \"$(xclip -o -selection clipboard)\"") },
+ { MODKEY, XK_Insert, spawn, SHCMD("xdotool type $(cat ~/.local/share/larbs/snippets | dmenu -i -l 50 | cut -d' ' -f1)") },
{ MODKEY, XK_F1, spawn, SHCMD("groff -mom /usr/local/share/dwm/larbs.mom -Tpdf | zathura -") },
{ MODKEY, XK_F2, spawn, SHCMD("tutorialvids") },