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
Is your feature request related to a problem? Please describe.
Currently when using the scroll wheel on the workspace module, the functionality is equivalent to calling hyprctl dispatch workspace m+1 which limits you to scrolling through existing workspaces on that monitor.
Describe the solution you'd like
I would like the ability to customize the functionality of the scroll so that something like hyprctl dispatch workspace r+1 can be called instead. Other modules allow you to customize what command is called when you scroll on them while the workspace module does not. This would allow for functionality such as the creation of new workspaces through the scrolling rather than the current default of just looping back to the first workspace in the list. Customizing the scroll functionality for the workspace module is something that was allowed in waybar and would be nice to see in hyprpanel as well.
Describe alternatives you've considered
Currently I'm just creating the workspaces manually instead.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently when using the scroll wheel on the workspace module, the functionality is equivalent to calling
hyprctl dispatch workspace m+1
which limits you to scrolling through existing workspaces on that monitor.Describe the solution you'd like
I would like the ability to customize the functionality of the scroll so that something like
hyprctl dispatch workspace r+1
can be called instead. Other modules allow you to customize what command is called when you scroll on them while the workspace module does not. This would allow for functionality such as the creation of new workspaces through the scrolling rather than the current default of just looping back to the first workspace in the list. Customizing the scroll functionality for the workspace module is something that was allowed in waybar and would be nice to see in hyprpanel as well.Describe alternatives you've considered
Currently I'm just creating the workspaces manually instead.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: