From 8c122ad582adca4a28cb519084e7ed5be4d8fa70 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Wed, 5 Mar 2025 21:10:54 -0700 Subject: Added feed reader stuff --- linuxRoom.html | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/linuxRoom.html b/linuxRoom.html index 1994b5c..f32aef5 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -38,6 +38,7 @@ table {
  • Mail client: evolution
  • Editor: lite-xl
  • Media player: mpv
  • +
  • Feed reader: liferea
  • Terminal: alacritty
  • Shell: zsh
  • Terminal based editor: neovim
  • @@ -291,8 +292,9 @@ table {

    Evolution mail

    - I used claws-mail for a while but it didn't work well with some of my email accounts.
    - Evolution is still a bit more bloated than I want but I was able to customize it to make it work better for my uses. + I used claws-mail for a while but it didn't work well with some of my email accounts. + Evolution is still a bit more bloated than I want but I was able to + customize it to make it work better for my uses.

    @@ -336,6 +338,39 @@ table {

    + + + +

    Liferea

    +

    + Feed readers are one of those things I use on and off. A lot like mail clients feed readers + tend to be very bloated. Liferea is my favorite but + it has always had issues with nvidia drivers until I found out a trick.

    + If liferea has issues add this to your /etc/environment and reboot
    + WEBKIT_DISABLE_DMABUF_RENDERER=1 + +

    + Some cool tricks: +

    +

    + + -- cgit v1.2.3