deleted by creator
deleted by creator
zsh, because of highly customizable.
I use Yubikey 5 NFC and Canokey Pigeon, both works out of box on Linux.
I don’t think Sidebery is a great implementation unless the developers fix this bug. It can be reproduced stably and is important for users who opened many tabs and keep them between session.
It’s better to integrate Tree Style Tab addon instead. It’s not a good idea to re-implement a function which already has a great implementation…
Konsole, because I can use it in editor(Kate), file manager(Dolphin), IDE(KDevelop), standalone window and Quake style window.
Use a git repo and stow
tool. For updating, you only need run git pull
(and stow
if you create config for a new software). If you modify some config, just git add && git commit && git push.
With this way, you can also record change history of your config.
For sans and serif font, Noto Sans and Noto Serif.
I just use ls
, cd
, tree
and tab completion. Sometimes I will use rg
to find files which contains specified string, and use locate
to find files which I known name but path.
I use the periodic table of elements to name them.
Always use absolute path. If you write some shell snippet which may be run in different environment, avoid use just command name for uncommon one.
In my opinion, that’s because X11 lacks proper abstract for many things like screenshot, screencast, color managerment and etc, so the applications have to use many X11 implementation details to implement these features. It leads to high-coupling code with X11 so move their code to wayland and ensuring it works correctly and is consistent with the old behavior is difficult.