summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-11 21:50:06 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-11 21:50:06 +0100
commit684e979570e901c711e721d91348c61c82b9bcc8 (patch)
treec712376dcbb2c5a1294aae174e727f03a809d29c
parent7339e485fe1bdf2d6cf7c4b771c20b743f973e23 (diff)
changed emacs keybind
-rw-r--r--config.h2
-rw-r--r--drw.obin11352 -> 10968 bytes
-rwxr-xr-xdwmbin75296 -> 75544 bytes
-rw-r--r--dwm.obin64744 -> 62608 bytes
-rw-r--r--util.obin2392 -> 2080 bytes
5 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index f756a4f..811e6d4 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 -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)
diff --git a/drw.o b/drw.o
index 8d0f352..07e1c0e 100644
--- a/drw.o
+++ b/drw.o
Binary files differ
diff --git a/dwm b/dwm
index 5089dcc..35c58cb 100755
--- a/dwm
+++ b/dwm
Binary files differ
diff --git a/dwm.o b/dwm.o
index 4e9dddc..a018c13 100644
--- a/dwm.o
+++ b/dwm.o
Binary files differ
diff --git a/util.o b/util.o
index 3fb5658..1396f4b 100644
--- a/util.o
+++ b/util.o
Binary files differ