[–] 7 points 3 years ago

Install ncdu, then sudo ncdu -x /var it'll tell you what is taking up space, then if you tell us, we can help you identify how to minimize it and keep it low.

  • source
  • [–] 1 point 3 years ago (1 child)

    I've never worried about this but I'd use Flatpak. The whole install goes in a specific directory and the metadata/config/data files go in their own specific directory.

  • source
  • [–] 2 points 3 years ago

    I don't believe this is possible however you can quickly filter the current folder you're in with Ctrl + I and start typing. That way if you're looking for The Matrix you can just type Matrix and it'll show it for you.

  • source
  • [–] 18 points 3 years ago (2 children)

    I love the default Plasma Breeze. I just want to have a usable interface and get work done. But I do LOVE that Plasma can be made to look like practically anything.

  • source
  • submitted 3 years ago* (last edited 3 years ago) by to c/linux@lemmy.ml
     

    Thunderbird 115 introduced a new look. I hate it. Not only does it no longer fit in with KDE Plasma, it lost functionality due to it's new integrated search bar in the title bar.

    So I went on a mission to fix it.

    To restore the regular title bar:

    Go into Settings > General > Language & Appereance and uncheck the Hide system window titlebar

    To remove search bar:

    Toggle toolkit.legacyUserProfileCustomizations.stylesheets to true in Config Editor (bottom of Settings)

    Find your profile directory via Help > Troubleshooting Information > Profile Directory (or about:profiles in same page)

    This directory should have lots of files e.g. prefs.js and places.sqlite

    Create directory chrome Inside that folder, create a file named userChrome.css with the below content:

    #unifiedToolbar {
      display:none !important;
    }
    

    Restart Thunderbird

    Enjoy!

    view more: next ›