summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig.h1
-rwxr-xr-xdwmbin75192 -> 75296 bytes
-rw-r--r--dwm.obin64600 -> 64864 bytes
3 files changed, 1 insertions, 0 deletions
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
--- a/dwm
+++ b/dwm
Binary files differ
diff --git a/dwm.o b/dwm.o
index ab93013..103f612 100644
--- a/dwm.o
+++ b/dwm.o
Binary files differ