feat(trash): default command 'trash' -> 'gio trash' (#1323)

This commit is contained in:
Raafat Turki
2022-06-06 12:13:37 +03:00
committed by GitHub
parent f6eef4a1f0
commit 3c936c7cb6
3 changed files with 5 additions and 4 deletions

View File

@@ -498,7 +498,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
},
},
trash = {
cmd = "trash",
cmd = "gio trash",
require_confirm = true,
},
live_filter = {