Easy Install Guide For i3-wm
Posted: 19. Jan 2011, 06:08
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)
(as it conflcts with libev)
2) (dependency for yajl)
3)
4)
4)
Since the location of the libev file changed, it reports that it could not fetch the file. Thanks to Gapan for pointing it out:
5)
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.
1)
Code: Select all
#removepkg libevent
2)
Code: Select all
#slapt-get -i ruby
3)
Code: Select all
#slapt-src -i yajl
Code: Select all
#slapt-get -i dmenu
Code: Select all
#slapt-src -i libev
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
Code: Select all
#slapt-src -i i3
#installpkg /usr/src/slapt-src/desktop/i3/i3-3.e_bf1-x86_64-3_SBo.txz
