-
Hi, I love having my apps centered on the taskbar but I would like to move only the start button to the left of the screen since I almost never use it. Is there a mod that does this? I can't seem to find one |
Beta Was this translation helpful? Give feedback.
Answered by
slrgt
May 15, 2024
Replies: 1 comment 8 replies
-
There's no mod which does exactly that, but it should be possible with the Windows 11 Taskbar Styler mod. UWPSpy is helpful for exploring which styles can be applied for which elements. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that works perfectly! for anyone curious align your taskbar to the left by right clicking it, then left click taskbar settings, taskbar behaviors, and set Taskbar Alignment to Left. Then in the settings of Windhawk Windows 11 Taskbar Styler add this
Target:
Taskbar.ExperienceToggleButton#LaunchListButton[AutomationProperties.AutomationId=StartButton]
Styles:
Margin=0,0,625,0
(adjust the number depending on your screen size, just change it and click save until the pinned apps are centered)