2022/11/14

2022-11-14 08:40:57 +0000b50d(~b50d@62.96.54.30)
2022-11-14 10:22:25 +0000Solid(~slot@xmonad/slotThe) (Quit: Connection reset by pear)
2022-11-14 10:23:43 +0000Solid(~slot@xmonad/slotThe)
2022-11-14 14:38:40 +0000 <purity-gearD[m]> i've noticed that when on tty/windows keeping a key pressed, like backspace, does not work, i have to press it multiple times; why is that?
2022-11-14 15:44:20 +0000 <Solid> kmonad doesn't handle key-repeat and instead defers to the environment (e.g., X11) for that
2022-11-14 15:44:33 +0000 <Solid> AFAIK this is being redone on keycode-refactor or another experimental branch
2022-11-14 17:20:19 +0000b50d(~b50d@62.96.54.30) (Remote host closed the connection)
2022-11-14 20:34:34 +0000 <purity-gearD[m]> cool