Quickly place a window to another screen using only the keyboard
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
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)?
shortcut-keys multiple-monitors window-manager
add a comment |
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)?
shortcut-keys multiple-monitors window-manager
12
Thanks, I was looking for the Alt-F7 shortcut. First time I find the answer I was looking for, in a question.
– qwertzguy
Nov 19 '13 at 20:20
1
Possible duplicate of move window to monitor on the left/right shortcut
– tudor
Oct 10 '18 at 22:38
add a comment |
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)?
shortcut-keys multiple-monitors window-manager
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)?
shortcut-keys multiple-monitors window-manager
shortcut-keys multiple-monitors window-manager
edited Dec 5 '14 at 11:25
supremum
6182716
6182716
asked Jan 19 '11 at 0:59
Dat ChuDat Chu
9572711
9572711
12
Thanks, I was looking for the Alt-F7 shortcut. First time I find the answer I was looking for, in a question.
– qwertzguy
Nov 19 '13 at 20:20
1
Possible duplicate of move window to monitor on the left/right shortcut
– tudor
Oct 10 '18 at 22:38
add a comment |
12
Thanks, I was looking for the Alt-F7 shortcut. First time I find the answer I was looking for, in a question.
– qwertzguy
Nov 19 '13 at 20:20
1
Possible duplicate of move window to monitor on the left/right shortcut
– tudor
Oct 10 '18 at 22:38
12
12
Thanks, I was looking for the Alt-F7 shortcut. First time I find the answer I was looking for, in a question.
– qwertzguy
Nov 19 '13 at 20:20
Thanks, I was looking for the Alt-F7 shortcut. First time I find the answer I was looking for, in a question.
– qwertzguy
Nov 19 '13 at 20:20
1
1
Possible duplicate of move window to monitor on the left/right shortcut
– tudor
Oct 10 '18 at 22:38
Possible duplicate of move window to monitor on the left/right shortcut
– tudor
Oct 10 '18 at 22:38
add a comment |
7 Answers
7
active
oldest
votes
Install CompizConfig Settings Manager
sudo apt-get install compizconfig-settings-manager
Run CCSM → Go to bottom (Window Management) → Go to "Put."
- Enable the plugin.
- Configure shortcut for "Put to next Output."
- Log out and back in again.
If the plugin put doesn't appear in CCSM, install the compiz-plugins package. (sudo apt-get update && sudo apt-get install compiz-plugins
)
EDIT: The required plugin package is now called compiz-plugins
on 12.10 and higher. compiz-plugins-extra is still used for 12.04.
5
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
2
I don't see the plug-in. Using Ubuntu QQ
– Yatharth Agarwal
Dec 20 '12 at 12:23
8
Ah it does work - just needs a logoff/logon!
– jaywink
Sep 14 '14 at 14:15
4
There isn't any option "Put"
– Richard
Jun 29 '15 at 23:20
6
@Richard, you'll have to installcompiz-plugins
as mentioned in the post. (Sidenote: I'm on Ubuntu 15.04 and once that was installed I was the "Put" plugin.)
– Anonsage
Aug 17 '15 at 5:13
|
show 8 more comments
I like Put to next Output with Ctrl + Alt + n
enjoy it!
Put at CCSM.
Put to Next Output
1
Now, I use setting this hotkey to '<Alt><Shift>m'. :P
– Chu-Siang Lai
May 20 '16 at 3:57
1
I don't have Put in my CCSM
– Jamie Hutber
Feb 1 '18 at 9:56
add a comment |
Alt+Ctrl + NumLeft/NumRight
for minimised window only (!) I found today in Gnome 3 @ Ubuntu 14.04.
i.e., if you wan to move maximized window, you may
'Win + DownArrow', 'Alt+Ctrl+ NumLeft/NumRight', 'Win + UpArrow'
or try to bind it..
9
Unfortunately, thisAlt+Ctrl+<NumDirection>
shortcuts keep the window on the same screen and doesn't move to another screen.. tested on Ubuntu 15.04 (w/Unity).
– Anonsage
Aug 9 '15 at 1:04
2
It's the same issue on Ubuntu 16.04. I came here to find a solution to this problem.
– byxor
Oct 3 '16 at 16:14
1
It works for me on Ubuntu 16.04, thanks!
– Juanmi Rodriguez
Jul 11 '17 at 17:02
@Anonsage But it is for Gnome. Not Unity.
– G. Demecki
Mar 26 '18 at 6:47
add a comment |
After installing compizconfig-settings-manager → Run it → Go to bottom (Window Management) → Go to "Put."
Then you should try "Put within viewport" and "Put Left/Put Right". If the window is not on the edge of the screen needs double "right/left" to switch over screens. By default is with super+Numpad-Arrows.
Not the most direct solution, but a better one in my opinion.
– Jonah
Jan 12 '15 at 19:11
This is the only answer that worked for me.
– haff
Jul 23 '16 at 0:08
add a comment |
Addendum: If the solution with Put plugin
doesn't work.
Try to disable some features you don't use that may interfere. I left only Put To Next Output
enabled and it started to work.
add a comment |
Disable the features in "Grid" plugin on ccsm, logoff/logon, and enable the "put" plugin with combination keys that you want. Works for me (ubuntu 16.04).
I enable some features in both plugin because I wanted move windows between monitors (using features on put), but I wanted keep the feature that resize the window by half of width of the current monitor (using features on grid).
add a comment |
After install CCSM, to add "put" option, you must install too :
sudo apt-get install compiz-plugins-extra
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f22207%2fquickly-place-a-window-to-another-screen-using-only-the-keyboard%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
Install CompizConfig Settings Manager
sudo apt-get install compizconfig-settings-manager
Run CCSM → Go to bottom (Window Management) → Go to "Put."
- Enable the plugin.
- Configure shortcut for "Put to next Output."
- Log out and back in again.
If the plugin put doesn't appear in CCSM, install the compiz-plugins package. (sudo apt-get update && sudo apt-get install compiz-plugins
)
EDIT: The required plugin package is now called compiz-plugins
on 12.10 and higher. compiz-plugins-extra is still used for 12.04.
5
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
2
I don't see the plug-in. Using Ubuntu QQ
– Yatharth Agarwal
Dec 20 '12 at 12:23
8
Ah it does work - just needs a logoff/logon!
– jaywink
Sep 14 '14 at 14:15
4
There isn't any option "Put"
– Richard
Jun 29 '15 at 23:20
6
@Richard, you'll have to installcompiz-plugins
as mentioned in the post. (Sidenote: I'm on Ubuntu 15.04 and once that was installed I was the "Put" plugin.)
– Anonsage
Aug 17 '15 at 5:13
|
show 8 more comments
Install CompizConfig Settings Manager
sudo apt-get install compizconfig-settings-manager
Run CCSM → Go to bottom (Window Management) → Go to "Put."
- Enable the plugin.
- Configure shortcut for "Put to next Output."
- Log out and back in again.
If the plugin put doesn't appear in CCSM, install the compiz-plugins package. (sudo apt-get update && sudo apt-get install compiz-plugins
)
EDIT: The required plugin package is now called compiz-plugins
on 12.10 and higher. compiz-plugins-extra is still used for 12.04.
5
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
2
I don't see the plug-in. Using Ubuntu QQ
– Yatharth Agarwal
Dec 20 '12 at 12:23
8
Ah it does work - just needs a logoff/logon!
– jaywink
Sep 14 '14 at 14:15
4
There isn't any option "Put"
– Richard
Jun 29 '15 at 23:20
6
@Richard, you'll have to installcompiz-plugins
as mentioned in the post. (Sidenote: I'm on Ubuntu 15.04 and once that was installed I was the "Put" plugin.)
– Anonsage
Aug 17 '15 at 5:13
|
show 8 more comments
Install CompizConfig Settings Manager
sudo apt-get install compizconfig-settings-manager
Run CCSM → Go to bottom (Window Management) → Go to "Put."
- Enable the plugin.
- Configure shortcut for "Put to next Output."
- Log out and back in again.
If the plugin put doesn't appear in CCSM, install the compiz-plugins package. (sudo apt-get update && sudo apt-get install compiz-plugins
)
EDIT: The required plugin package is now called compiz-plugins
on 12.10 and higher. compiz-plugins-extra is still used for 12.04.
Install CompizConfig Settings Manager
sudo apt-get install compizconfig-settings-manager
Run CCSM → Go to bottom (Window Management) → Go to "Put."
- Enable the plugin.
- Configure shortcut for "Put to next Output."
- Log out and back in again.
If the plugin put doesn't appear in CCSM, install the compiz-plugins package. (sudo apt-get update && sudo apt-get install compiz-plugins
)
EDIT: The required plugin package is now called compiz-plugins
on 12.10 and higher. compiz-plugins-extra is still used for 12.04.
edited Mar 11 '17 at 18:59
Community♦
1
1
answered Jan 19 '11 at 11:51
GrizzLyGrizzLy
3,49051721
3,49051721
5
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
2
I don't see the plug-in. Using Ubuntu QQ
– Yatharth Agarwal
Dec 20 '12 at 12:23
8
Ah it does work - just needs a logoff/logon!
– jaywink
Sep 14 '14 at 14:15
4
There isn't any option "Put"
– Richard
Jun 29 '15 at 23:20
6
@Richard, you'll have to installcompiz-plugins
as mentioned in the post. (Sidenote: I'm on Ubuntu 15.04 and once that was installed I was the "Put" plugin.)
– Anonsage
Aug 17 '15 at 5:13
|
show 8 more comments
5
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
2
I don't see the plug-in. Using Ubuntu QQ
– Yatharth Agarwal
Dec 20 '12 at 12:23
8
Ah it does work - just needs a logoff/logon!
– jaywink
Sep 14 '14 at 14:15
4
There isn't any option "Put"
– Richard
Jun 29 '15 at 23:20
6
@Richard, you'll have to installcompiz-plugins
as mentioned in the post. (Sidenote: I'm on Ubuntu 15.04 and once that was installed I was the "Put" plugin.)
– Anonsage
Aug 17 '15 at 5:13
5
5
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
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
2
2
I don't see the plug-in. Using Ubuntu QQ
– Yatharth Agarwal
Dec 20 '12 at 12:23
I don't see the plug-in. Using Ubuntu QQ
– Yatharth Agarwal
Dec 20 '12 at 12:23
8
8
Ah it does work - just needs a logoff/logon!
– jaywink
Sep 14 '14 at 14:15
Ah it does work - just needs a logoff/logon!
– jaywink
Sep 14 '14 at 14:15
4
4
There isn't any option "Put"
– Richard
Jun 29 '15 at 23:20
There isn't any option "Put"
– Richard
Jun 29 '15 at 23:20
6
6
@Richard, you'll have to install
compiz-plugins
as mentioned in the post. (Sidenote: I'm on Ubuntu 15.04 and once that was installed I was the "Put" plugin.)– Anonsage
Aug 17 '15 at 5:13
@Richard, you'll have to install
compiz-plugins
as mentioned in the post. (Sidenote: I'm on Ubuntu 15.04 and once that was installed I was the "Put" plugin.)– Anonsage
Aug 17 '15 at 5:13
|
show 8 more comments
I like Put to next Output with Ctrl + Alt + n
enjoy it!
Put at CCSM.
Put to Next Output
1
Now, I use setting this hotkey to '<Alt><Shift>m'. :P
– Chu-Siang Lai
May 20 '16 at 3:57
1
I don't have Put in my CCSM
– Jamie Hutber
Feb 1 '18 at 9:56
add a comment |
I like Put to next Output with Ctrl + Alt + n
enjoy it!
Put at CCSM.
Put to Next Output
1
Now, I use setting this hotkey to '<Alt><Shift>m'. :P
– Chu-Siang Lai
May 20 '16 at 3:57
1
I don't have Put in my CCSM
– Jamie Hutber
Feb 1 '18 at 9:56
add a comment |
I like Put to next Output with Ctrl + Alt + n
enjoy it!
Put at CCSM.
Put to Next Output
I like Put to next Output with Ctrl + Alt + n
enjoy it!
Put at CCSM.
Put to Next Output
answered Nov 26 '14 at 5:58
Chu-Siang LaiChu-Siang Lai
46149
46149
1
Now, I use setting this hotkey to '<Alt><Shift>m'. :P
– Chu-Siang Lai
May 20 '16 at 3:57
1
I don't have Put in my CCSM
– Jamie Hutber
Feb 1 '18 at 9:56
add a comment |
1
Now, I use setting this hotkey to '<Alt><Shift>m'. :P
– Chu-Siang Lai
May 20 '16 at 3:57
1
I don't have Put in my CCSM
– Jamie Hutber
Feb 1 '18 at 9:56
1
1
Now, I use setting this hotkey to '<Alt><Shift>m'. :P
– Chu-Siang Lai
May 20 '16 at 3:57
Now, I use setting this hotkey to '<Alt><Shift>m'. :P
– Chu-Siang Lai
May 20 '16 at 3:57
1
1
I don't have Put in my CCSM
– Jamie Hutber
Feb 1 '18 at 9:56
I don't have Put in my CCSM
– Jamie Hutber
Feb 1 '18 at 9:56
add a comment |
Alt+Ctrl + NumLeft/NumRight
for minimised window only (!) I found today in Gnome 3 @ Ubuntu 14.04.
i.e., if you wan to move maximized window, you may
'Win + DownArrow', 'Alt+Ctrl+ NumLeft/NumRight', 'Win + UpArrow'
or try to bind it..
9
Unfortunately, thisAlt+Ctrl+<NumDirection>
shortcuts keep the window on the same screen and doesn't move to another screen.. tested on Ubuntu 15.04 (w/Unity).
– Anonsage
Aug 9 '15 at 1:04
2
It's the same issue on Ubuntu 16.04. I came here to find a solution to this problem.
– byxor
Oct 3 '16 at 16:14
1
It works for me on Ubuntu 16.04, thanks!
– Juanmi Rodriguez
Jul 11 '17 at 17:02
@Anonsage But it is for Gnome. Not Unity.
– G. Demecki
Mar 26 '18 at 6:47
add a comment |
Alt+Ctrl + NumLeft/NumRight
for minimised window only (!) I found today in Gnome 3 @ Ubuntu 14.04.
i.e., if you wan to move maximized window, you may
'Win + DownArrow', 'Alt+Ctrl+ NumLeft/NumRight', 'Win + UpArrow'
or try to bind it..
9
Unfortunately, thisAlt+Ctrl+<NumDirection>
shortcuts keep the window on the same screen and doesn't move to another screen.. tested on Ubuntu 15.04 (w/Unity).
– Anonsage
Aug 9 '15 at 1:04
2
It's the same issue on Ubuntu 16.04. I came here to find a solution to this problem.
– byxor
Oct 3 '16 at 16:14
1
It works for me on Ubuntu 16.04, thanks!
– Juanmi Rodriguez
Jul 11 '17 at 17:02
@Anonsage But it is for Gnome. Not Unity.
– G. Demecki
Mar 26 '18 at 6:47
add a comment |
Alt+Ctrl + NumLeft/NumRight
for minimised window only (!) I found today in Gnome 3 @ Ubuntu 14.04.
i.e., if you wan to move maximized window, you may
'Win + DownArrow', 'Alt+Ctrl+ NumLeft/NumRight', 'Win + UpArrow'
or try to bind it..
Alt+Ctrl + NumLeft/NumRight
for minimised window only (!) I found today in Gnome 3 @ Ubuntu 14.04.
i.e., if you wan to move maximized window, you may
'Win + DownArrow', 'Alt+Ctrl+ NumLeft/NumRight', 'Win + UpArrow'
or try to bind it..
edited Dec 5 '14 at 11:26
supremum
6182716
6182716
answered Oct 15 '14 at 18:23
viktorkhoviktorkho
11112
11112
9
Unfortunately, thisAlt+Ctrl+<NumDirection>
shortcuts keep the window on the same screen and doesn't move to another screen.. tested on Ubuntu 15.04 (w/Unity).
– Anonsage
Aug 9 '15 at 1:04
2
It's the same issue on Ubuntu 16.04. I came here to find a solution to this problem.
– byxor
Oct 3 '16 at 16:14
1
It works for me on Ubuntu 16.04, thanks!
– Juanmi Rodriguez
Jul 11 '17 at 17:02
@Anonsage But it is for Gnome. Not Unity.
– G. Demecki
Mar 26 '18 at 6:47
add a comment |
9
Unfortunately, thisAlt+Ctrl+<NumDirection>
shortcuts keep the window on the same screen and doesn't move to another screen.. tested on Ubuntu 15.04 (w/Unity).
– Anonsage
Aug 9 '15 at 1:04
2
It's the same issue on Ubuntu 16.04. I came here to find a solution to this problem.
– byxor
Oct 3 '16 at 16:14
1
It works for me on Ubuntu 16.04, thanks!
– Juanmi Rodriguez
Jul 11 '17 at 17:02
@Anonsage But it is for Gnome. Not Unity.
– G. Demecki
Mar 26 '18 at 6:47
9
9
Unfortunately, this
Alt+Ctrl+<NumDirection>
shortcuts keep the window on the same screen and doesn't move to another screen.. tested on Ubuntu 15.04 (w/Unity).– Anonsage
Aug 9 '15 at 1:04
Unfortunately, this
Alt+Ctrl+<NumDirection>
shortcuts keep the window on the same screen and doesn't move to another screen.. tested on Ubuntu 15.04 (w/Unity).– Anonsage
Aug 9 '15 at 1:04
2
2
It's the same issue on Ubuntu 16.04. I came here to find a solution to this problem.
– byxor
Oct 3 '16 at 16:14
It's the same issue on Ubuntu 16.04. I came here to find a solution to this problem.
– byxor
Oct 3 '16 at 16:14
1
1
It works for me on Ubuntu 16.04, thanks!
– Juanmi Rodriguez
Jul 11 '17 at 17:02
It works for me on Ubuntu 16.04, thanks!
– Juanmi Rodriguez
Jul 11 '17 at 17:02
@Anonsage But it is for Gnome. Not Unity.
– G. Demecki
Mar 26 '18 at 6:47
@Anonsage But it is for Gnome. Not Unity.
– G. Demecki
Mar 26 '18 at 6:47
add a comment |
After installing compizconfig-settings-manager → Run it → Go to bottom (Window Management) → Go to "Put."
Then you should try "Put within viewport" and "Put Left/Put Right". If the window is not on the edge of the screen needs double "right/left" to switch over screens. By default is with super+Numpad-Arrows.
Not the most direct solution, but a better one in my opinion.
– Jonah
Jan 12 '15 at 19:11
This is the only answer that worked for me.
– haff
Jul 23 '16 at 0:08
add a comment |
After installing compizconfig-settings-manager → Run it → Go to bottom (Window Management) → Go to "Put."
Then you should try "Put within viewport" and "Put Left/Put Right". If the window is not on the edge of the screen needs double "right/left" to switch over screens. By default is with super+Numpad-Arrows.
Not the most direct solution, but a better one in my opinion.
– Jonah
Jan 12 '15 at 19:11
This is the only answer that worked for me.
– haff
Jul 23 '16 at 0:08
add a comment |
After installing compizconfig-settings-manager → Run it → Go to bottom (Window Management) → Go to "Put."
Then you should try "Put within viewport" and "Put Left/Put Right". If the window is not on the edge of the screen needs double "right/left" to switch over screens. By default is with super+Numpad-Arrows.
After installing compizconfig-settings-manager → Run it → Go to bottom (Window Management) → Go to "Put."
Then you should try "Put within viewport" and "Put Left/Put Right". If the window is not on the edge of the screen needs double "right/left" to switch over screens. By default is with super+Numpad-Arrows.
edited Apr 23 '15 at 17:20
Community♦
1
1
answered Jan 30 '14 at 0:24
ioaniatrioaniatr
11624
11624
Not the most direct solution, but a better one in my opinion.
– Jonah
Jan 12 '15 at 19:11
This is the only answer that worked for me.
– haff
Jul 23 '16 at 0:08
add a comment |
Not the most direct solution, but a better one in my opinion.
– Jonah
Jan 12 '15 at 19:11
This is the only answer that worked for me.
– haff
Jul 23 '16 at 0:08
Not the most direct solution, but a better one in my opinion.
– Jonah
Jan 12 '15 at 19:11
Not the most direct solution, but a better one in my opinion.
– Jonah
Jan 12 '15 at 19:11
This is the only answer that worked for me.
– haff
Jul 23 '16 at 0:08
This is the only answer that worked for me.
– haff
Jul 23 '16 at 0:08
add a comment |
Addendum: If the solution with Put plugin
doesn't work.
Try to disable some features you don't use that may interfere. I left only Put To Next Output
enabled and it started to work.
add a comment |
Addendum: If the solution with Put plugin
doesn't work.
Try to disable some features you don't use that may interfere. I left only Put To Next Output
enabled and it started to work.
add a comment |
Addendum: If the solution with Put plugin
doesn't work.
Try to disable some features you don't use that may interfere. I left only Put To Next Output
enabled and it started to work.
Addendum: If the solution with Put plugin
doesn't work.
Try to disable some features you don't use that may interfere. I left only Put To Next Output
enabled and it started to work.
edited Apr 13 '17 at 12:25
Community♦
1
1
answered Jan 6 '17 at 10:21
Waldemar WosińskiWaldemar Wosiński
1157
1157
add a comment |
add a comment |
Disable the features in "Grid" plugin on ccsm, logoff/logon, and enable the "put" plugin with combination keys that you want. Works for me (ubuntu 16.04).
I enable some features in both plugin because I wanted move windows between monitors (using features on put), but I wanted keep the feature that resize the window by half of width of the current monitor (using features on grid).
add a comment |
Disable the features in "Grid" plugin on ccsm, logoff/logon, and enable the "put" plugin with combination keys that you want. Works for me (ubuntu 16.04).
I enable some features in both plugin because I wanted move windows between monitors (using features on put), but I wanted keep the feature that resize the window by half of width of the current monitor (using features on grid).
add a comment |
Disable the features in "Grid" plugin on ccsm, logoff/logon, and enable the "put" plugin with combination keys that you want. Works for me (ubuntu 16.04).
I enable some features in both plugin because I wanted move windows between monitors (using features on put), but I wanted keep the feature that resize the window by half of width of the current monitor (using features on grid).
Disable the features in "Grid" plugin on ccsm, logoff/logon, and enable the "put" plugin with combination keys that you want. Works for me (ubuntu 16.04).
I enable some features in both plugin because I wanted move windows between monitors (using features on put), but I wanted keep the feature that resize the window by half of width of the current monitor (using features on grid).
answered Nov 22 '17 at 18:15
brunoroquettebrunoroquette
1
1
add a comment |
add a comment |
After install CCSM, to add "put" option, you must install too :
sudo apt-get install compiz-plugins-extra
New contributor
add a comment |
After install CCSM, to add "put" option, you must install too :
sudo apt-get install compiz-plugins-extra
New contributor
add a comment |
After install CCSM, to add "put" option, you must install too :
sudo apt-get install compiz-plugins-extra
New contributor
After install CCSM, to add "put" option, you must install too :
sudo apt-get install compiz-plugins-extra
New contributor
New contributor
answered 16 hours ago
gujougujou
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f22207%2fquickly-place-a-window-to-another-screen-using-only-the-keyboard%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
12
Thanks, I was looking for the Alt-F7 shortcut. First time I find the answer I was looking for, in a question.
– qwertzguy
Nov 19 '13 at 20:20
1
Possible duplicate of move window to monitor on the left/right shortcut
– tudor
Oct 10 '18 at 22:38