Guile Really-Improved 3 Window Manager Fork of i3-wm with guile configuration
Go to file
Michael Stapelberg aace42cd7a Bugfix: Don’t crash anymore when moving focus to another screen (Thanks, Mirko!)
This fixes ticket #24. The crash appeared only under special conditions:
- The screen on which you switch to must be empty or at least not as
  full as the screen on which you were before.
- You switch focus using your mouse.
- You previously selected a column/row which is not availably on the
  destination screen (for example (1,1) and switching to an empty
  screen).
2009-04-10 21:29:25 +02:00
debian Debian: Create package i3-wm-dbg with debug symbols (thanks sur5r) 2009-04-08 12:21:20 +02:00
docs Cleanup makefiles, add version to i3 -v and i3 startup 2009-03-15 23:15:16 +01:00
include Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00
man Update manpage 2009-03-16 08:18:52 +01:00
src Bugfix: Don’t crash anymore when moving focus to another screen (Thanks, Mirko!) 2009-04-10 21:29:25 +02:00
tests Separate font stuff to font.c, beautify Makefile 2009-02-08 11:25:32 +01:00
website Website: Sitemap should contain URLs without redirects 2009-03-22 23:47:20 +01:00
.gitignore Separate font stuff to font.c, beautify Makefile 2009-02-08 11:25:32 +01:00
CMDMODE Implement kill-command to kill the current window, document it 2009-03-14 22:09:36 +01:00
DEPENDS Add docbook-xml as build dependency, revert last commit 2009-03-14 18:55:47 +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 Bugfix: Correctly filter out the numlock state bit (doesn’t get cleared for some reason) 2009-03-27 15:24:52 +01:00
PACKAGE-MAINTAINER Add file PACKAGE-MAINTAINERS with hints for package maintainers 2009-03-14 01:30:37 +01:00
RFC Adjust RFC/TODO, forgot _GNU_SOURCE in layout.c 2009-02-13 19:15:32 +01:00
TODO Update TODO, fix parsing in commandmode for moving windows to workspaces vs. switching 2009-02-28 02:46:36 +01:00
i3.config Implement kill-command to kill the current window, document it 2009-03-14 22:09:36 +01:00
pseudo-doc.doxygen Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00