Then open it, and in “General” settings, set “Always run as administrator” and “Run at startup.”
Then go to “Keyboard Manager” and set it up the same as in the picture below.
(Remap shortcut is valid in the picture. There is some weird behavior that needs to remap from Ctrl+Tab to Alt+Tab and not opposite as you think it should)
With Ubuntu 20.04 and Gnome 3.36.X, now we have Extension's manager build in, so it’s simple (unlike on older versions) to Disable build-in Ubuntu extensions.
Just open the Extensions application and disable Ubuntu Dock. That is all. You can disable Desktop icons or Ubuntu App Indicators.
If you want to connect your AirPods to Ubuntu 19.10 (Any distro that uses bluez like Fedora, Manjaro, KDE Neon, etc.), it won’t work out of the box. But the solution to this is quick and easy.
We need to edit the Bluetooth configuration file: sudo nano /etc/bluetooth/main.conf
Look for “#ControllerMode = dual”. It’s at the bottom part of this file. We need to uncomment this line.
Then restart Bluetooth and pair normally: sudo systemctl restart bluetooth
If you have problems with your VS Code that uses over 100% of CPU on Windows or 30–40% on Linux, I may have a solution for you. The problem causing this is often TSServer. And with small edit in settings, you can get to 1–5% CPU on Large projects as I have. Just go to settings.json and add these lines: