Guile Really-Improved 3 Window Manager Fork of i3-wm with guile configuration
 
 
 
 
 
 
Go to file
Michael Stapelberg 6ca9210335 Bugfix: Properly integrate libxcb’s event loop into libev.
Fixes a race condition with GIMP (where it configured its window,
sent the map request and waited for the window to get mapped, but
i3 didn’t get the event until another one was sent (key binding for
example)).

The new solution is much better as it properly hands off all
the work to xcb_poll_for_event.

Inspired by awesome, which uses the same mechanism. Thanks.
2009-06-21 13:05:54 +02:00
debian debian: Include additional documentation in the package (docs/) 2009-06-13 00:34:36 +02:00
docs Implement the special workspace ~ for assignments, which will set clients floating automatically 2009-06-19 20:20:00 +02:00
include floating: Don’t let clients become hidden under stack windows or fulscreen clients (Thanks Mirko) 2009-06-19 23:18:43 +02:00
man Don’t process autostart when restarting (new parameter -a) 2009-05-26 17:09:34 +02:00
src Bugfix: Properly integrate libxcb’s event loop into libev. 2009-06-21 13:05:54 +02:00
tests Separate font stuff to font.c, beautify Makefile 2009-02-08 11:25:32 +01:00
website Add new screenshot by atsutane 2009-06-05 22:56:58 +02:00
.gitignore Separate font stuff to font.c, beautify Makefile 2009-02-08 11:25:32 +01:00
CMDMODE Implement a command to travel the focusstack. This can be used like a jumpback. 2009-05-05 17:25:56 +02:00
DEPENDS Update DEPENDS file (add libev, update URLs) 2009-06-01 21:02:32 +02:00
GOALS Add GOALS file with anti-autotools 2009-02-09 20:56:29 +01:00
LICENSE Add vim hints, copyright notice to each file, add LICENSE, retab! everything 2009-02-14 02:33:31 +01:00
Makefile Switch to libev for the event loop to build a base for IPC stuff. Please test! 2009-06-01 20:59:40 +02:00
PACKAGE-MAINTAINER Add file PACKAGE-MAINTAINERS with hints for package maintainers 2009-03-14 01:30:37 +01:00
RELEASE-NOTES-3.a-bf1 Add release notes to git, welcome 3.a-bf1 :-) 2009-05-03 17:24:07 +02:00
TODO Update TODO file 2009-04-19 20:45:28 +02:00
i3.config Document binding on Mode_switch in userguide, be more verbose in config 2009-05-26 17:37:56 +02:00
i3.desktop Add a .desktop-file containing xsession information for freedesktop compliant login managers 2009-04-19 22:29:04 +02:00
pseudo-doc.doxygen Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00