diff options
| -rw-r--r-- | config.h | 2 | ||||
| -rwxr-xr-x | dwm | bin | 75672 -> 75896 bytes | |||
| -rw-r--r-- | dwm.o | bin | 63176 -> 63672 bytes |
3 files changed, 2 insertions, 0 deletions
@@ -117,6 +117,8 @@ static Key keys[] = { { MODKEY|ControlMask, XK_l, spawn, SHCMD("xdotool type \"cat $( /usr/bin/ls -d ~/docs/lyrics/* | dmenu -i -l 50)\"") }, { MODKEY, XK_b, spawn, SHCMD("firefox") }, { MODKEY, XK_e, spawn, SHCMD("emacsclient -c -a 'emacs'") }, + { MODKEY, XK_v, spawn, SHCMD("st pulsemixer") }, + { MODKEY, XK_n, spawn, SHCMD("st newsboat") }, { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s -e 'mv $f ~/pics/'") }, { 0, XK_Print, spawn, SHCMD("scrot -u -e 'mv $f ~/pics/'") }, TAGKEYS( XK_1, 0) Binary files differBinary files differ |
