# rmw default configuration file
# https://github.com/andy5995/rmw/wiki/
#
# NOTE: If 2 WASTE folders are on the same file system, rmw will ReMove files
# to the first WASTE folder listed, ignoring the 2nd one. Purge will still
# check the 2nd folder and remove files after a specified number of days.
#
WASTE = $HOME/.trash.rmw
#

# If you would like this to be your primary trash folder (i.e. tied to
# your Desktop Trash), be sure it's listed at the top, before other
# WASTE folders.
#
#WASTE=$HOME/.local/share/Trash
#

# Removable media: If a folder has ',removable" appended to it, rmw
# will not try to create it; it must be initially created manually. If
# the folder exists when rmw is run, it will be used; if not, it will be
# skipped
#
#WASTE=/media/andy/usb/.Trash-1000, removable
#

# '0' to disable
#
purge_after = 90
#

# Uncomment the line below to allow purge to run without --force
#
#force_not_required
#

# If attempting to rmw files under this directory, they will not be processed
# unless -B --bypass is given as an argument.
#
# PROTECT = /usr/local/bin
# PROTECT = $HOME/src
#
