From 579eb0e12d18c2bb1ca9aa0ca718ae3e41418eab Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 27 Nov 2022 23:59:07 +0100 Subject: added keybind for emacs --- config.h | 1 + dwm | Bin 75192 -> 75296 bytes dwm.o | Bin 64600 -> 64864 bytes 3 files changed, 1 insertion(+) diff --git a/config.h b/config.h index eb69c73..85caa99 100755 --- a/config.h +++ b/config.h @@ -114,6 +114,7 @@ static Key keys[] = { { MODKEY|ControlMask, XK_b, spawn, SHCMD("xdotool type $( grep -v '^#' ~/Documents/random/bookmarks.txt | dmenu -i -l 50 | cut -d' ' -f1 )") }, { MODKEY|ControlMask, XK_l, spawn, SHCMD("xdotool type \"cat $( /usr/bin/ls -d ~/Documents/lyrics/* | dmenu -i -l 50)\"") }, { MODKEY, XK_b, spawn, SHCMD("firefox") }, + { MODKEY, XK_e, spawn, SHCMD("emacsclient -c -a 'emacs'") }, { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s -e 'mv $f ~/Pictures/'") }, { 0, XK_Print, spawn, SHCMD("scrot -u -e 'mv $f ~/Pictures/'") }, TAGKEYS( XK_1, 0) diff --git a/dwm b/dwm index 4d0d151..60cce1e 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index ab93013..103f612 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3