summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-11-27 23:59:07 +0100
committeryuzu-eva <stevenhu@web.de>2022-11-27 23:59:07 +0100
commit579eb0e12d18c2bb1ca9aa0ca718ae3e41418eab (patch)
treec2070c6e071463f62dd9917a0682aa98d8bf9547 /config.h
parent71ee27e1c743610139ae5bbce589c85703fd9888 (diff)
added keybind for emacs
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h1
1 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)