Guile Really-Improved 3 Window Manager Fork of i3-wm with guile configuration
 
 
 
 
 
 
Go to file
Michael Stapelberg ce7d256d05 Revert "Check if output is disabled in handle_output()"
This reverts commit e71c304444.

It turns out that several users have workflows in which they turn off
their monitors without using e.g. `xrandr --output DP-1 --off`. The
result is that the monitors are disconnected, but not disabled.

With commit e71c304444, i3 started to see
these two states as one and the same state, but that causes more harm
than it does good. For example, for some users with only one monitor, i3
would just exit when these users turned off their monitor.

related to #1858, #1839

fixes #1845
2015-09-08 09:13:31 +02:00
contrib contrib: add per-workspace-layout.pl 2014-01-26 16:51:32 +01:00
debian Update debian/changelog 2015-03-29 18:08:59 +02:00
docs userguide: quoted strings need to be used, escaping isn’t possible 2015-07-30 21:37:04 +02:00
i3-config-wizard Make wizard window size and click coordinates dependent on font 2015-03-28 15:35:19 -04:00
i3-dump-log Add a safe wrapper for write and fix some warnings 2015-03-29 10:22:34 +08:00
i3-input update default fonts for i3-{input,config-wizard,nagbar} 2015-03-26 10:03:30 +01:00
i3-msg i3-msg: strdup getenv() result before freeing 2015-09-08 09:13:26 +02:00
i3-nagbar Merge pull request #1575 from hwangcc23/next 2015-03-29 16:53:14 +02:00
i3bar i3bar: fix freeing static strings 2015-07-30 21:42:44 +02:00
include Move mkdirp into libi3 2015-07-30 21:41:20 +02:00
libi3 mkdirp: do not throw an error if directory exists 2015-07-30 21:41:24 +02:00
man release i3 4.10.3 2015-07-30 22:26:58 +02:00
parser-specs Merge pull request #1580 from Airblader/feature-nop 2015-03-27 09:39:28 +01:00
src Revert "Check if output is disabled in handle_output()" 2015-09-08 09:13:31 +02:00
testcases Initialize workspace rect to the output's upon creation 2015-07-30 21:36:04 +02:00
tests clang-format-3.5 **/*.h **/*.c 2014-06-19 11:20:32 +02:00
.clang-format clang-format: don’t define ForeachMacros 2014-06-19 11:17:46 +02:00
.gitignore ignore symbol files on OS X (only for debugging, breaks git-add -A) 2013-11-26 19:56:59 +01:00
.travis.yml travis: remove FORTIFY_SOURCE, causes trouble with clang 2015-03-29 17:20:11 +02:00
CONTRIBUTING.md CONTRIBUTING: document people should use the `next` branch 2015-02-12 08:59:33 +01:00
DEPENDS make AnyEvent::I3 dependency versioned (Thanks sur5r) 2014-08-05 11:49:16 +02:00
LICENSE remove obsolete CMDMODE and TODO files, update LICENSE 2011-10-08 15:18:04 +01:00
Makefile fix “make dist” target 2014-05-04 23:07:53 +02:00
PACKAGE-MAINTAINER Introduce the i3-sensible-{pager,editor,terminal} scripts 2011-09-25 18:46:37 +01:00
RELEASE-NOTES-4.10.3 release i3 4.10.3 2015-07-30 22:26:58 +02:00
common.mk Switch to xcb-xkb and libxkbcommon 2014-06-21 19:10:37 +02:00
generate-command-parser.pl Change the names of parser result structs 2014-05-20 19:59:01 +02:00
i3-dmenu-desktop Fix comment box 2015-03-12 11:18:12 +01:00
i3-migrate-config-to-v4 degendered terms 2015-03-11 21:41:43 -07:00
i3-save-tree Allow referencing the workspace by number. 2015-03-21 17:10:20 +01:00
i3-sensible-editor Use command -v (built-in) instead of which(1) (Thanks val) 2014-10-23 23:05:01 +02:00
i3-sensible-pager Use command -v (built-in) instead of which(1) (Thanks val) 2014-10-23 23:05:01 +02:00
i3-sensible-terminal i3-sensible-terminal: launch i3-nagbar when no terminal is found 2015-03-26 09:21:40 +01:00
i3-with-shmlog.xsession.desktop enable shmlog when invoked as i3-with-shmlog, install symlink + .desktop file 2014-01-04 12:18:45 +01:00
i3.applications.desktop Add 'NoDisplay=true' to i3.application.desktop 2013-06-12 19:47:57 +02:00
i3.config degendered terms 2015-03-11 21:41:43 -07:00
i3.config.keycodes Config: use default system monospace 2015-02-21 17:34:26 -05:00
i3.xsession.desktop set DesktopNames (which gdm uses) (Thanks Yves-Alexis) 2014-10-23 23:18:15 +02:00
logo.svg s/i3.zekjur.net/i3wm.org/g 2011-08-28 17:44:42 +02:00
pseudo-doc.doxygen s/i3.zekjur.net/i3wm.org/g 2011-08-28 17:44:42 +02:00
release.sh prepare release.sh for 4.10.1 2015-03-29 18:53:55 +02:00