bleakgrey / tootle

GTK-based Mastodon client for Linux
GNU General Public License v3.0
404 stars 61 forks source link

Full screen support #72

Closed rixx closed 2 years ago

rixx commented 6 years ago

Especially for users with window managers a full-screen mode would be nice, where the columns would be displayed next to each other.

Additionally, if you'd set the window type to dialog or utility, tiling window managers would know to leave tootle floating and not resize it to full screen width. In TKinter it's setting '-dialog' to 'floating', not sure how it's done here. Spec here

rixx commented 2 years ago

Closing due to lack of response. Pretty sure all window managers have ways to set windows to floating, because they're used to application developers not implementing the spec; and I assume from the lack of response that multi-column mode isn't in the cards.