3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos/modules/services
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
..
admin cleanup redundant text in modules utilizing mkEnableOption 2019-04-20 14:44:02 +02:00
amqp nixos/rabbitmq: replace deprecated usage of PermissionsStartOnly 2019-04-13 07:00:57 -04:00
audio nixos/mpd: replace deprecated usage of PermissionsStartOnly 2019-04-13 07:00:56 -04:00
backup Merge pull request #59381 from aanderse/automysqlbackup 2019-04-22 08:30:23 -04:00
cluster cleanup redundant text in modules utilizing mkEnableOption 2019-04-20 14:44:02 +02:00
computing
continuous-integration buildbot: 1.8.1 -> 2.1.0 2019-03-22 18:43:15 -04:00
databases nixos/influxdb: replace deprecated usage of PermissionsStartOnly 2019-04-13 07:00:59 -04:00
desktops cleanup redundant text in modules utilizing mkEnableOption 2019-04-20 14:44:02 +02:00
development
editors
games
hardware cleanup redundant text in modules utilizing mkEnableOption 2019-04-20 14:44:02 +02:00
logging nixos: add preferLocalBuild=true; on derivations for config files 2019-02-22 20:11:27 +01:00
mail cleanup redundant text in modules utilizing mkEnableOption 2019-04-20 14:44:02 +02:00
misc plex: rewrite to use FHS userenv 2019-04-23 20:19:33 -07:00
monitoring treewide: Use HTTPS for readthedocs URLs 2019-04-22 20:46:18 +02:00
network-filesystems nixos/ipfs: replace deprecated usage of PermissionsStartOnly 2019-04-13 07:00:59 -04:00
networking Merge pull request #53043 from exi/wg-quick 2019-04-24 17:16:32 +00:00
printing nixos/cups: /var/run -> /run 2019-03-24 21:15:30 +01:00
scheduling Merge pull request #51918 from bobvanderlinden/var-run 2019-04-07 20:09:46 +02:00
search cleanup redundant text in modules utilizing mkEnableOption 2019-04-20 14:44:02 +02:00
security nixos/bitwarden_rs: init 2019-04-23 23:46:57 +02:00
system
torrent nixos/peerflix: replace deprecated usage of PermissionsStartOnly 2019-04-13 07:01:00 -04:00
ttys nixos: add preferLocalBuild=true; on derivations for config files 2019-02-22 20:11:27 +01:00
web-apps nixos/codimd: replace deprecated usage of PermissionsStartOnly 2019-04-13 07:00:58 -04:00
web-servers nixos/traefik: replace deprecated usage of PermissionsStartOnly 2019-04-13 07:00:58 -04:00
x11 nixos/window-managers/i3: write config file to /etc/i3/config 2019-04-26 21:12:52 +02:00