Add instructions.
[i3-gnome] / README
1 Installation instructions
2 -------------------------
3
4 $ mkdir tmp
5 $ cd tmp
6 $ git clone http://unix4lyfe.org/git/i3-gnome
7 $ cd i3-gnome
8 $ dpkg-buildpackage -us -uc -tc
9 $ cd ..
10 $ sudo dpkg -i i3-gnome_1_all.deb
11
12 After this point, lightdm should show "i3-gnome" as one of the sessions
13 available to you.
14
15 You'll want to add a keybinding to ~/.i3/config to log out of gnome-session:
16
17   bindsym $mod+Shift+e exec gnome-session-quit
18
19 Or bring up the suspend / restart / shutdown dialog with:
20
21   bindsym $mod+Shift+e exec gnome-session-quit --power-off