summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/disable-common.inc60
-rw-r--r--etc/disable-programs.inc56
2 files changed, 56 insertions, 60 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index a9567c0a4..c7f36bbfd 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -1,55 +1,9 @@
1# various programs
2blacklist ${HOME}/.config/vlc
3
4# History files in $HOME 1# History files in $HOME
5blacklist-nolog ${HOME}/.history 2blacklist-nolog ${HOME}/.history
6blacklist-nolog ${HOME}/.*_history 3blacklist-nolog ${HOME}/.*_history
7 4
8# HTTP / FTP / Mail
9blacklist-nolog ${HOME}/.adobe
10blacklist-nolog ${HOME}/.macromedia
11blacklist ${HOME}/.icedove
12blacklist ${HOME}/.thunderbird
13blacklist ${HOME}/.sylpheed-2.0
14blacklist ${HOME}/.config/midori
15
16blacklist ${HOME}/.mozilla
17blacklist ${HOME}/.config/chromium
18blacklist ${HOME}/.config/google-chrome
19blacklist ${HOME}/.config/google-chrome-beta
20blacklist ${HOME}/.config/google-chrome-unstable
21blacklist ${HOME}/.config/opera
22blacklist ${HOME}/.config/opera-beta
23blacklist ~/.config/vivaldi
24
25blacklist ${HOME}/.filezilla
26blacklist ${HOME}/.config/filezilla
27blacklist ${HOME}/.local/share/systemd 5blacklist ${HOME}/.local/share/systemd
28 6
29# Instant Messaging
30blacklist ${HOME}/.config/hexchat
31blacklist ${HOME}/.mcabber
32blacklist ${HOME}/.purple
33blacklist ${HOME}/.config/psi+
34blacklist ${HOME}/.retroshare
35blacklist ${HOME}/.weechat
36blacklist ${HOME}/.config/xchat
37blacklist ${HOME}/.Skype
38blacklist ${HOME}/.config/tox
39
40# Cryptocoins
41blacklist ${HOME}/.*coin
42blacklist ${HOME}/.electrum*
43blacklist ${HOME}/wallet.dat
44
45# VNC
46blacklist ${HOME}/.remmina
47
48# Other
49blacklist ${HOME}/.tconn
50blacklist ${HOME}/.FBReader
51blacklist ${HOME}/.wine
52
53# X11 session autostart 7# X11 session autostart
54blacklist ${HOME}/.xinitrc 8blacklist ${HOME}/.xinitrc
55blacklist ${HOME}/.xprofile 9blacklist ${HOME}/.xprofile
@@ -70,11 +24,6 @@ blacklist ${HOME}/.VirtualBox
70blacklist ${HOME}/VirtualBox VMs 24blacklist ${HOME}/VirtualBox VMs
71blacklist ${HOME}/.config/VirtualBox 25blacklist ${HOME}/.config/VirtualBox
72 26
73# git, subversion
74blacklist ${HOME}/.subversion
75blacklist ${HOME}/.gitconfig
76blacklist ${HOME}/.git-credential-cache
77
78# var 27# var
79blacklist /var/spool/cron 28blacklist /var/spool/cron
80blacklist /var/spool/anacron 29blacklist /var/spool/anacron
@@ -132,12 +81,3 @@ read-only ${HOME}/.xscreensaver
132# The user ~/bin directory can override commands such as ls 81# The user ~/bin directory can override commands such as ls
133read-only ${HOME}/bin 82read-only ${HOME}/bin
134 83
135# cache
136blacklist ~/.cache/mozilla
137blacklist ~/.cache/chromium
138blacklist ~/.cache/google-chrome
139blacklist ~/.cache/google-chrome-beta
140blacklist ~/.cache/google-chrome-unstable
141blacklist ~/.cache/opera
142blacklist ~/.cache/opera-beta
143blacklist ~/.cache/vivaldi
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
new file mode 100644
index 000000000..6379253aa
--- /dev/null
+++ b/etc/disable-programs.inc
@@ -0,0 +1,56 @@
1# various programs
2blacklist ${HOME}/.config/vlc
3blacklist ${HOME}/.remmina
4blacklist ${HOME}/.tconn
5blacklist ${HOME}/.FBReader
6blacklist ${HOME}/.wine
7
8# HTTP / FTP / Mail
9blacklist-nolog ${HOME}/.adobe
10blacklist-nolog ${HOME}/.macromedia
11blacklist ${HOME}/.icedove
12blacklist ${HOME}/.thunderbird
13blacklist ${HOME}/.sylpheed-2.0
14blacklist ${HOME}/.config/midori
15blacklist ${HOME}/.mozilla
16blacklist ${HOME}/.config/chromium
17blacklist ${HOME}/.config/google-chrome
18blacklist ${HOME}/.config/google-chrome-beta
19blacklist ${HOME}/.config/google-chrome-unstable
20blacklist ${HOME}/.config/opera
21blacklist ${HOME}/.config/opera-beta
22blacklist ~/.config/vivaldi
23blacklist ${HOME}/.filezilla
24blacklist ${HOME}/.config/filezilla
25
26# cache
27blacklist ~/.cache/mozilla
28blacklist ~/.cache/chromium
29blacklist ~/.cache/google-chrome
30blacklist ~/.cache/google-chrome-beta
31blacklist ~/.cache/google-chrome-unstable
32blacklist ~/.cache/opera
33blacklist ~/.cache/opera-beta
34blacklist ~/.cache/vivaldi
35
36# Instant Messaging
37blacklist ${HOME}/.config/hexchat
38blacklist ${HOME}/.mcabber
39blacklist ${HOME}/.purple
40blacklist ${HOME}/.config/psi+
41blacklist ${HOME}/.retroshare
42blacklist ${HOME}/.weechat
43blacklist ${HOME}/.config/xchat
44blacklist ${HOME}/.Skype
45blacklist ${HOME}/.config/tox
46
47# Cryptocoins
48blacklist ${HOME}/.*coin
49blacklist ${HOME}/.electrum*
50blacklist ${HOME}/wallet.dat
51
52# git, subversion
53blacklist ${HOME}/.subversion
54blacklist ${HOME}/.gitconfig
55blacklist ${HOME}/.git-credential-cache
56