Giter VIP home page Giter VIP logo

catwm's Introduction

CATWM

 /\___/\
( o   o )  Made by cat...
(  =^=  )
(        )            ... for cat!
(         )
(          ))))))________________ Cute And Tiny Window Manager

Summary

catwm is a very simple and lightweight tiling window manager. I will try to stay under 1000 SLOC.

Status

  • 17.06.15

    -Added -pedantic flag in config.mk.

    -Fixed warning in config.h and config.def.h, if enabled -pedantic gcc flag.

  • 14.04.15 -> v0.5

    -Added function client_to_desktop, to move selected window to any tag.

    -Trivial changes in config.def.h, config.h, and catwm.1.

  • 13.04.15

    -Prevents catwm crash, with nest if, in increase() void.

    -Trivial changes in config.def.h, config.h, and catwm.1.

  • 11.04.15

    -Reactivated, header for multimedia keys.

  • 09.04.15

    -Minor changes in catwm.c

  • 08.04.15

    -Fixed possible "memory steal"

    -Reactivated cleanup() void.

    -Updated trivial things.

  • 01.04.15

    -Fixed stupid bug "ghost window".

    -Commented cleanup() void.

    -Updated trivial changes.

  • 26.07.14 -> v0.4

    -Minor changes in catwm.c

    -Added a x error handler (if other wm is running in the same display)...

    -Updated Makefile, in dwm's style

    -Added a config.mk to custom makefile flags, etc

    -Added a manpage aka catwm.1

    -Installation route is changed to /usr/local/...

    -Destroyed quit and bool_quit functions, are little boggus

    -"Adopted" cleanup() function, from monsterwm.c

  • 25.07.14

    -Minor changes in catwm.c

    -Added a x error handler (if other wm is running in the same display)...

  • 24.07.14

    -Minor changes in catwm.c

  • 23.07.14

    -Removed function client_to_desktop, more buggy o_O

    -Desktops are now 10 aka 10 tags or workspaces...

    -Added a quick, and dirty hack in unmapnotify, for molest resize if have, more windows with dialogs...

    -Added catkill function, to close X, in dwm's style

  • 22.07.14

    -About: catwm -v,

    -Removed a obsolete header,

    -changed volume keybindings.

  • 21.07.14

    -Numlock not affects keyboard shotcurts.

    -Multiple desktops works now ok,

    -Added space to use a toolbar, ex: dzen2

    -unmapnotify function, for, rares windows, ex: thunderbird, firefox...

    Before this, catwm crashes, with about dialogs or new window, from these windows..

  • 05.07.10 -> v0.3. Multiple desktops and correct some bugs

  • 30.06.10 -> v0.2. Back again \o/

  • 15.03.10 -> v0.2. The wm is functional -> I only use this wm!

  • 24.02.10 -> First release, v0.1. In this release 0.1, the wm is almost functional

Modes

It allow the "normal" modes of tiling window managers:

--------------
|        |___|
|        |___|
| Master |___|
|        |___|
|        |___|
--------------

Horizontal tiling mode:

-------------
|           |
|  Master   |
|-----------|
| W |   |   |
-------------

and fullscreen mode:

-------------
|           |
| no        |
| borders!  |
|           |
-------------

Installation

In debian and derivatives:

# apt-get install build-essential libx11-dev

If use slackware, archlinux, headers is present now, in default installation...

Need Xlib, then:

$ nano config.h

$ make

# make install

$ make clean

Needs

Bugs

  • No bugs for the moment ;) (I mean, no importants bugs ;)

Todo

If you have some particular request, just send me an e-mail, and I will see for it!

Here a screenshot: http://i.imgur.com/836W9nk.png

License

Licensed under GNU GPL version 3, see LICENSE file for more copyright and license information.

Thanks

catwm's People

Contributors

djmasde avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

catwm's Issues

config.mk patch

Can you please change config.mk to this?

--- config.mk   2015-12-23 19:25:44.393926264 -0800
+++ config.mk.new       2015-12-31 22:54:43.268674553 -0800
@@ -21,7 +21,7 @@
 # flags
 CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
 #CFLAGS = -g -std=c99 -Wall -O0 ${INCS} ${CPPFLAGS}
-CFLAGS = -std=c99 -Wall -Os ${INCS} ${CPPFLAGS}
+CFLAGS += -std=c99 -Wall -Os ${INCS} ${CPPFLAGS}
 #LDFLAGS = -g ${LIBS}
 LDFLAGS = -s ${LIBS}

It would make it easier for package maintainers. For example:

make # uses default cflags
make CFLAGS=$CFLAGS # overwrites default cflags
CFLAGS=$CFLAGS make # uses the defaults cflags + additional cflags

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.