From 55b3a027839b828f964fe0bea922d4d80605e926 Mon Sep 17 00:00:00 2001 From: "t. Macleod Sawyer" Date: Sun, 28 Feb 2021 03:13:35 -0600 Subject: [PATCH] Create gnome-config.md --- gnome-config.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gnome-config.md diff --git a/gnome-config.md b/gnome-config.md new file mode 100644 index 0000000..81b0b98 --- /dev/null +++ b/gnome-config.md @@ -0,0 +1,10 @@ +# Gnome Config + +Yes, I know I am incredibly lame by using Ubuntu and Gnome (Ubuntu flavor) as my default DE and OS - but after trying them all, distro jumping every few months (or days...), and dealing with all the security issues and misplaced configs - Ubuntu really just works for what I need, and the same goes for gnome (with a tonne of extensions and mods added, of course). + +## Proper Dock + +### Cycle Windows on Dock Click +``` +gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'cycle-windows' +```