nixpkgs/nixos/modules
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
..
config Merge master into staging-next 2019-04-07 08:33:41 +02:00
hardware Merge pull request #57337 from peterhoeg/m/logitech 2019-04-03 21:19:56 +08:00
i18n/input-method docs: format 2018-09-29 20:51:11 -04:00
installer Merge pull request #59435 from furrycatherder/fix-tarball 2019-04-20 20:58:42 -04:00
misc Use same user for both prometheus 1 and 2. Use StateDirectory. 2019-03-25 14:49:22 +01:00
profiles profiles/graphical.nix: Enable pulseaudio for virtualbox appliances 2019-02-22 07:23:59 +01:00
programs Merge pull request #51918 from bobvanderlinden/var-run 2019-04-07 20:09:46 +02:00
security nixos/hardened: split description of allowUserNamespaces into paras 2019-04-21 13:11:25 +02:00
services nixos/window-managers/i3: write config file to /etc/i3/config 2019-04-26 21:12:52 +02:00
system Merge pull request #49537 from mayflower/stage1-symlink-fix 2019-04-18 17:59:08 +02:00
tasks cleanup redundant text in modules utilizing mkEnableOption 2019-04-20 14:44:02 +02:00
testing types.optionSet: deprecate and remove last usages 2019-01-31 00:41:10 +02:00
virtualisation nixos/virtualbox: Fixes configuration to evaluate 2019-04-20 23:04:13 -04:00
module-list.nix Merge pull request #53043 from exi/wg-quick 2019-04-24 17:16:32 +00:00
rename.nix nixos/prometheus/alertmanager: use DynamicUser instead of nobody 2019-04-10 20:38:40 +02:00