Browse Source

Remove specific name from firefox where unnecessary

master
Riyyi 4 years ago
parent
commit
4b8fd3aa64
  1. 0
      .mozilla/firefox/dotfiles.profile/chrome/userChrome.css
  2. 0
      .mozilla/firefox/dotfiles.profile/chrome/userContent.css
  3. 2
      .mozilla/firefox/dotfiles.profile/user.js
  4. 4
      .mozilla/firefox/profiles.ini
  5. 2
      .scripts/config.sh

0
.mozilla/firefox/rick.profile/chrome/userChrome.css → .mozilla/firefox/dotfiles.profile/chrome/userChrome.css

0
.mozilla/firefox/rick.profile/chrome/userContent.css → .mozilla/firefox/dotfiles.profile/chrome/userContent.css

2
.mozilla/firefox/rick.profile/user.js → .mozilla/firefox/dotfiles.profile/user.js

@ -1,5 +1,5 @@
// Download directory
user_pref("browser.download.dir", "/home/rick/downloads");
user_pref("browser.download.dir", "~/downloads");
// Display a blank new tab
user_pref("browser.newtabpage.enabled", false);

4
.mozilla/firefox/profiles.ini

@ -2,7 +2,7 @@
StartWithLastProfile=1
[Profile0]
Name=rick
Name=dotfiles
IsRelative=1
Path=rick.profile
Path=dotfiles.profile
Default=1

2
.scripts/config.sh

@ -25,7 +25,7 @@ pictures
.gradle
.jd
.local/share
.mozilla/firefox/rick.profile/storage
.mozilla/firefox/dotfiles.profile/storage
.node-gyp
.npm
.nvm

Loading…
Cancel
Save