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.
This commit is contained in:
2013-09-18 19:27:36 +02:00
parent 31ed7c9620
commit 263efe3000
8 changed files with 91 additions and 49 deletions

View File

@@ -126,7 +126,7 @@ set foldmethod=indent " fold according to indet
set foldnestmax=2 " fold a maximum of 2 levels
set nofoldenable " unfold everything by default
set scrolloff=5 " show context at the screen edges
set scrolloff=4 " show context at the screen edges
set showcmd " show (partial) command in the command line