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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to reorder workspaces via keyboard shortcuts as is possible with drag-and-drop?
Currently looks like not implemented, but technically feasible with some additions.
What exists:
cosmic-compviamove_workspace()MoveBefore/MoveAfterrequests) triggered by mouse drag-and-drop in workspace overviewWhat's missing:
No keyboard actions exist for workspace reordering. Current workspace keybindings in
actions.rsonly handle:What's needed: ( I think 🤔😅 )
MoveWorkspaceLeft/MoveWorkspaceRight)move_workspace()in the keyboard handlerps: this is just a suggestion 😊
searches made:
got inspired by:
All reactions