Skip to content

profil/wimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WIMP - WIndow Manager Profil

wimp is a really simple window manager for X. It is written is C using Xlib.

Requirements

You need the Xlib header files to compile wimp.

Installation

To build wimp enter the following command:

make

That will compile it and leave a executable in the wimp directory.

To install wimp either copy the executable to your path or run the following command, which will copy it for you (probably need root privileges, copying to /usr/bin/):

make install

Running wimp

In order to run wimp you will need to add the following to your .xinitrc:

exec wimp

Then start it using startx.

About

A window manager for X11.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages