feat: fully disable tabbed/stacked tiling when using drag/drop
Is your feature request related to a problem? Please describe. I dont like tabbed layouts and I keep accidentally creating them.
Describe the solution you'd like A toggle to fully disable tabbing
Describe alternatives you've considered I think pop-shell had that option
Hi @Aegeontis there should be a section in the preferences to disable Tabbed mode. Unfortunately, picking which one is the default was broken when we switched to libadwaita widgets in preferences.
When I set it to "Stacked" and reopen the menu it resets itself to "Tabbed".
I guess I should edit the config file itself?
I manually set it to stacked with gsettings --schemadir ~/.local/share/gnome-shell/extensions/[email protected]/schemas/ set org.gnome.shell.extensions.forge dnd-center-layout 'stacked' and now when I drag a window on top of another it is stacked. Is there a way to disable that, to make it always tile (neither stack nor tab)?
I just tested it and currently the Tabbed and Stacking Mode toggles are not working when disabled and user tried to drag and drop. On the other hand, the dropdown options are also not working and tracked on #251