diff options
Diffstat (limited to 'config.h')
| -rwxr-xr-x | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, { MODKEY|ControlMask, XK_b, spawn, SHCMD("xdotool type $( grep -v '^#' ~/Documents/random/bookmarks.txt | dmenu -i -l 50 | cut -d' ' -f1)")}, + { MODKEY|ControlMask, XK_l, spawn, SHCMD("cat $( /usr/bin/ls -d ~/Documents/lyrics/* | dmenu -i -l 50)")}, { MODKEY, XK_b, spawn, SHCMD("firefox") }, { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s -e 'mv $f ~/Pictures/'") }, { 0, XK_Print, spawn, SHCMD("scrot -u -e 'mv $f ~/Pictures/'") }, |
