~onli/simdock/master

« back to all changes in this revision

Viewing changes to README.md

  • Committer: GitHub
  • Author(s): onli
  • Date: 2018-05-11 18:29:11 UTC
  • Revision ID: git-v1:578fc8aa5cc62b26968a49de2a40cb689042de99
Update control

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
![simdock example](https://lh5.googleusercontent.com/-2a1A0WrrDzo/ThWuhAmT7OI/AAAAAAAABtI/5KGx3Ev2ErY/s800/simdock.jpg)
6
6
 
 
7
## Features
 
8
 
 
9
 * Starters in the dock keep track of launched applications, enabling minimizing, raising and cycling through its windows
 
10
 * Transparent background without compositing, which still gets automatically updated when the background changes
 
11
 * Fluid animations – icons get bigger when hovered and shortly transparent when clicked
 
12
 * Configurable size and icon placement
 
13
 
7
14
## Install
8
15
 
9
 
### PPA
 
16
### Ubuntu
10
17
 
11
 
On launchpad, there is a PPA with daily builds. Add it with
 
18
On launchpad, there is a [PPA with daily builds](https://launchpad.net/~onli/+archive/simdock). Add it with
12
19
 
13
20
    sudo add-apt-repository ppa:onli/simdock
14
21
 
16
23
 
17
24
    sudo apt-get update
18
25
    sudo apt-get install simdock
 
26
    
 
27
### Gentoo/Funtoo
 
28
 
 
29
Use the [overlay](https://github.com/onli/overlay ) with layman
 
30
 
 
31
    layman -o https://raw.github.com/onli/overlay/master/repositories.xml -f -a onli
 
32
    
 
33
and install with emerge
 
34
 
 
35
    emerge simdock
 
36
 
19
37
 
20
38
### Manually
21
39
 
22
40
1. Install dependencies. Under Ubuntu:
23
41
 
24
 
        sudo apt-get install pkg-config libglib2.0-dev libgconf2-dev libgtk2.0-dev libwnck-dev libwxgtk2.8-dev libxcb1-dev libxcb-ewmh1-dev xcb-proto
 
42
        sudo apt-get install pkg-config libglib2.0-dev libgconf2-dev libgtk2.0-dev libwnck-dev libwxgtk3.0-dev libxcb1-dev libxcb-ewmh-dev xcb-proto librsvg2-dev
25
43
 
26
44
1. Type `make` to compile
27
45
1. Type `sudo make install` to install