From 2aafb640e2648ccbdec938ba643219220ddf837f Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 31 Jan 2026 18:05:09 +0900 Subject: modified dwm/config.def.h --- dwm/config.def.h | 10 +++++----- 1 file 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 } } }), -- cgit v1.2.3