3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos/modules/services/x11
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
..
desktop-managers cleanup redundant text in modules utilizing mkEnableOption 2019-04-20 14:44:02 +02:00
display-managers nixos/display-managers/startx: fix typos for startx option description 2019-04-21 07:46:37 +00:00
hardware Merge #42880: libinput: split .bin output 2018-08-30 15:29:32 +02:00
window-managers nixos/window-managers/i3: write config file to /etc/i3/config 2019-04-26 21:12:52 +02:00
colord.nix nixos/colord: don't run as root 2019-03-29 20:56:06 -04:00
compton.nix nixos/compton: fix corrupt colours with Mesa 18 on AMD 2018-10-19 01:10:11 +02:00
fractalart.nix
gdk-pixbuf.nix nixos: add preferLocalBuild=true; on derivations for config files 2019-02-22 20:11:27 +01:00
redshift.nix
terminal-server.nix
unclutter-xfixes.nix
unclutter.nix
urxvtd.nix urxvt: Allow switching out package 2019-01-07 07:35:20 -05:00
xautolock.nix nixos/xautolock: improve doc of time parameer 2019-02-09 20:47:01 +01:00
xbanish.nix
xfs.conf
xfs.nix
xserver.nix nixos docs: improve GPU driver documentation 2019-03-22 14:31:17 +01:00