Guile Really-Improved 3 Window Manager Fork of i3-wm with guile configuration
Go to file
Michael Stapelberg ff86f35f05 Bugfix: use the global root variable, don’t get the first one (Thanks quaec)
The case of an X11 server having multiple displays is handled correctly by the
code in src/mainx.c. However, due to some functions not being correctly
refactored and still getting the first screen (and also the first root window)
from the XCB connection, i3 was operating on the wrong root window.
2010-09-09 15:34:13 +02:00
debian debian: add i3-wm.wm for dh_installwm to repository 2010-07-24 12:19:53 +02:00
docs docs: add reference card (by Zeus Panchenko) 2010-07-23 21:38:42 +02:00
i3-input secure strcpy by replacing with strncpy 2010-07-24 12:14:00 +02:00
i3-msg secure strcpy by replacing with strncpy 2010-07-24 12:14:00 +02:00
include Set some more atoms for _NET_SUPPORTED (Thanks lexszero) 2010-09-01 16:23:18 +02:00
man manpage: update version 2010-03-27 16:05:56 +01:00
src Bugfix: use the global root variable, don’t get the first one (Thanks quaec) 2010-09-09 15:34:13 +02:00
testcases make testcases use AnyEvent::I3 2010-03-27 15:20:38 +01:00
tests Separate font stuff to font.c, beautify Makefile 2009-02-08 11:25:32 +01:00
website website: add refs to new documentation 2010-03-30 13:36:08 +02:00
.gitignore expand .gitignore (Thanks madroach) 2010-07-24 12:19:31 +02:00
CMDMODE docs: merge spelling and grammar fixes by sasha (Thanks!) 2010-03-21 01:50:10 +01:00
DEPENDS docs: merge spelling and grammar fixes by sasha (Thanks!) 2010-03-21 01:50:10 +01: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 Exclude docs/*.svg from dist tarball 2010-03-30 13:25:25 +02:00
PACKAGE-MAINTAINER docs: merge spelling and grammar fixes by sasha (Thanks!) 2010-03-21 01:50:10 +01:00
RELEASE-NOTES-3.a-bf1 Add release notes to git, welcome 3.a-bf1 :-) 2009-05-03 17:24:07 +02:00
RELEASE-NOTES-3.b debian: update changelog 2009-06-26 04:42:58 +02:00
RELEASE-NOTES-3.c Add release notes for 3.γ 2009-08-19 14:00:49 +02:00
RELEASE-NOTES-3.d Update changelog / release-notes 2009-11-09 20:54:16 +01:00
RELEASE-NOTES-3.d-bf1 Add release notes for 3.δ-bf1 2009-12-21 22:42:59 +01:00
RELEASE-NOTES-3.e Add release notes for 3.ε 2010-03-30 13:13:51 +02:00
TODO Update TODO file 2009-04-19 20:45:28 +02:00
common.mk Look for $SYSCONFDIR/i3/config instead of hard-coded /etc/i3/config (Thanks Don) 2010-07-31 15:04:13 +02:00
i3-wsbar Reset the color to the default color, don't harcode white. 2010-06-25 00:46:10 +02:00
i3.config ipc: change default socket path to ~/.i3/ipc.sock, enable in default config 2010-03-27 14:43:36 +01:00
i3.desktop Add a .desktop-file containing xsession information for freedesktop compliant login managers 2009-04-19 22:29:04 +02:00
i3.welcome docs: merge spelling and grammar fixes by sasha (Thanks!) 2010-03-21 01:50:10 +01:00
logo.svg Add logo to git. Thanks to steckdenis, yellowiscool and farvardin! 2009-08-04 01:40:05 +02:00
pseudo-doc.doxygen Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00