From 684e979570e901c711e721d91348c61c82b9bcc8 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 11 Dec 2022 21:50:06 +0100 Subject: changed emacs keybind --- config.h | 2 +- drw.o | Bin 11352 -> 10968 bytes dwm | Bin 75296 -> 75544 bytes dwm.o | Bin 64744 -> 62608 bytes util.o | Bin 2392 -> 2080 bytes 5 files changed, 1 insertion(+), 1 deletion(-) 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 Binary files a/drw.o and b/drw.o differ diff --git a/dwm b/dwm index 5089dcc..35c58cb 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 4e9dddc..a018c13 100644 Binary files a/dwm.o and b/dwm.o differ diff --git a/util.o b/util.o index 3fb5658..1396f4b 100644 Binary files a/util.o and b/util.o differ -- cgit v1.2.3