diff options
| -rw-r--r-- | config.h | 2 | ||||
| -rw-r--r-- | drw.o | bin | 11352 -> 10968 bytes | |||
| -rwxr-xr-x | dwm | bin | 75296 -> 75544 bytes | |||
| -rw-r--r-- | dwm.o | bin | 64744 -> 62608 bytes | |||
| -rw-r--r-- | util.o | bin | 2392 -> 2080 bytes |
5 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ static Key keys[] = { { MODKEY|ControlMask, XK_b, spawn, SHCMD("xdotool type $( grep -v '^#' ~/docs/random/bookmarks.txt | dmenu -i -l 50 | cut -d' ' -f1 )") }, { 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_e, spawn, SHCMD("emacsclient -c --socket-name=/tmp/emacs1000/server") }, { 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 differBinary files differBinary files differ |
