Linux: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
== C-M-<backspace> Kill X Server ==
== C-M-<backspace> Kill X Server ==
Preferences > Keyboard > Layouts > Options > Key Sequence to kill the X Server
Preferences > Keyboard > Layouts > Options > Key Sequence to kill the X Server
= Firefox =
Kill Updates With Fire: https://support.mozilla.org/en-US/questions/1327455
<pre>
$ cat /usr/local/share/firefox/distribution/policies.json
{
  "policies": {
    "DisableAppUpdate": true
  }
}
</pre>

Revision as of 13:05, 15 December 2023

Cinnamon

Workspaces

Keybindings

C-M-<backspace> Kill X Server

Preferences > Keyboard > Layouts > Options > Key Sequence to kill the X Server

Firefox

Kill Updates With Fire: https://support.mozilla.org/en-US/questions/1327455

$ cat /usr/local/share/firefox/distribution/policies.json 
{
  "policies": {
    "DisableAppUpdate": true
  }
}