Guile Really-Improved 3 Window Manager Fork of i3-wm with guile configuration
 
 
 
 
 
 
Go to file
aszlig 9058fc44e6 Allow to validate the config file without X.
We're going to call parse_configuration() very early if -C is given on
the command line. Instead of the previous "only_check_config", which has
been a global variable, we now simply pass use_nagbar as false if we're
just validating.

This causes the whole parsing to run without X and of course without
starting nagbar and displaying the errors to standard out/error instead.

The return code of parse_configuration() is now a boolean which
represents whether an error occured during parsing and the programs exit
code is returned accordingly.

Although the config parser still has a lot of side-effects, we now can
parse without the need to have an XCB connection. A nicer implementation
would be to just set the new font and load it just after we're done
parsing, but to ensure we don't break functionality we just load a dummy
FONT_TYPE_NONE if XCB isn't available. The main reason for going this
route is that it's a bit difficult to test fonts in a distribution
agnostic way without bundling fonts with i3 (or Xdummy to be more
exact).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-25 19:34:26 +02:00
contrib contrib: add per-workspace-layout.pl 2014-01-26 16:51:32 +01:00
debian make AnyEvent::I3 dependency versioned (Thanks sur5r) 2014-08-05 11:49:16 +02:00
docs i3bar: implement custom mouse wheel commands 2014-07-10 22:40:12 +02:00
i3-config-wizard Switch to xcb-xkb and libxkbcommon 2014-06-21 19:10:37 +02:00
i3-dump-log format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
i3-input clang-format-3.5 **/*.h **/*.c 2014-06-19 11:20:32 +02:00
i3-msg format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
i3-nagbar clang-format-3.5 **/*.h **/*.c 2014-06-19 11:20:32 +02:00
i3bar Merge branch 'master' into next 2014-07-24 10:11:34 +02:00
include Allow to validate the config file without X. 2014-08-25 19:34:26 +02:00
libi3 Allow to validate the config file without X. 2014-08-25 19:34:26 +02:00
man man: bump version to 4.8 2014-06-15 19:12:16 +02:00
parser-specs Parse tray_output as a word, not string (Thanks Peter) 2014-08-25 17:55:59 +02:00
src Allow to validate the config file without X. 2014-08-25 19:34:26 +02:00
testcases Allow to validate the config file without X. 2014-08-25 19:34:26 +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
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.8 add .clang-format, to be used with clang-format-3.5 2014-06-15 19:05:01 +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 Bugfix: i3-dmenu-desktop: quote path (Thanks nikolaus) 2014-07-11 09:51:05 +02:00
i3-migrate-config-to-v4 i3-migrate-config-to-v4: use layout toggle split (Thanks eeemsi) 2012-08-04 12:46:37 +02:00
i3-save-tree Bugfix: interpret commandline parameters as utf-8 2014-06-25 10:00:23 +02:00
i3-sensible-editor update i3-sensible-* (Thanks Han) 2011-12-29 00:01:49 +01:00
i3-sensible-pager update i3-sensible-* (Thanks Han) 2011-12-29 00:01:49 +01:00
i3-sensible-terminal Add xfce4-terminal to i3-sensible-terminal 2012-08-02 15:20:17 +02: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 default config: use `set` for directions 2014-06-13 20:01:18 +02:00
i3.config.keycodes also change the default font in i3.config.keycodes 2014-06-13 20:02:34 +02:00
i3.xsession.desktop Bugfix: Typo in i3.xsession.desktop TryExec rule. 2014-06-11 23:26:43 +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