1
0
Fork 0
dotfiles/tweaks.org

23 lines
1.3 KiB
Org Mode
Raw Normal View History

* Firefox about:config
| Option | Value | Description |
|------------------------------------------+-------+------------------------------------------|
| privacy.donottrackheader.enabled | true | Send Do-not-track |
| findbar.highlightAll | true | Highlight all partial results in search |
| browser.sessionstore.max_resumed_crashes | -1 | Do not show "Upps, we could not recover" |
2022-10-30 11:46:46 +01:00
| browser.fixup.fallback-to-https | false | Do not try https after http failed |
| extensions.pocket.enabled | false | Disable Pocket |
| | | |
2020-08-10 15:26:23 +02:00
* MS Teams: Black box instead of screensharing with i3wm
https://docs.microsoft.com/en-us/answers/questions/42095/sharing-screen-not-working-anymore-bug.html#answer-42165
#+BEGIN_EXAMPLE
sudo mv /usr/share/teams/resources/app.asar.unpacked/node_modules/slimcore/bin/rect-overlay \
/usr/share/teams/resources/app.asar.unpacked/node_modules/slimcore/bin/rect-overlay.borked
#+END_EXAMPLE
2020-09-24 22:08:21 +02:00
* Filemanager: Folders before files
#+BEGIN_EXAMPLE
gsettings set org.gtk.Settings.FileChooser sort-directories-first true
#+END_EXAMPLE