You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gwl: Remove edge scroll zone in favor of the side buttons
Considering we are already using the side scroll buttons which gives a clear over area for sliding the app list, having a edge scroll zone there makes it redudant and potentially confusing for the user.
Copy file name to clipboardExpand all lines: files/usr/share/cinnamon/applets/[email protected]/settings-schema.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -206,9 +206,9 @@
206
206
},
207
207
"enable-click-to-slide": {
208
208
"type": "checkbox",
209
-
"default": true,
210
-
"description": "Enable slide on click",
211
-
"tooltip": "When the sliding view is visible, clicking the button at the edges will slide the app list. If disabled, hovering the mouse on the edge of the app list will slide the app list towards that side."
209
+
"default": false,
210
+
"description": "Enable click to slide when slide buttons are visible",
211
+
"tooltip": "When enabled, clicking the slide buttons at either end of the app list will scroll the list in that direction. When disabled, the list will scroll when the mouse pointer hovers over the slide buttons."
0 commit comments