Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I know that using Alt-F7, I can use the keyboard to move the window around. I can also use the "Grid" plugin of Compiz to position quickly the window around my current monitor. The grid plugin doesn't seem work across monitor however.

What I need is a quicker way to move the current window to the other screen. In my current dual-monitor setup, I find myself needing to move the focus window to the other monitor as I focus on working on something else (and move it back afterward).

If I use XMonad (or other tiling managers), this would be rather easy. However, many applications that I use (Gnome Do, MATLAB, image viewers, custom apps that I write, ...) do not work well with a tiling manager.

So my question is: is there a shortcut key combination that moves the currently focused window to the other monitor (and back)?

share|improve this question

2 Answers

up vote 24 down vote accepted
  1. Install CompizConfig Settings Manager Install compizconfig-settings-manager

    apt-get install compizconfig-settings-manager
    
  2. Run it → Go to bottom (Window Management) → Go to "Put"

  3. Enable the plugin
  4. Configure shortcut for "Put to next Output"

If the plugin put doesn't appear in CCSM, install the compiz-plugins-extra Install compiz-plugins-extra package. (sudo apt-get update && sudo apt-get install compiz-plugins-extra)

share|improve this answer
1  
It's also worth noting that "next" output will cycle through all of the monitors (not stopping on the furthest right). – Adrian Schneider May 5 '12 at 3:12
I don't see the plug-in. Using Ubuntu QQ – YatharthROCK Dec 20 '12 at 12:23

Maybe this helps: Ubuntu: Move active window to another monitor

share|improve this answer
2  
The domain has expired but the google cache works. – maaartinus Mar 6 '11 at 0:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.