Guile Really-Improved 3 Window Manager Fork of i3-wm with guile configuration
Go to file
Orestis Floros cdf5ccbed8
hacking-howto: Update 'data structures' section
- Includes updated bigpicture.png from dump-asy.pl script
- The X11 root window is not a container
- Adds some extra information

bigpicture.png is created by converting the .asy to an .eps with `asy
bigpicture .eps` and then using the following gs command:
gs -dSAFER -dBATCH -dNOPAUSE -dEPSCrop -r600 -sDEVICE=pngalpha -sOutputFile=bigpicture.png bigpicture.eps
2020-05-06 17:25:28 +02:00
.github
AnyEvent-I3 introduce the sync IPC command 2018-03-30 21:09:52 +02:00
contrib dump-asy.pl: Include floating_nodes 2018-09-14 14:05:51 +03:00
debian Update debian/changelog 2020-04-22 09:24:59 +02:00
docs hacking-howto: Update 'data structures' section 2020-05-06 17:25:28 +02:00
etc
i3-config-wizard
i3-dump-log
i3-input
i3-msg
i3-nagbar
i3bar Remove unused headers 2020-04-20 04:25:06 +02:00
include
libi3 Fix #ifndef statements: HAVE_ variables are all upper case 2020-04-30 18:20:51 +02:00
m4
man Add proper return code for i3-msg 2019-02-21 19:52:55 +00:00
parser-specs Extend tiling/floating criteria with optional auto/user values (#4006) 2020-04-12 13:49:08 +02:00
share Move/rename config files/.desktop files into subdirs 2016-10-23 21:09:24 +02:00
src Merge pull request #3969 from ghost/patch-1 2020-05-01 09:47:25 +02:00
testcases Merge pull request #4041 from orestisfl/floating_enable-bool 2020-04-30 09:04:22 +02:00
travis travis: Dockerfile: Add build-essential (#4065) 2020-05-05 17:37:32 +02:00
.clang-format
.editorconfig
.gitignore
.travis.yml
DEPENDS
I3_VERSION
LICENSE Remove copyright year range from License 2016-01-17 16:25:54 +05:30
Makefile.am
PACKAGE-MAINTAINER
README.md
RELEASE-NOTES-4.18.1
RELEASE-NOTES-next
configure.ac
generate-command-parser.pl
i3-dmenu-desktop
i3-migrate-config-to-v4
i3-save-tree
i3-sensible-editor
i3-sensible-pager
i3-sensible-terminal
logo.svg
pseudo-doc.doxygen
release.sh

README.md

Logo i3: A tiling window manager

Build Status Issue Stats Pull Request Stats

i3 is a tiling window manager for X11.

For more information about i3, please see the project's website and online documentation.

For information about contributing to i3, please see CONTRIBUTING.md.