On Cinnamon and LxQt, the trash is in ~/.local/share/Trash. Is it the same for all desktop environments?

    • KindaABigDyl@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      4 months ago

      Also fyi there’s trash-cli

      I have rm aliased to trash-rm (not in sudo tho, so I can still force true deletion), so that if I remove something in terminal it also goes to trash.

      You can empty the trash via trash-empty

      It also uses ${XDG_DATA_HOME}/Trash (usually ~/.local/share/Trash)