diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-09 16:56:25 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-09 16:56:25 +0900 |
| commit | 902cece4ac4924ce3d129a40b933f4550e5ea2aa (patch) | |
| tree | c81be608399cfee1eab8948cbacfa43b7d87713d | |
| parent | feb0607684d30c640ae8e909f9efeb5683f20a19 (diff) | |
Init
| -rw-r--r-- | dwm/config.h | 2 | ||||
| -rwxr-xr-x | dwm/dwm | bin | 144280 -> 144256 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.h b/dwm/config.h index 210db84..8f71a86 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -371,7 +371,7 @@ static const Key keys[] = { { MODKEY, XK_F10, spawn, { .v = (const char *[]){ "unmounter", NULL } } }, { MODKEY, XK_F11, spawn, SHCMD("mpv --untimed --no-cache --no-osc --no-input-default-bindings --profile=low-latency --input-conf=/dev/null --title=webcam $(ls " "/dev/video[0,2,4,6,8] | tail -n 1)") }, { MODKEY, XK_F12, spawn, SHCMD("remaps") }, - { MODKEY2, XK_F12, spawn, SHCMD("remaps") }, + { ShiftMask, XK_F12, spawn, SHCMD("remaps") }, { MODKEY | ShiftMask, XK_F12, spawn, { .v = (const char *[]){ "fcitx5-configtool", NULL } } }, // SYSTEMS Binary files differ |
