Skip to content

Instantly share code, notes, and snippets.

@jcalvopinam
Last active October 19, 2018 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcalvopinam/03e0e36dc14ce829d954afe98ae2dfb8 to your computer and use it in GitHub Desktop.
Save jcalvopinam/03e0e36dc14ce829d954afe98ae2dfb8 to your computer and use it in GitHub Desktop.
Tips & tricks for Ubuntu 18.04
#--------------------------------------------------------------------------------------------
# The following commands were tested on Ubuntu 18.04
#--------------------------------------------------------------------------------------------
#--------------------------------------------------------------------------------------------
# Reset default fonts
#--------------------------------------------------------------------------------------------
gsettings reset org.gnome.desktop.interface font-name
gsettings reset org.gnome.desktop.interface document-font-name
gsettings reset org.gnome.desktop.interface monospace-font-name
gsettings reset org.gnome.desktop.wm.preferences titlebar-font
gsettings reset org.gnome.nautilus.desktop font
gsettings reset org.gnome.desktop.interface text-scaling-factor
#--------------------------------------------------------------------------------------------
# Enable dock transparency
#--------------------------------------------------------------------------------------------
gsettings set org.gnome.shell.extensions.dash-to-dock customize-alphas true
gsettings set org.gnome.shell.extensions.dash-to-dock min-alpha 0
gsettings set org.gnome.shell.extensions.dash-to-dock max-alpha 0
#--------------------------------------------------------------------------------------------
# Fix Alt + Shift + Tab
#--------------------------------------------------------------------------------------------
Install gnome tweak: sudo apt install gnome-tweak-tool
> Open "Tweaks"
> Select the tab "Keyboard & Mouse"
> Click "Additional Layout Options"
> Disable entries in the "Switching to another layout" dialog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment