amano-kenji

Results 242 comments of amano-kenji

Which desktop environment do you use? If you are not using KDE, you need to make sure ``` pam_kwallet_init ``` from kwallet-pam is executed during GUI login. `pam_kwallet_init` actually unlocks...

This can be a problem during shutdown.

Does `set autoquit on` in lfrc fix the issue?

What are you talking about? Among all languages I tried, janet integrates the best with linux distribution package managers. Raku was the second best in terms of distro integration. Raku...

https://browserleaks.com/ssl reports qutebrowser loads mixed image contents. Firefox and librewolf behave differently.

My privacy settings ``` # History config.set("completion.web_history.max_items", 0) config.set("completion.cmd_history_max_items", 0) # Privacy config.set("content.private_browsing", True) config.set("content.webgl", False, "*") config.set("content.canvas_reading", False) config.set("content.geolocation", False) config.set("content.webrtc_ip_handling_policy", "default-public-interface-only") ``` This increases fingerprinting resistance greatly according...

The problem with creating my own autoload directory is that I can't just block one specific module. It can only work as a whitelist. To block one specific module, I...

`provide-module -override` doesn't override hooks outside module. I want to also eliminate hooks outside `provide-module`. Thus, every hook should belong to a hook group which I can eliminate with `remove-hooks`?

[example.journal.txt](https://github.com/mawww/kakoune/files/9175121/example.journal.txt) This is an example ledger journal file. * Try to select `Yeti` with `%sYeti[Enter]` and edit it. With ledger filetype, doing this takes a long time even with no...