aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <[email protected]>2020-09-08 13:06:05 -0400
committerGitHub <[email protected]>2020-09-08 13:06:05 -0400
commit59848a9fdb32bda602bab0d7aea22ff203515ad4 (patch)
tree073180357dbd7c431138e916859b984eaf799416 /config.h
parentMerge pull request #74 from aajonusonline/patch-1 (diff)
parent"mw sync" is the new command to sync mail (diff)
downloadseiwm-59848a9fdb32bda602bab0d7aea22ff203515ad4.tar.xz
seiwm-59848a9fdb32bda602bab0d7aea22ff203515ad4.zip
Merge pull request #107 from asparagusfox/patch-1
"mw sync" is the new command to sync mail
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 771e7a1..3951f8e 100644
--- a/config.h
+++ b/config.h
@@ -213,7 +213,7 @@ static Key keys[] = {
{ MODKEY, XK_F5, xrdb, {.v = NULL } },
{ MODKEY, XK_F6, spawn, SHCMD("torwrap") },
{ MODKEY, XK_F7, spawn, SHCMD("td-toggle") },
- { MODKEY, XK_F8, spawn, SHCMD("mailsync") },
+ { MODKEY, XK_F8, spawn, SHCMD("mw sync") },
{ MODKEY, XK_F9, spawn, SHCMD("dmenumount") },
{ MODKEY, XK_F10, spawn, SHCMD("dmenuumount") },
{ MODKEY, XK_F11, spawn, SHCMD("mpv --no-cache --no-osc --no-input-default-bindings --input-conf=/dev/null --title=webcam $(ls /dev/video[0,2,4,6,8] | tail -n 1)") },