Earlier quoted context omitted.
You know that there's multiple virtual desktops, right?
... which doesn't solve the underlying problem. I don't want to switch to a different desktop, such that my text editor window disappears and my terminal appears. I want them both on the same screen, along with my browser which points to a SO answer, in big sizes. In a normal window manager, this is accomplished by making them all big and then either overlapping them in ways that makes it easy to click on them, or ju…
Sway 1.0
51–60 of 256 posts
Re: Sway 1.0
#52Earlier quoted context omitted.
You know that there's multiple virtual desktops, right?
... which doesn't solve the underlying problem. I don't want to switch to a different desktop, such that my text editor window disappears and my terminal appears. I want them both on the same screen, along with my browser which points to a SO answer, in big sizes. In a normal window manager, this is accomplished by making them all big and then either overlapping them in ways that makes it easy to click on them, or ju…
Re: Sway 1.0
#53Earlier quoted context omitted.
Why should you (upgrade from i3/X)? What's the benefit?
Based on Wayland, meaning it's more modern. Here's what I've heard for benefits: * Better multi-window and gesture support * Gaps built in (currently, i3 is separate from i3-gaps, which is what most actually use). No separate forks to deal with, meaning easier maintenance. * Wallpaper * Faster However, there are some big downsides. Wayland is still pretty beta, and not everything works well with it. This is not the f…
Re: Sway 1.0
#54Earlier quoted context omitted.
a cool feature youll probably like is in tilling vms you can use stacked/tabbed views to get those benefits
Tried that, but then I can't have an important part of a SO answer visible while I work in my editor to play around with stuff, while watching the terminal churn away some stuff in a partially obscured window such that I can see when it finishes.
But yeah, if that's your big use case, seems like you just prefer non-tiling workflows.
Re: Sway 1.0
#55Earlier quoted context omitted.
Why should you (upgrade from i3/X)? What's the benefit?
Because you can support Wayland and make Sway better. X11 is a super crusty, hacky mess that is being phased out. Sway also incorporates some nice features (gaps) that were previously not in the base version.
Re: Sway 1.0
#56Earlier quoted context omitted.
I gave a short talk at XDC which shows how sway & wlroots solves this problem: https://www.youtube.com/watch?v=VuRXHJu5Kmg tl;dw: you can't set your position but a drop-down terminal is still in the cards
Hello, Drew! Thanks for responding. Having watched the video, it seems like we could do a "pop-in" terminal (which is how guake and tilix already do their "drop-down" mode because they let the WM actually do the drawing), but a true "drop-down" terminal a la Yakuake or the old id Quake consoles would require some additional functionality, since you'd essentially have to re-draw the application window at Y Pos +10 eac…
Re: Sway 1.0
#57Earlier quoted context omitted.
Why should you (upgrade from i3/X)? What's the benefit?
Based on Wayland, meaning it's more modern. Here's what I've heard for benefits: * Better multi-window and gesture support * Gaps built in (currently, i3 is separate from i3-gaps, which is what most actually use). No separate forks to deal with, meaning easier maintenance. * Wallpaper * Faster However, there are some big downsides. Wayland is still pretty beta, and not everything works well with it. This is not the f…
Furthermore, it's proprietary NVIDIA drivers Wayland isn't supporting, not NVIDIA itself. AFAIK nouveau works just fine. There are many great reasons for not supporting the proprietary NVIDIA drivers.
Re: Sway 1.0
#58Is there an update to the nvidia (proprietary drivers) situation with sway/wayland?
That's how it is, and I'd like to ask everyone to refrain from drawing this particular flamewar out any further.
Re: Sway 1.0
#59Earlier quoted context omitted.
... which doesn't solve the underlying problem. I don't want to switch to a different desktop, such that my text editor window disappears and my terminal appears. I want them both on the same screen, along with my browser which points to a SO answer, in big sizes. In a normal window manager, this is accomplished by making them all big and then either overlapping them in ways that makes it easy to click on them, or ju…
So you want to go to an app. You just hope that some corner is peeking out of that huge unsorted pile of windows. You call that good UX or is it just a formed habit?
Re: Sway 1.0
#60Earlier quoted context omitted.
... which doesn't solve the underlying problem. I don't want to switch to a different desktop, such that my text editor window disappears and my terminal appears. I want them both on the same screen, along with my browser which points to a SO answer, in big sizes. In a normal window manager, this is accomplished by making them all big and then either overlapping them in ways that makes it easy to click on them, or ju…
I can't tell if you were aware by your comments, but in a tiling window manager you don't have to have everything visible all the time. They all have modes that hide windows behind others and allow you to swap between them the same as alt-tab. Many of them also have the option to 'float' the windows as a normal non tiling window manager would.