summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
-rwxr-xr-xdwmbin75544 -> 75544 bytes
-rw-r--r--dwm.obin62608 -> 62576 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 811e6d4..f756a4f 100644
--- a/config.h
+++ b/config.h
@@ -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 --socket-name=/tmp/emacs1000/server") },
+ { MODKEY, XK_e, spawn, SHCMD("emacsclient -c -a 'emacs'") },
{ 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)
diff --git a/dwm b/dwm
index 35c58cb..d422a4c 100755
--- a/dwm
+++ b/dwm
Binary files differ
diff --git a/dwm.o b/dwm.o
index a018c13..745f473 100644
--- a/dwm.o
+++ b/dwm.o
Binary files differ