![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu, Xubuntu and Lubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Ubuntu Member
![]() Join Date: Mar 2007
Location: Sweden
Beans: 131
Ubuntu 10.04 Lucid Lynx
|
Aero Snap function?
I would like to have a function like "Aero Snap" found in Windows.
http://www.youtube.com/watch?v=TbsnbjkrWus Would be nice if Compipz had a plugin for this. But I cant find any info about it.
__________________
Please don't hurt the web, use open standards. |
|
|
|
|
|
#2 |
|
Linux noob forever
![]() Join Date: Oct 2007
My beans are hidden!
|
Re: Aero Snap function?
check out the grid plugin in compiz.
If you dont like having to use shortcuts for it, I guess its possible somehow to bind it to an edge binding in the commands plugin, but I havent figured that out yet. |
|
|
|
|
|
#3 |
|
Ubuntu Member
![]() Join Date: Mar 2007
Location: Sweden
Beans: 131
Ubuntu 10.04 Lucid Lynx
|
Re: Aero Snap function?
Thx.
__________________
Please don't hurt the web, use open standards. |
|
|
|
|
|
#4 |
|
Just Give Me the Beans!
![]() Join Date: Jan 2008
Beans: 60
|
Re: Aero Snap function?
I also would like to see the snap function built into compiz. Grid almost does what we are looking for but I would like to see it mouse based. Anyone know if it is even possible without some severe code hacking?
Also, on a side note the aero shake feature (http://www.youtube.com/watch?v=_ryBmNrwqDo) is pretty sweet as well. I am sure that with enough hacking it could be done on linux as well. |
|
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2009
Location: Santa Clara, Utah
Beans: 142
Ubuntu 9.10 Karmic Koala
|
Re: Aero Snap function?
This is great. I've used in on my Windows machine and I love that feature.
|
|
|
|
|
|
#6 |
|
Just Give Me the Beans!
![]() Join Date: Jan 2008
Beans: 60
|
Re: Aero Snap function?
I worked out the snapping windows via mouse bit. I will post again in a moment with the tutorial.
|
|
|
|
|
|
#7 | |
|
Ubuntu Member
![]() Join Date: Mar 2007
Location: Sweden
Beans: 131
Ubuntu 10.04 Lucid Lynx
|
Re: Aero Snap function?
Quote:
__________________
Please don't hurt the web, use open standards. |
|
|
|
|
|
|
#8 | |
|
Linux noob forever
![]() Join Date: Oct 2007
My beans are hidden!
|
Re: Aero Snap function?
Quote:
Especially with dual monitor aero snap is useless, as it only snaps to the left half on the left monitor and the right half on the right monitor |
|
|
|
|
|
|
#9 |
|
Just Give Me the Beans!
![]() Join Date: Jan 2008
Beans: 60
|
Full Solution Here!
Ok boys and girls, get ready to write this down. First you need to make sure you have the following installed: Code:
sudo apt-get install compizconfig-settings-manager wmctrl Next, open compizconfig settings manager by clicking on System > Preferences > Compizconfig Settings Manager At the very top is a button labeled Commands. Select it. Wmctrl will do the window sizing via the following command: Code:
wmctrl -r :ACTIVE: -e <Gravity>,<X>,<Y>,<Width>,<Height> X,Y: This is the top left position of the window (AKA: Where to start drawing the window.) Width,Height: How large the window should be drawn. Input the following (Adjusting the totals for the dimensions of your screen): Command Line 0 Code:
wmctrl -r :ACTIVE: -e 0,0,0,800,1155 Code:
wmctrl -r :ACTIVE: -e 0,800,0,800,1155 Code:
wmctrl -r :ACTIVE: -e 0,0,0,1600,1155 Run Command 0 - Left Run Command 1 - Right Run Command 2 - Top Last step: Click Back and then click on General Options. Set your Edge Trigger Delay to something you find comfortable with. Mine is set at 400. Only disadvantages I have come across is that if you let the cursor hover too long over a hot point you will accidentally start resizing whatever window you have active. Also, there is a quirk with some windows that will not allow them to resize to the correct size (I am assuming due to the size of the widgets within the window). Last edited by gotsanity; April 29th, 2010 at 01:39 AM.. |
|
|
|
|
|
#10 | |
|
Just Give Me the Beans!
![]() Join Date: Jan 2008
Beans: 60
|
Re: Aero Snap function?
Quote:
![]() For my next trick... Im gonna attempt to tackle Aero Shake... |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|