mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
individual plugin config
This commit is contained in:
parent
ccfc35bb5f
commit
41f0b0bdf1
1 changed files with 30 additions and 0 deletions
|
@ -74,6 +74,8 @@ i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png"
|
|||
|
||||
|
||||
# Firefox config
|
||||
username: "{{ user }}"
|
||||
|
||||
search_engines:
|
||||
- google
|
||||
- duckduckgo
|
||||
|
@ -81,4 +83,32 @@ search_engines:
|
|||
- searx
|
||||
- qwant
|
||||
|
||||
addon_list:
|
||||
- name: passff
|
||||
directory: "passff@invicem.pro.xpi"
|
||||
|
||||
- name: ublock-origin
|
||||
directory: "uBlock0@raymondhill.net"
|
||||
|
||||
- name: umatrix
|
||||
directory: "uMatrix@raymondhill.net"
|
||||
|
||||
- name: decentraleyes
|
||||
directory: "jid1-BoFifL9Vbdl2zQ@jetpack"
|
||||
|
||||
- name: first-party-isolation
|
||||
directory: "{33c93ccc-ceed-47d2-9645-805ea58c8a07}"
|
||||
|
||||
- name: neat-url
|
||||
directory: "neaturl@hugsmile.eu"
|
||||
|
||||
- name: skip-redirect
|
||||
directory: "skipredirect@sblask"
|
||||
|
||||
- name: temporary-containers
|
||||
directory: "{c607c8df-14a7-4f28-894f-29e8722976af}"
|
||||
|
||||
- name: multi-account-containers
|
||||
directory: "@testpilot-containers"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue