Xfce Forum

Sub domains
 

You are not logged in.

#1 2017-04-12 16:36:36

olegabyst
Member
From: Ukraine
Registered: 2017-04-12
Posts: 2

shortcuts for switching between workspaces

I found that if I have more than 12 workspaces I can make shortcuts for direct moving only for first 12 workspaces. Is it possible to make shortcuts for all workspaces that I have?

Offline

#2 2017-04-12 22:51:27

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,029

Re: shortcuts for switching between workspaces

Hello and welcome.

Unfortunately, the 12 is hard-coded into the window manager. However, you can use wmctrl via:

wmctrl -s <DESKTOP>

...where <DESKTOP> is the number of the workspace (starting at 0) that you want to move to.

Or, if you're looking to move the active window to another workspace, use:

wmctrl -r :ACTIVE: -t <DESKTOP>

...again where <DESKTOP> is the number of the workspace (starting at 0).

Assign this command to any shortcut you want.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2017-04-13 12:14:05

olegabyst
Member
From: Ukraine
Registered: 2017-04-12
Posts: 2

Re: shortcuts for switching between workspaces

@ToZ thanks, this hack solves my problem.

Offline

Board footer

Powered by FluxBB