More regions to drag windows around with
Check for existing issues
- [X] Completed
Describe the feature
Plasma / Breeze has this nice setting
Being able to grab windows anywhere that is free space is a nice convenience / accessibility option. In Zed I would expect this to work with the title bar, the status bar, empty space in the tab bar(s) and the "empty" window background when there are no open tabs. Being able to drag from empty space in e.g. the project panel would be neat but even KDE isn't entirely consistent with that so it's give or take.
In Plasma/Breeze this appears to be controlled by ~/.config/breezerc: (title bar only)
[Style]
WindowDragMode=WD_NONE
WD_NONE = title bar only WD_MINIMAL = title bar, status bar, toolbars <default, the entire line is removed but presumably it would be WD_FULL> = all empty areas
Given that this is a theme-specific config file it probably doesn't make much sense to go as far as parsing that for the current value, but having similar config options in the zed settings would be nice.
If applicable, add mockups / screenshots to help present your vision of the feature
No response