diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-19 17:56:07 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-19 17:56:07 +0900 |
| commit | e111d61b3f708f2b1bdfebbd9fd99d166a54af01 (patch) | |
| tree | 1bfd9ec7c12d18dc565bdeecb27258ed5be3b3a6 /dwm | |
| parent | d427db5b2865cbcf328f4eb86e77e5cdaab77c1c (diff) | |
Init
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.h | 1 | ||||
| -rwxr-xr-x | dwm/dwm | bin | 144120 -> 144200 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/dwm/config.h b/dwm/config.h index a60bb2d..86df7ad 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -369,6 +369,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") }, { MODKEY | ShiftMask, XK_F12, spawn, { .v = (const char *[]){ "fcitx5-configtool", NULL } } }, // SYSTEMS Binary files differ |
