aboutsummaryrefslogtreecommitdiffstats
path: root/etc/disable-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/disable-common.inc')
-rw-r--r--etc/disable-common.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index b78af7917..d220f381b 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -2,6 +2,11 @@
2# Persistent customizations should go in a .local file. 2# Persistent customizations should go in a .local file.
3include disable-common.local 3include disable-common.local
4 4
5# The following block breaks trash functionality in file managers
6#read-only ${HOME}/.local
7#read-write ${HOME}/.local/share
8blacklist ${HOME}/.local/share/Trash
9
5# History files in $HOME and clipboard managers 10# History files in $HOME and clipboard managers
6blacklist-nolog ${HOME}/.*_history 11blacklist-nolog ${HOME}/.*_history
7blacklist-nolog ${HOME}/.adobe 12blacklist-nolog ${HOME}/.adobe
@@ -263,11 +268,6 @@ read-only ${HOME}/.luarocks
263read-only ${HOME}/.npm-packages 268read-only ${HOME}/.npm-packages
264read-only ${HOME}/bin 269read-only ${HOME}/bin
265 270
266# The following block breaks trash functionality in file managers
267#read-only ${HOME}/.local
268#read-write ${HOME}/.local/share
269blacklist ${HOME}/.local/share/Trash
270
271# Write-protection for desktop entries 271# Write-protection for desktop entries
272read-only ${HOME}/.config/menus 272read-only ${HOME}/.config/menus
273read-only ${HOME}/.local/share/applications 273read-only ${HOME}/.local/share/applications