I use dex
and picom
now. Every few months I learn something new about running i3wm with no DE.
Linux
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
I bought a sager laptop, matching the models that system76 uses. Loaded pop os and away I go.
So far, very stable. I am forced to use Nvidia performance mode if I want an external monitor which is slightly annoying, but I can reboot into normal mode when on battery.
Its the poor battery usage that irks me. The battery life gets me 90 min of use, so not great.
I got steam for some gaming, guitarix and ardour for music, libre office, IDE and git tools all good to go.
Worth it
I set up my outgoing email to relay through an external server. I used to have comcast business class but when I sold my house, my only option at my condo is the comcast provided by the HOA (Comcast communities) which is residential. So lots of sites refuse to accept email send directly from my server. Comcast has a relay but it has crazy low rate limiting which is a pain when we need to send emails to all players.
Out of curiosity, what are you using (software and hardware) for the email relay?
A homebuilt rack mounted server running Fedora and sendmail. I've been using/configuring sendmail since the 80's and we didn't have fancy .mc preprocessing back then.
The outgoing relay is a paid service by Hostinger which resells titan.email. I just set the configuration in the relay to use the same credentials I set up in my SMTP/IMAP connections in tbird.
Bundling my two sata ssds into a single zfs volume, instead of manually moving stuff around between the nvme and two sata ssds. Combined with compression, and for my code folder deduplication it also resulted in a lot more usable space.
Booting directly from UKI signed by my Secure Boot keys.
Nix! Just being able to run nix-env -i git
and get a newer, isolated, git installation on an older Debian is very nice. Makes it easy to remove.
I can also do nix-shell -p <application I want to try out>
if I want to test stuff out.
I've been able to ignore the Nix language pretty well so far, so no incredibly steep learning curve quite yet. Nix OS is still too spoopy for me.
Adding a terminal multiplexer. Now I understand why UNIX is an IDE.