From dcac68adc0b40ae60ca1e6953820e62b0a266991 Mon Sep 17 00:00:00 2001 From: Emil Mikulic Date: Sun, 19 May 2013 16:21:54 +1000 Subject: [PATCH 1/1] Add instructions. --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..fa41c87 --- /dev/null +++ b/README @@ -0,0 +1,21 @@ +Installation instructions +------------------------- + +$ mkdir tmp +$ cd tmp +$ git clone http://unix4lyfe.org/git/i3-gnome +$ cd i3-gnome +$ dpkg-buildpackage -us -uc -tc +$ cd .. +$ sudo dpkg -i i3-gnome_1_all.deb + +After this point, lightdm should show "i3-gnome" as one of the sessions +available to you. + +You'll want to add a keybinding to ~/.i3/config to log out of gnome-session: + + bindsym $mod+Shift+e exec gnome-session-quit + +Or bring up the suspend / restart / shutdown dialog with: + + bindsym $mod+Shift+e exec gnome-session-quit --power-off -- 2.17.1