SUMMARY You can set the padding to be different on each of your monitors but if you change the display configuration it may forget your settings. STEPS TO REPRODUCE 1. Set different padding on two different monitors (mine are of different sizes and have different scaling factors, hence the different padding settings). 2. Disconnect the display whose padding was set last 3. Reconnect the display OBSERVED RESULT Padding settings are lost on reconnected monitor EXPECTED RESULT Padding settings are remembered from the last time they were set – preferably any monitor the same size (based on resolution and scaling factor) would have the same padding settings. SOFTWARE/OS VERSIONS NixOS 24.11 (unstable channel) KDE Plasma Version: 6.0.5 KDE Frameworks Version: 6.2.0 Qt Version: 6.7.1
Update: It is not always the padding setting that was last set that is maintained.
It's not stored on a per-screen basis. The code is working as expected, but the UI is misleading showing on every screen. We can change that to only be on the primary screen.
(In reply to David Edmundson from comment #2) > It's not stored on a per-screen basis. > The code is working as expected, but the UI is misleading showing on every > screen. > > We can change that to only be on the primary screen. It would be great if it could store it per-screen in the future, since larger monitors often feel better with more padding and vice versa.