aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/disable-xdg.inc
blob: 32aa8c7f6bd9fe904c53d93bbe840b6d187985fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include disable-xdg.local

deny  ${DOCUMENTS}
deny  ${MUSIC}
deny  ${PICTURES}
deny  ${VIDEOS}

# The following should be considered catch-all directories
#blacklist ${DESKTOP}
#blacklist ${DOWNLOADS}