I’m a i3 user that has been trying to migrate to sway.
I use it with these environment variables:
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/var/state"
export XDG_CONFIG_HOME="$HOME/.local/config"
export XDG_CACHE_HOME="$HOME/.local/var/cache"
Which gives me a clean home with only ~/.local
for my dotfiles.
And issue that I’ve noticed that I haven’t been able to fix is that every time that I start sway, hyprland and also the alpha of cosmic is that I get a new ~/.cache
directory created in my home that contains a mesa_shader_cache
directory.
Btw in the middle of writing this post I just ran into another bug, thunar for some reason decided to steal my key presses from the web browser, and even though I had the browser window focused as I have sway configured to change the border color of the window with focus, thunar was like nope wtf.
Thank you all for the help, ended up opening a bug report at sway: https://github.com/swaywm/sway/issues/8191
I have 16 GiB of mem + zram. Nothing makes it run out of mem.
Zram gives me some insane compression ratios. Like I cannot get the system to run out of mem doing everything that I normally do at once.
Also that is old, I don’t really use the aur anymore. The only aur package that I have installed is
downgrade
and that is used to troubleshoot issues with the official packages lol.I also have the pacman cache in tmpfs, since I use btrfs snapshots for restoring.
Also my web pages and everything load just fine. I did mostly to reduce unnecessary writes to disk, the Gentoo wiki suggest moving the whole
$XDG_CACHE_HOME
to tmpfs which I think is extreme lolAlso my browser cache is not fully being cleared, notice that at the end of the script I have some syncing going on with rsync.