Compare commits
3 commits
3ee500f5d0
...
69c4618472
Author | SHA1 | Date | |
---|---|---|---|
|
69c4618472 | ||
|
9856249d3d | ||
|
ce6cf243d3 |
3 changed files with 11 additions and 3 deletions
|
@ -30,3 +30,10 @@ NOTE: Sway uses swayfx now, which has a bunch of effects
|
|||
|
||||
- NOTE: `librewolf/prefs.js` MUST end in a newline for `read` to work
|
||||
- [userChrome.css stolen from aagaming](https://git.catvibers.me/aa/nix/src/commit/42c4ee8d52538ee5f53045a90f528072e12c097c/desktop/apps/web/userChrome.css)
|
||||
|
||||
---
|
||||
|
||||
TODO:
|
||||
|
||||
- figure out how to script firefox/librewolf extension installation
|
||||
- maybe just rewrite it in rust or something entirely??? idk
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# docker/podman stuff
|
||||
#alias docker="sudo docker"
|
||||
alias docker="podman"
|
||||
#alias docker="podman"
|
||||
alias dcompose="docker compose up -d --remove-orphans"
|
||||
alias ddu="docker compose down && dcompose"
|
||||
alias adb="sudo adb" # Needed on Fedora, not on Debian, IDK about other distros
|
||||
|
|
|
@ -8,3 +8,4 @@ user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
|||
user_pref("browser.compactmode.show", true);
|
||||
user_pref("privacy.sanitize.sanitizeOnShutdown", false);
|
||||
user_pref("browser.toolbars.bookmarks.visibility", "never");
|
||||
user_pref("xpinstall.signatures.required", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue