You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like hyprnome to cycle only after an empty workspace. So let's say i'm on workspace 2 with a window open and i run hyprnome --newFlag, then an empty workspace 3 is created and switched to. If i then run hyprnome --newFlag again, it cycles back to workspace 1 (because it is already on the "rightmost" workspace and it is empty. So creating another empty workspace doesn't make sense and with --newFlag it is instructed to cycle to workspace 1 in this case).
Motivation
I could then bind this command without having separate binds for "i want to create a new workspace to the right" and "i want to cycle back to workspace 1 after reaching the last empty workspace".
Detailed Description
The present --cycle flag is very close. I guess it would be trivial to adapt its behaviour.
Feature Request
Summary
I would like hyprnome to cycle only after an empty workspace. So let's say i'm on workspace 2 with a window open and i run
hyprnome --newFlag
, then an empty workspace 3 is created and switched to. If i then runhyprnome --newFlag
again, it cycles back to workspace 1 (because it is already on the "rightmost" workspace and it is empty. So creating another empty workspace doesn't make sense and with--newFlag
it is instructed to cycle to workspace 1 in this case).Motivation
I could then bind this command without having separate binds for "i want to create a new workspace to the right" and "i want to cycle back to workspace 1 after reaching the last empty workspace".
Detailed Description
The present
--cycle
flag is very close. I guess it would be trivial to adapt its behaviour.Priorities
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: