Mint Linux Annoyances: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
  gsettings set org.cinnamon.desktop.wm.preferences num-workspaces 1
  gsettings set org.cinnamon.desktop.wm.preferences num-workspaces 1


== get rid of annoying hotkeys that cost you ==
== x.org control + alt + backspace closes everything and returns to login ==
Goto
The Ctrl + Alt + Backspace key combination is an X server shortcut that terminates the X session, logging you out and returning to the login screen.
* Menu -> Preferences - > Keyboard
* click the "shortcuts" tab

Revision as of 21:19, 24 April 2025

Developers do not realize just how annoying too many features and keyboard shortcuts can be. When you are using your arm to slide your keyboard back further on the desk and suddenly all of your applications are forced close and you return to a login screen, data loss and all, you curse moronic linux developers and their goofy ideas of what is helpful.

Mint Linux Cinnamon Desktop comes out of the box very annoying.

disable the multi desktops environment

To disable the workspaces feature

gsettings set org.cinnamon.desktop.wm.preferences num-workspaces 1

x.org control + alt + backspace closes everything and returns to login

The Ctrl + Alt + Backspace key combination is an X server shortcut that terminates the X session, logging you out and returning to the login screen.