Commit Graph

9 Commits

Author SHA1 Message Date
37ca41da60 Fix path to default i3 config. 2014-12-07 01:12:35 +01:00
470fc8f1f1 Put i3 session config into "~/.var/run/i3/". 2014-12-07 01:07:58 +01:00
f04a4da714 Changes. 2014-12-07 01:00:12 +01:00
2a806ad7ae Changes. And more changes. 2014-07-26 20:37:59 +02:00
9edf0df781 Remove log directory checks in scripts, are now handled by setup script. 2014-04-26 16:49:53 +02:00
95f5781a21 Changed lots of things, too lazy to comment it all. 2014-04-22 22:18:04 +02:00
2e85f7d684 Update i3 configuration, move session commands in xinitrc. 2014-04-17 19:35:04 +02:00
d5fdd8f7b5 Moved .i3/genconfig.bash into appropriate location. 2013-09-20 23:28:19 +02:00
5caefa1b2b Added dynamic config generation for i3.
The script genconfig.bash concatenates the main configuration file with
a host specific one to create a session-specific configration file that
is then passed to i3. It therefore has to be called in .xinitrc or
something comparable before starting i3. If no host specific
configuration is found, a default file will be used instead. This is
useful for providing default that should not go into the main
configuration file, maybe because they are incompatible with some host
specific settings. For example a default bar{} block goes there, as if
this was in the main config, two i3bar instances would be started when a
host specific config specifies its own.
2013-09-18 20:07:35 +02:00