diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-18 12:45:48 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-18 12:45:48 +0100 |
| commit | e8e4ed434cca4d8f33a82ee6116f277eca5162ae (patch) | |
| tree | 388d6c5dc5dba5f88e7ed4da1a637f420ea604fa | |
| parent | 360b5a2ff5dddfc92e134a8e7456785307b4f44f (diff) | |
added keybind for printing lyrics
| -rwxr-xr-x | config.h | 1 | ||||
| -rwxr-xr-x | dwm | bin | 75160 -> 75272 bytes | |||
| -rw-r--r-- | dwm.o | bin | 64280 -> 64568 bytes |
3 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/'") }, Binary files differBinary files differ |
