Linux: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
Preferences > Keyboard > Layouts > Options > Key Sequence to kill the X Server | Preferences > Keyboard > Layouts > Options > Key Sequence to kill the X Server | ||
= Firefox = | = Firefox = | ||
== Updates == | |||
Kill Updates With Fire: https://support.mozilla.org/en-US/questions/1327455 | Kill Updates With Fire: https://support.mozilla.org/en-US/questions/1327455 | ||
<pre> | <pre> | ||
Line 17: | Line 18: | ||
} | } | ||
</pre> | </pre> | ||
== Containers == | |||
* https://support.mozilla.org/en-US/kb/how-use-firefox-containers |
Revision as of 19:19, 31 December 2023
Cinnamon
Workspaces
- Control-Alt-UpArrow: show workspaces
- add workspaces: https://unix.stackexchange.com/questions/57311/how-do-i-change-the-number-of-available-workspaces-in-cinnamon
Keybindings
C-M-<backspace> Kill X Server
Preferences > Keyboard > Layouts > Options > Key Sequence to kill the X Server
Firefox
Updates
Kill Updates With Fire: https://support.mozilla.org/en-US/questions/1327455
$ cat /usr/local/share/firefox/distribution/policies.json { "policies": { "DisableAppUpdate": true } }