If you always wanted the Exposé effect on your Ubuntu Desktop, here you go! Active corners, known from Mac as Exposé, allow you e.g. to see all your open windows at once just by one mouse move into the corner of the desktop. Very useful if you are a multi-tasking god or goddess!
First open you terminal and copy & paste:
sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220
Log in with your admin password and continue:
sudo gedit /etc/apt/sources.list
Then add the following lines at the end of the file:
deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/tualatrix/ppa/ubuntu karmic main
The source of Ubuntu tweak will be added to your repository. Updates for Ubuntu-Tweak will be installed automatically in future. Install Ubuntu-Tweak:
sudo apt-get update
sudo apt-get install ubuntu-tweak
내 경우, 첫번째 apt-key 쪽 명령이 안먹혀서 Synaptic 관리자로 했음.
Before using Ubuntu-Tweak, make sure you enabled visual effects for your desktop. Go to System/Preferences/Appearance an check under Visual Effects “Normal”.
Check your system tools for Ubuntu-Tweak, open it and go to Desktop, then to Compiz Fusion as you can see here:
Now you can enable a function for every corner, as you like. That’s it.
'Software Development > OS 및 Container' 카테고리의 다른 글
ubuntu eth0 가 없고 eth1 으로 잡힌경우 (2) | 2010.01.02 |
---|---|
Ubuntu 시스템 정보 보기 (0) | 2010.01.02 |
RPM 패키지를 dpkg 로 변환하기 (0) | 2010.01.02 |
Linux 에서 Expose 흉내내기 (Skippy) (0) | 2010.01.02 |
Ubuntu 에서 해상도 1280 사용 및 Radeon HD3200 의 FGLRX 사용 (0) | 2010.01.01 |