diff options
Diffstat (limited to 'dwm/config.def.h')
| -rw-r--r-- | dwm/config.def.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index ccaf802..81c0531 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -546,16 +546,16 @@ static Keychord *keychords[] = { &((Keychord){1, {{WINMOD, XK_F3}}, spawn, {.v = (const char *[]){ "dmenudisplay", "-r", NULL } } }), &((Keychord){1, {{WINKEY, XK_F4}}, spawn, SHCMD(TERMINAL " -n pulsemixer -e pulsemixer; kill -38 $(pidof dwmblocks)") }), &((Keychord){1, {{WINMOD2, XK_F4}}, spawn, {.v = (const char *[]){ "toggleoutput", NULL } } }), - &((Keychord){1, {{WINMOD, XK_F5}}, spawn, {.v = (const char *[]){ "stw", NULL } } }), - &((Keychord){1, {{WINMOD2, XK_F5}}, spawn, {.v = (const char *[]){ "rbackup", NULL } } }), + &((Keychord){1, {{WINKEY, XK_F5}}, spawn, {.v = (const char *[]){ "mailsync", NULL } } }), + &((Keychord){1, {{WINMOD, XK_F5}}, spawn, {.v = (const char *[]){ "newsup", NULL } } }), + &((Keychord){1, {{WINMOD2, XK_F5}}, spawn, {.v = (const char *[]){ "checkup", NULL } } }), &((Keychord){1, {{ULTRAMOD, XK_F5}}, spawn, {.v = (const char *[]){ "dmenuupgrade", NULL } } }), &((Keychord){1, {{WINKEY, XK_F6}}, spawn, {.v = (const char *[]){ "qndl", "-v", NULL } } }), &((Keychord){1, {{WINMOD, XK_F6}}, spawn, {.v = (const char *[]){ "qndl", "-m", NULL } } }), &((Keychord){1, {{WINKEY, XK_F7}}, spawn, {.v = (const char *[]){ "transadd", "-l", NULL } } }), &((Keychord){1, {{WINMOD2, XK_F7}}, spawn, {.v = (const char *[]){ "td-toggle", NULL } } }), - &((Keychord){1, {{WINKEY, XK_F8}}, spawn, {.v = (const char *[]){ "mailsync", NULL } } }), - &((Keychord){1, {{WINMOD, XK_F8}}, spawn, {.v = (const char *[]){ "newsup", NULL } } }), - &((Keychord){1, {{WINMOD2, XK_F8}}, spawn, {.v = (const char *[]){ "checkup", NULL } } }), + &((Keychord){1, {{WINMOD, XK_F8}}, spawn, {.v = (const char *[]){ "stw", NULL } } }), + &((Keychord){1, {{WINMOD2, XK_F8}}, spawn, {.v = (const char *[]){ "rbackup", NULL } } }), &((Keychord){1, {{WINKEY, XK_F9}}, spawn, {.v = (const char *[]){ "mounter", NULL } } }), &((Keychord){1, {{WINMOD, XK_F9}}, spawn, {.v = (const char *[]){ "dmenumountcifs", NULL } } }), &((Keychord){1, {{WINMOD2, XK_F9}}, spawn, {.v = (const char *[]){ "unmounter", NULL } } }), |
