diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-02 07:22:48 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-02 07:22:48 +0900 |
| commit | 409f9844c3cf19badffc501c22f46cbad84a82a1 (patch) | |
| tree | 96f46c26dc75b46210eba143f932a3334243bc3b | |
| parent | d0d9bdffb4ca42f4540ff73f6be21b89854b4e71 (diff) | |
modified dwm/config.def.h
| -rw-r--r-- | dwm/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index 621d929..890b40f 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -529,7 +529,7 @@ static Keychord *keychords[] = { &((Keychord){1, {{WINKEY, XK_Scroll_Lock}}, spawn, SHCMD("remaps") }), &((Keychord){1, {{WINMOD2, XK_Scroll_Lock}}, spawn, SHCMD("killall screenkey || screenkey -t 3 -p fixed -s small -g 20%x5%+40%-5% --key-mode keysyms --bak-mode normal --mods-mode normal -f ttf-font-awesome --opacity 0.5 &") }), &((Keychord){1, {{WINKEY, XK_F1}}, spawn, SHCMD("groff -mom /usr/local/share/dwm/thesiah.mom -Tpdf | zathura -") }), - &((Keychord){1, {{WINMOD, XK_F1}}, spawn, SHCMD("nsxiv -aiop ${XDG_PICTURES_DIR:-${HOME}/Pictures}/resources") }), + &((Keychord){1, {{WINMOD, XK_F1}}, spawn, SHCMD("nsxiv -ap ${XDG_PICTURES_DIR:-${HOME}/Pictures}/resources") }), &((Keychord){1, {{WINMOD2, XK_F1}}, spawn, {.v = (const char *[]){ "dmenuman", NULL } } }), &((Keychord){1, {{WINKEY, XK_F2}}, spawn, {.v = (const char *[]){ "tutorialvids", NULL } } }), &((Keychord){1, {{WINKEY, XK_F3}}, spawn, {.v = (const char *[]){ "displayselect", NULL } } }), |
