Skip to content

Commit

Permalink
Darn I need to learn markdown!
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlago committed May 1, 2016
1 parent 7a98706 commit 03c38e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions LenovoYoga3Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,27 @@ Follow [this article](https://ineed.coffee/1068/os-x-like-multitouch-gestures-fo
article ever gets deleted, here is a summary:

* Have the workspaces arranged in 1 row:

```
dconf write /org/compiz/profiles/unity/plugins/core/hsize 4
dconf write /org/compiz/profiles/unity/plugins/core/vsize 1
```
* Disable unity gestures by recompiling with some commented out
lines:
```
sudo apt-get build-dep unity
cd /tmp
mkdir unity
cd unity
apt-get source unity
```
* Then edit `/tmp/unity/unity-*/plugins/unityshell/src/unityshell.cpp`
and comment all the lines beginning with `gestures_`.
* Buid unity (this takes a while):
```
cd /tmp/unity/unity-*
dpkg-buildpackage -us -uc -nc
Expand All @@ -33,18 +38,23 @@ article ever gets deleted, here is a summary:
sudo apt-get -f install
sudo apt-get autoremove
```
* And prevent new updates to the package:
```
echo "unity hold"|sudo dpkg --set-selections
```
* Download [touchegg source](https://github.com/JoseExposito/touchegg), change into its directory and
install:
```
sudo apt-get build-dep touchegg
qmake
make
sudo make install
```
* Copy the `touchegg.conf` file in this repository under
`~/.config/touchegg/touchegg.conf` and the `touchegg.desktop`
under `~/.config/autostart/touchegg.desktop`.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ oh-my-zsh and tmux, and tweaks their config files.

### Installation
Clone repository directly in your home directory, and run the installer:

```
cd ~
git clone https://github.com/davidlago/dotfiles.git
Expand Down

0 comments on commit 03c38e4

Please sign in to comment.