Antti Korpi
Antti Korpi
@Neules Is there a chance your `~/.xinitrc` changes keyboard settings after starting `sxhkd` (using `setxkbmap`, `xmodmap`, etc)? That would cause those symptoms.
This is an interesting idea. Some implementation considerations / discussion points: --- The name "chord" has a muddled meaning in keyboarding-related things. `sxhkd` source and documentation take it to mean...
Hi, and thanks for the report. I suspect the issue may concern [line breaks](https://en.wikipedia.org/wiki/Newline). Windows uses `CR LF` (`\r\n`), while Linux uses just `LF` (`\n`). Since the characters are invisible,...
This issue inspired me to write a new feature to make invisible control characters visible whenever they appear in diffs, using [Unicode's Control Pictures block](https://en.wikipedia.org/wiki/Unicode_control_characters#Control_pictures). That feels like it needed...
It "should" work in theory, but I haven't gotten it to work in my rudimentary tests. (I don't use Wayland day-to-day.) All of the windowing operations in hudkit use GTK3...
@cptn-cosmo Thanks for testing this. I am pleasantly surprised that it works even that well. I want to fix that bug and support your use-case. The detected monitor coordinates shown...
You can use a backslash to ignore a newline: ```livescript if something? \ or something-else? do-something! ```
For comparison, currently possible patterns: 1. Cascade with conditional: ```ls a ..x! (if foo then ..y! else ..) ..z! ``` ```js var x$, y$, z$; x$ = a; y$ =...
I propose that future releases should explore the space of possible software versioning schemes, just to make sure we haven't missed something that might be even better than Gödel-semver or...
Compromise solution: How about the _Technically Not A License_, which I definitely didn't make up just now? > You may not use this software for any purpose. However, the copyright...