2024-11-05 12:10:45 +01:00
|
|
|
# librewolf profile template
|
2023-05-15 14:54:08 +02:00
|
|
|
|
|
|
|
## usage
|
|
|
|
|
2024-11-05 12:10:45 +01:00
|
|
|
Create a new librewolf profile, then copy the contents of the profile
|
2023-05-15 14:54:08 +02:00
|
|
|
folder to the profile, e.g.
|
|
|
|
|
|
|
|
```
|
2024-11-05 12:10:45 +01:00
|
|
|
librewolf --CreateProfile {profile_name} --headless --screenshot /dev/null
|
|
|
|
cp -r profile/* ~/.librewolf/{profile_path}
|
2023-05-15 14:54:08 +02:00
|
|
|
```
|