You are not logged in.

#1 2004-08-05 22:58:32

Paul
Member
Registered: 2004-04-12
Posts: 72

Larswm - a light-weight tiling window manager - pkgbuild

About:
larswm is a modified version of the 9wm window manager that adds virtual desktops, automatic window tiling, and many other features designed to make it a highly efficient user environment. One of the design goals is that you should never have to manually shuffle windows around on the screen. Another is that it should use as little CPU time, RAM, and screen space for itself as possible.

Project Webpage:
http://home.earthlink.net/~lab1701/larswm/

::Edit::

Helpful Howto:
http://verplant.org/larswm/

::Pkgbuild::
pkgname=larswm
pkgver=7.5.3
pkgrel=1
pkgdesc="larswm is a light-weight window manager with automatic tiling, virtual desktops, and more."
url="http://home.earthlink.net/~lab1710/larswm"
license=""
depends=('x-server')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://home.earthlink.net/~lab1701/larswm/larswm-7.5.3.tar.gz)
md5sums=('a8048b8a93e381f3eb649194f254fa7d')

build() {
  cd $startdir/src/$pkgname-$pkgver
  xmkmf -a
  make || return 1
  make DESTDIR=$startdir/pkg install
  make DESTDIR=$startdir/pkg install.man
}
#end of PKGBUILD

To set up Larswm defaults::

larswm -defaults > /home/name/.larswmrc

You will need to go through .larswmrc and uncomment lines/ edit it.[/code]

Offline

Board footer

Powered by FluxBB