Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Navigate windows by next/previous instead of by direction #58

Closed
ajgrf opened this issue Aug 15, 2024 · 2 comments
Closed

Comments

@ajgrf
Copy link

ajgrf commented Aug 15, 2024

I would like to navigate windows by next/previous instead of by direction. It's what I'm used to from dwm, xmonad, paperwm, etc. It will also free up some bindings to use for something else. I think there are only 4 new actions that I need:

  • Move focus to next/previous

    Focusing the next window would first look for a window below the currently focused window. If there isn't one, it would focus the top window in the next column.

  • Move window to next/previous

    Moving a window to next would swap places with any window below it. If there are no windows below it but there are other windows in the column, it moves right to make a new column. If it's the only window in its column, it becomes the top window in the next column. (Moving a window to previous would still join columns as the bottom window.)

I also think it would be more consistent to have actions available for moving columns to the next/previous desktop, or to the desktop to the left/right/up/down, but to be honest I wouldn't use them so you may as well wait for someone to ask for them.

Thanks for all your hard work implementing Karousel, I've been using it all week and really enjoying it!

@peterfajdiga
Copy link
Owner

peterfajdiga commented Aug 16, 2024 via email

@ajgrf
Copy link
Author

ajgrf commented Sep 25, 2024

Thanks for implementing this! I just updated to the latest commit and it behaves exactly like I want now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants