Maximilian Bosch a1ffabe4de
nixos/window-managers/i3: write config file to /etc/i3/config
The default config of i3 provides a key binding to reload, so changes
take effect immediately:

```
bindsym $mod+Shift+c reload
```

Unfortunately the current module uses the store path of the `configFile`
option. So when I change the config in NixOS, a store path will be
created, but the current i3 process will continue to use the old one,
hence a restart of i3 is required currently.

This change links the config to `/etc/i3/config` and alters the X
startup script accordingly so after each rebuild, the config can be
reloaded.
2019-04-26 21:12:52 +02:00
..
2018-06-13 19:47:26 +02:00
2016-03-07 16:07:13 -03:00
2016-07-28 01:33:45 +03:00
2015-07-23 13:50:26 -03:00
2016-07-09 22:26:24 -03:00
2015-12-30 11:10:30 +01:00