A related post that you may find interesting: https://lemmy.ml/post/23440879
A space biologist by training and a (Arch)Linux user by passion #ArchLinux #Linux #KISS #FOSS #terminal, #python https://www-gem.codeberg.page/
A related post that you may find interesting: https://lemmy.ml/post/23440879
I have gmail, exchange, and disroot accounts setup in neomutt. For gmail I had to generate an app specific password for neomutt because I use 2FA with gmail and neomutt doesn’t use Oauth2 as authentication method. Although, I was too lazy to try them, there are some options to use xoauth2. No surprise, exchange was the trickiest one to get working. I have to use Davmail for that. Behind an apparent complexity you just need your exchange email URL to get it running, and then you use the Davmail ports in neomutt.
Neomutt (with notmuch) is not easy when starting from scratch. Luckily there are some configurations online that get you up and running quickly. It still requires some efforts to get use to it and configured to your detailed and specific needs. I put sweat to build mine but it worth every single drop.
That being said that’s what makes its strength. It’s not an email client, it’s your email client. Once it’s configured, it’s good forever and using anything else feels like a pain.
While I’ve tried both, I am not sensitive to any of these trends. I’m just glad to see some alternatives that can fit anyone needs. That’s the power of the open-source.
Although I understand the reasoning beyond the language used in this post, I’m sad to read that hardened privacy is considered a power user thing.
I never owned this model but the ArchLinux wiki confirms that it’s supported, while “it is known to have very limited bios feature and limited Linux stability”.
I second that. The official documentation is always the place to start.
Then, if you need more info or other explanation I usually recommend looking at the arch wiki. Whether or not you’re using arch, instructions there are valid and one of the best you can find.
Finally, this tuto may help you as well
I use rofi as my app launcher and more. I’ve share my old script here.
I have now extended this script to support the following:
Khal is also my app of choice for calendars, though it may not suit OP requirements since files are .ics Everything is kept in sync on my phone with Etar and DavX5.
Note that khal itself is the CLI aspect. It’s interactive interface (ikhal) is really the TUI aspect of this app.
ikhal is great to manage events but I prefer to use the command-line to create events. And this is the only minor complaint I have against khal: its lengthy commands and lack of user friendly dates support (like “today”, “next mon”…). Luckily all of that is easily fixable with a script which I should upload on my codeberg one day… I actually ended up adding edition and deletion support using (neo)vim and fzf so I don’t use ikhal anymore but only creating events is really faster and easier with my script compare to using ikhal.
When setting up your SSD, don’t forget to use TRIM to preserve it if possible. See the Arch wiki. You can follow it even if you use another distro.
Thanks for sharing.
I was personally not motivated/good enough to write a new tool so I’ve wrote scripts to use rofi (easily adaptable to dmenu) as:
I’ve explained the basis here if you’re curious. Even though I was bad at keeping my code up to date you may get some ideas to expand your program.
Thank you very much for your feedback. I’ve spent quite some time trying to create a minimalist and efficient theme. Very glad to hear that I met this goal.
I’ve explained my choice for zsh here
Nicely configured it’s so convenient that I spend most of my time in the terminal and don’t even use a file explorer anymore. It can also be expanded with some plugins for specific use-cases.
nomacs could be an option and is multi platform
Thanks for sharing!
Using Ublock picker (not zapper) you can block/allow elements per domain and save/revert your choices. But overall, like I already said, I agree with you that umatrix offered a more granular and easy approach. It would be nice to see that implemented in Ublock. I nonetheless understand why it’s not the case since it would benefit only few users and may scared most of the others.
Hopefully umatrix will work for you for a long time. For me it was not and that’s how I discovered Ublock and adapt to its “limitations”. On a daily basis it helps me browse the internet like umatrix did. It’s just sad that umatrix was not forked.
I noticed that it was not maintained when some pop-ups showed up while they used to be blocked. I also first missed that level of granularity from umatrix. You can replicate it with the element picker mode in Ublock but I realized that I could live with the “basic” Ublock advanced settings.
Umatrix was awesome but is unfortunately not maintained anymore since July 21, 2021. Ublock origin is a perfect replacement though and can be deeply configured behind its simpler appearance. Coupled with the LibRedirect add-on in the Librewolf browser and I can navigate ad and tracking free.
LibreWolf is indeed based on the hardened Firefox arkenfox user.js so you get its benefits which means a privacy-focused browser but Librewolf also comes with more settings pre-adjusted, telemetry removed, useless features removed…
I’ve played with Firefox settings for years before Librewolf was created and it saves me so much time, ensure my browser stays up to date and functional, and is able to perform fingerprints test way better than any other many web browsers I’ve tried.
There was just a similar post here. You may find interesting clues there as well.
My tiling WM journey was awesomewm, I3, dwm, and now bspwm.
I use a modified chrome.css to hide all the bars in Librewolf. Interestingly my tweak for the address bar doesn’t work anymore, so I’ll have to find a new working piece of code.