Easy Install Guide For i3-wm

Post Reply

Did you find this info to install i3 as well as i3 as a window manager useful?

Yes
0
No votes
No
0
No votes
Yet to experiment
2
100%
 
Total votes: 2

garby
Posts: 48
Joined: 18. Jan 2011, 10:36

Easy Install Guide For i3-wm

Post 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.
Last edited by garby on 19. Jan 2011, 14:57, edited 2 times in total.
garby
Posts: 48
Joined: 18. Jan 2011, 10:36

Re: Easy Install Guide For i3-wm

Post 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.
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: Easy Install Guide For i3-wm

Post by gapan »

ruby and dmenu are available through slapt-get, not slapt-src.
Image
Image
garby
Posts: 48
Joined: 18. Jan 2011, 10:36

Re: Easy Install Guide For i3-wm

Post by garby »

Thank you for pointing out. made changes accordingly in the original post.
User avatar
Duncan_Idaho
Posts: 216
Joined: 19. Sep 2009, 01:43
Location: Sietch Tabr, Planet Arrakis

Re: Easy Install Guide For i3-wm

Post 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://
garby
Posts: 48
Joined: 18. Jan 2011, 10:36

Re: Easy Install Guide For i3-wm

Post 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.
Post Reply