Page 1 of 1

Easy Install Guide For i3-wm

Posted: 19. Jan 2011, 06:08
by garby
i3 (http://i3.zekjur.net/) is the wonderful tiling window manager with a world of flexibility and resource-conserving. After testing all floating and tiling window managers with arch, debian and ubuntu, I finally am satisfied with the flexibility of i3, what an awesome window manager! I installed i3 in Salix 13.1.2 from SlackBuilds using slapt-src. Hopefully, this helps others.

1)

Code: Select all

#removepkg libevent 
(as it conflcts with libev)

2)

Code: Select all

#slapt-get -i ruby
(dependency for yajl)

3)

Code: Select all

#slapt-src -i yajl
4)

Code: Select all

#slapt-get -i dmenu
4)

Code: Select all

#slapt-src -i libev
Since the location of the libev file changed, it reports that it could not fetch the file. Thanks to Gapan for pointing it out:

Code: Select all

#cd /usr/src/slapt-src/libraries/libev
#wget http://dist.schmorp.de/libev/Attic/libev-3.9.tar.gz
#chmod +x /libev.SlackBuild
#./libev.SlackBuild
#installpkg /tmp/libev-3.9-x86_64-1_SBo.tgz
5)

Code: Select all

#slapt-src -i i3
#installpkg /usr/src/slapt-src/desktop/i3/i3-3.e_bf1-x86_64-3_SBo.txz
And now i3 is ready to use. ;-) Hope this helps. Please don't miss to read the documentation at http://i3.zekjur.net/docs/userguide.html for further tweaking. It is indeed comprehensive.

Re: Easy Install Guide For i3-wm

Posted: 19. Jan 2011, 07:30
by garby
I have got the x86_64 packages that I created with the process as specified in the above mail (in that case you can just do 'installpkg * in the downloaded directory), but I did not see an option to attach files to this bbs.

Send me a pm if somebody is interested.

Re: Easy Install Guide For i3-wm

Posted: 19. Jan 2011, 12:07
by gapan
ruby and dmenu are available through slapt-get, not slapt-src.

Re: Easy Install Guide For i3-wm

Posted: 19. Jan 2011, 12:21
by garby
Thank you for pointing out. made changes accordingly in the original post.

Re: Easy Install Guide For i3-wm

Posted: 19. Jan 2011, 14:39
by Duncan_Idaho
this looks interesting, I'm going to give it a try
btw you say you have used other tiling wm, have you tried scrotwm or xmonad? what do you think of those two?

oh, and you made a typo at the homepage of i3 you put ihttp://

Re: Easy Install Guide For i3-wm

Posted: 19. Jan 2011, 14:56
by garby
@Duncan_Idaho: I tried all scrotwm, xmonad, awesome, and what not. But i3 is the most flexible in my opinion.

And sorry for the typo.