Unfortunately this doesn’t really work for me, the ideal use case is either have reader mode automatically enable where firefox thinks it should be able to (which is not always that accurate anyway)
Alternatively I might look into making an extension that just has a whitelist of all the sites/domains to use it on that everyone can contribute to
Is there a way to make reader view automatic on sites where it makes sense? Quite often use it when I get the “uwu pwease disable adbwock” message on a sketchy site but would be nice to just always have it on those kind of sites
Unfortunately for my free time I really enjoy the endless customisation loop
Also tiling WM with virtual desktops makes one monitor feel like many, I often actively choose to use my hyprland laptop and trackpad instead of a triple monitor setup without tiling
I found the opposite actually. I tried others’ configs but nothing clicked and I didn’t learn about the bits I didn’t really care about
Starting from scratch, got the bare minimum to use it (launcher, three finger swipe, terminal bind) and then just attempted to daily drive it fixing bits as I go
Also always had the option to bail back to gnome on reboot if I needed to do something urgently that didn’t work
As a hyprland user, gnome is great and I would recommend it to pretty much anyone
Hyprland is great if you consider your machine a toy as well as a tool and enjoy spending hours customising and theming
I would choose my hyprland setup over gnome 9 times out of 10, but I’d choose gnome over someone else’s setup every time because they actually know what they’re doing and make a great one size fits all DE (my hyprland config takes very heavy inspiration from GNOME with a few changes to suit my personal preference)
NixOS and to a lesser extent nix package manager is great for this. Write a config for your entire setup, which will take a long time, but then you can carry that config with you through any and all future machines, and have every one of them setup just the way you like from the beginning
I would highly suggest using NixOS for something like this, however if you don’t want to/can’t the following should apply to pretty much any other distro
Most applications in Linux save their config in ~/. config/ or ~/.configname , if you copy these files and directories over to your new machine all your old settings should persist (this won’t copy applications themselves but will copy their settings for when you reinstall them)
(though be warned this is a messy way to do it if you just copy absolutely everything without thinking, some settings you probably don’t want copied over)