nixpkgs/nixos/modules/services/x11/window-managers
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
..
2bwm.nix
afterstep.nix
awesome.nix nixos/awesome: Add noArgb option 2018-06-13 19:47:26 +02:00
bspwm.nix
clfswm.nix
default.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
dwm.nix nixos dwm: start user installed dwm if available 2019-03-11 20:18:08 +01:00
evilwm.nix
exwm.nix
fluxbox.nix
fvwm.nix
herbstluftwm.nix
i3.nix nixos/window-managers/i3: write config file to /etc/i3/config 2019-04-26 21:12:52 +02:00
icewm.nix
jwm.nix
metacity.nix nixos/metacity: switch to gnome3.metacity 2018-08-09 17:36:47 +02:00
mwm.nix
none.nix
notion.nix
openbox.nix [bot] treewide: remove unused 'inherit' in let blocks 2018-07-20 19:38:19 +00:00
oroborus.nix
pekwm.nix
qtile.nix
ratpoison.nix
sawfish.nix
spectrwm.nix
stumpwm.nix nixos: stumpwm: switch from package marked as broken to working quicklisp package (#40501) 2018-05-14 18:37:53 +02:00
twm.nix
windowlab.nix
windowmaker.nix
wmii.nix Merge pull request #43863 from volth/unused4 2018-07-21 16:39:08 +01:00
xmonad.nix