Replies: 1 comment 2 replies
-
I like it. It could be a floating option as well, centered in the screen |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can achieve a perfectly centered menu by moving the menu applet to the panel's center zone by itself. This only works properly if the panel is on the top or bottom of the display; if on the left or right sides, the top of the menu aligns with the applet instead of its center. Also, because the menu's position is based on the applet's position, centering breaks if you put your grouped window list next to the menu applet; the menu applet becomes pushed off-center, therefore the menu as well.
Enabling the proposed centering setting would cause the menu to, when opened, be aligned with the center of the panel's position on the active display instead of the menu applet's position. This should completely ignore what zone the menu applet is in. I think the best way to present this in the menu applet's configure GUI would be a "center over panel" switch that is off by default. I think a good place for this setting would be under Configure (From right-click of menu applet) → Panel → Behavior → Center over panel.
"Center to panel" may be a more grammatically correct title for the setting; the menu may not technically be "over" the panel, depending on the panel's location (if the panel is at the top of the display, the menu appears under the panel).
Setting off: Menu location varies based on applet position (current default behavior).
Setting on: Menu location is centered based on panel position.
Beta Was this translation helpful? Give feedback.
All reactions