From df02c7cc166fdff948bfe351e66248639dff9b1b Mon Sep 17 00:00:00 2001 From: Charles Gagnon <33044886+charlesg99@users.noreply.github.com> Date: Fri, 26 Jul 2019 21:32:57 -0400 Subject: [PATCH] Add command to reset extension settings to FAQ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 940d188..24948ce 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ How do I change workspaces by scrolling the mouse wheel in the empty space? [Top How do I display Minimize & Maximize buttons? In the Tweak Tool application, turn on `Windows > Titlebar Buttons > Minimize & Maximize`. +How do I reset the extension to its default settings? `dconf reset -f /org/gnome/shell/extensions/dash-to-panel/`. + Why can't I put the panel vertically on the left or right of the display? Gnome-shell and it's numerous extensions add widgets to the panel. These widgets have been designed using padding and absolute positioning assuming a horizontal layout. At this point in time, I don't think it is possible to allow for a vertical layout and still maintain any sort of reasonable compatibility with many of the other features of Gnome. ##