Guile Really-Improved 3 Window Manager Fork of i3-wm with guile configuration
 
 
 
 
 
 
Go to file
Michael Stapelberg 18da0a3017 Bugfix: Force reconfiguration of all windows on workspaces which needed to be re-assigned (Thanks Mirko)
When you disable a Xinerama screen (think of removing a video projector),
the workspaces of that screen need to be re-assigned to another screen.
Previously, the clients affected by this re-assignment did not get re-
configured, which made them appear on the next screen which got configured
at the position of the old one again if you did not switch to the reassigned
workspace before.

So, to reproduce it:
xrandr --output VGA --mode 1280x1024 --right-of LVDS
move windows to the new workspace
xrandr --output VGA --off
xrandr --output VGA --mode 1280x1024 --right-of LVDS

This fixes ticket #36
2009-05-09 13:04:34 +02:00
debian Debian: Update build-dependencies (Thanks Ned), s/Source-Version/binary:Version for debug package 2009-05-08 12:10:07 +02:00
docs Some more work on the how to hack documentation 2009-04-30 17:27:58 +02:00
include Bugfix: Force reconfiguration of all windows on workspaces which needed to be re-assigned (Thanks Mirko) 2009-05-09 13:04:34 +02:00
man manpage: Fix wrong keybindings 2009-05-03 16:52:53 +02:00
src Bugfix: Force reconfiguration of all windows on workspaces which needed to be re-assigned (Thanks Mirko) 2009-05-09 13:04:34 +02:00
tests Separate font stuff to font.c, beautify Makefile 2009-02-08 11:25:32 +01:00
website website: add screenshot by Atsutane 2009-05-03 23:09:18 +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 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 Makefile: Correctly create dist package 2009-05-03 17:16:12 +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 Implement kill-command to kill the current window, document it 2009-03-14 22:09: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
pseudo-doc.doxygen Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00