Guile Really-Improved 3 Window Manager Fork of i3-wm with guile configuration
Go to file
Ingo Bürk dbafb3cf23 Properly close disabled outputs restored during a restart. (#2337)
If an output is disabled during a restart, for example because a binding
such as

    bindsym $mod+Shift+r exec "xrandr --auto", restart

is used, it can happen that we first write the layout to disk and only
then receive the RandR change events. This leads to a situation where
the restored tree will contain these outputs, but the restarted i3
process will not receive the RandR events, thus the internal output in i3
is marked disabled.

This patch finds these cases after a restart and force-disables the
affected outputs.

fixes #2326
2016-05-08 12:49:24 +02:00
.github Add issue template 2016-02-19 18:48:49 +01:00
contrib contrib: add per-workspace-layout.pl 2014-01-26 16:51:32 +01:00
debian
docs Do not count '\' in comment as line continuation (#2181) 2016-05-08 00:20:08 +02:00
i3-config-wizard
i3-dump-log
i3-input
i3-msg
i3-nagbar
i3bar
include Properly close disabled outputs restored during a restart. (#2337) 2016-05-08 12:49:24 +02:00
libi3
man Point out the default ipc message type in i3-msg.man 2016-04-04 08:47:07 +02:00
parser-specs
src
testcases
travis travis: snapshot git version before creating dist tarball 2016-05-02 08:49:16 +02:00
.clang-format
.gitignore
.travis.yml
DEPENDS
I3_VERSION initial (manual) version files check-in 2016-04-07 19:12:21 +02:00
LICENSE
Makefile
PACKAGE-MAINTAINER
RELEASE-NOTES-4.12 release i3 4.12 2016-03-06 16:17:15 +01:00
VERSION
common.mk
generate-command-parser.pl
i3-dmenu-desktop
i3-migrate-config-to-v4
i3-save-tree
i3-sensible-editor
i3-sensible-pager
i3-sensible-terminal
i3-with-shmlog.xsession.desktop
i3.applications.desktop
i3.config
i3.config.keycodes
i3.xsession.desktop
logo.svg
pseudo-doc.doxygen
release.sh