summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Baker-Bates <58554967+asparagusfox@users.noreply.github.com>2020-09-08 18:02:25 +0100
committerGitHub <noreply@github.com>2020-09-08 18:02:25 +0100
commit92fc0c14032d27a1a445eefa094551aa30b1f9ea (patch)
tree073180357dbd7c431138e916859b984eaf799416
parent86aba1a368d827dd33317af92821a0425068aac5 (diff)
"mw sync" is the new command to sync mail
-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)") },