aboutsummaryrefslogtreecommitdiff
path: root/home/matrix-client (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-19home/matrix: switch back to elementFranck Cuny1-5/+1
fractal requires the gnome key chain but I got rid of it.
2023-01-15ref(home/matrix): replace element by fractalFranck Cuny1-0/+15
fractal(-next) is a client for matrix. It's GTK4 native and uses rust. While not much nicer looking than element, it's not an electron app, which I prefer (electron is slow, and element would freeze/crash from time to time). I renamed the module from element to matrix-client, in case I switch to something else in the future (or if there are additional configurations).