Added config for librewolf browser
This commit is contained in:
parent
4bc14f10f2
commit
df48d8f92a
@ -63,6 +63,12 @@ for option in "$@"; do
|
|||||||
link "$PWD/waybar/config" "$HOME/.config/waybar/config"
|
link "$PWD/waybar/config" "$HOME/.config/waybar/config"
|
||||||
link "$PWD/waybar/style.css" "$HOME/.config/waybar/style.css"
|
link "$PWD/waybar/style.css" "$HOME/.config/waybar/style.css"
|
||||||
;;
|
;;
|
||||||
|
librewolf)
|
||||||
|
printf 'Paste the path of the Root Directory of your default profile\n'
|
||||||
|
librewolf about:profiles
|
||||||
|
read -r profile
|
||||||
|
link "$PWD/librewolf/user.js" "$profile/user.js"
|
||||||
|
;;
|
||||||
help)
|
help)
|
||||||
help
|
help
|
||||||
;;
|
;;
|
||||||
|
1211
librewolf/user.js
Normal file
1211
librewolf/user.js
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user