dithpri
dithpri
I'm experiencing the same issue
No, that doesn't work, because `HISTFILE` is exported in `mcfly.zsh` (the issue I'm having is running bash from a zsh shell). But changing mcfly.zsh to a similar snippet: ```zsh #...
I'll submit a pull request sometime this week.
The default supplied cmake config does indeed fail with the message @Hornobster is getting, I had to run it as `cmake -B build -D USE_GETTEXT=ON`.
Workaround: disable 2FA, login with bitlbee, reenable 2FA
From what evtest tells me, the key for XF86Launch1 is `KEY_PROG1`, and for XF86Display is `KEY_SWITCHVIDEOMODE` though I can't use them by default on my Thinkpad with swhkd because of...
Maybe detecting if something is not a keyboard? (Detecting if it's a mouse or joystick, etc.) The only other type of detection I can think of is checking if it...