swaywm / sway

i3-compatible Wayland compositor
https://swaywm.org
MIT License
14.63k stars 1.11k forks source link

Swipe Gesture - Allow creation of workspace with "workspace next" binding #7848

Open abrouwers opened 11 months ago

abrouwers commented 11 months ago

I really enjoy the swipe gestures recently added to sway! When using gnome, I'm used to it creating a new, empty workspace if it gets to the end. For example, if I have windows on [1] and [2], and I swipe "next" from [2], I would expect an empty [3] to be created. Instead, sway returns to [1], which isn't intuitive.

If this is expected for some, I wonder if a --create or similar flag could be added?

emersion commented 11 months ago

I'd suggest doing that from a script.

iguanajuice commented 10 months ago

This used to be something you could do: https://github.com/swaywm/sway/pull/3697

But they pulled it for some reason; perhaps I'll ask SwayFX if they can reimplement this.