Better trash

master
Quentin Duchemin 2023-06-27 17:03:27 +02:00
parent a844f73f75
commit 747506f8af
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
3 changed files with 7 additions and 1 deletions

View File

@ -44,6 +44,7 @@ signal-desktop
telegram-desktop
terminator
thunderbird
trash-cli
ttf-dejavu
ttf-font-awesome-5
ttf-material-icons-git

5
.env
View File

@ -1,3 +1,8 @@
export SCENARI_SSH_USER='qduchemin'
export SCENARI_SSH_KEY_PATH="/home/.ssh/id_gpg.pub"
export PATH="$PATH:/home/go/bin"
# trash-cli supports top-level trash (see https://specifications.freedesktop.org/trash-spec/trashspec-latest.html)
# gio, which is otherwise used by default, wants to write to ~/.local/share/Trash, which is on my
# system on another partition than user data, so that copying between partitions is denied by gio.
# another solution is to link $XDG_DATA_HOME/Trash somewhere on the same partition as user data
export ELECTRON_TRASH="trash-cli"

View File

@ -1,3 +1,3 @@
enable-ssh-support
default-cache-ttl 3600
max-cache-ttl 3600
max-cache-ttl 7200