Skip to content

Instantly share code, notes, and snippets.

@mastersign
Last active March 1, 2019 14:01
Show Gist options
  • Save mastersign/99d67b0ddd173bc60c599da26aa9df18 to your computer and use it in GitHub Desktop.
Save mastersign/99d67b0ddd173bc60c599da26aa9df18 to your computer and use it in GitHub Desktop.

After Upgrade

  • Switch to window manager Ubuntu (Gnome 3 on Xorg) during login
  • Uninstall Unity: sudo apt purge unity -y && sudo apt autoremove -y

Disable Desktop Animations in Gnome 3

sudo apt install dconf-editor
dconf-editor  # /org/gnome/desktop/interface/enable-animations

Window Tiling / Docking to Corners in Gnome 3

sudo apt install gnome-shell-extensions chrome-gnome-shell
firefox https://extensions.gnome.org/
  • Search for Put Windows
  • Activate and optionally configure
  • Move windows to corners or edges with Win/Super + Num Block Numbers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment