Move window to right/left workspace shortcut

In Ubuntu 14.04 (and probably earlier versions), there is a default key-binding of Shift-Ctrl-Alt-[arrow]. E.g. to move the current window one workspace to the right, use Shift-Ctrl-Alt-Right.

The key-binding can be edited in Settings->Keyboard->Shortcuts->Navigation.


I am using a probably an old styled shortcut, which is indeed simple.

I am using Desktop Wall instead of the Cube, which is awesome but I got tired of the cube, then I switched to Desktop Wall. Which features key bindings for "Move within wall", "Move with window within wall" and a few other. I have the default setup which includes Shift+Control+Alt+[Key] (left, right, etc.) in order to "move" the window to the desired wall. As shown here:

enter image description here

The Cube features the same binding options in the appropriate tab inside of the "Rotate desktop cube", which may be useful for you as you can define several combinations for your desired key bindings in order to move your windows to a specific Face (n) (of the cube).

enter image description here

If you are using more than a single horizontal workspace, then you probably have a 4 faces cube with dual workspaces, which means: only one cube, with selective workspace. This way, you can combine both the Desktop wall key bindings with the Rotate Cube key bindings in order to obtain the effect that you expect to.

But you should first check if the normal Shift+Control+Alt+[Key] (left, right, etc.) are doing the trick. Otherwise this workaround may be tricky for you. (not tested by me, I am not using the cube anymore).

WARNING: The "Move to another Workspace" option in the context menu is simply dropping the window to the chosen workspace leaving you in the current workspace. The "Move with window [...]" will make you "fly" to the given workspace with the window.

Good luck!


I assume you are running Unity. You need to:

  1. Install compizconfig-settings-manager
  2. Open it (it can be found by typing ccsm into the dash)
  3. Scroll down and in the "Window Management" section activate the "Put" plug-in by ticking the box next to "Put" (*)
  4. Press the "Put" button to configure the shortcut
  5. The settings you are looking for are Bindings > Put to adjacent viewport > Viewport left/right/top/bottom
  6. To avoid having the desktop chase every window you move (effectively reducing the effect of this option to "Switch workspace with window"), tick Misc. Bindings > Unfocus window

(*): Due to problems in compiz, at this step your screen is likely to freeze for anywhere between 5 and 30 seconds... just wait for your desktop to become responsive again. If you end up at a broken desktop, press Ctrl+Alt+F1, log in using your username and password and type DISPLAY=:0 unity --replace &, then press Ctrl+Alt+F7 and everything should come back.