Add command to reset extension settings to FAQ

This commit is contained in:
Charles Gagnon
2019-07-26 21:32:57 -04:00
committed by GitHub
parent e1ec9ec645
commit df02c7cc16

View File

@@ -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.
##