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 fractalart service: init, Generate wallpapers (#23231) 2017-11-13 19:56:08 +01:00
gdk-pixbuf.nix nixos: add preferLocalBuild=true; on derivations for config files 2019-02-22 20:11:27 +01:00
redshift.nix redshift: install desktop files, and use absolute paths in them to avoid confusing geoclue agent 2018-08-14 15:53:39 +01:00
terminal-server.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
unclutter-xfixes.nix nixos/xsession: use graphical systemd user target 2017-05-29 15:05:28 +02:00
unclutter.nix nixos/xsession: use graphical systemd user target 2017-05-29 15:05:28 +02:00
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 nixos/xsession: use graphical systemd user target 2017-05-29 15:05:28 +02:00
xfs.conf Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
xfs.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
xserver.nix nixos docs: improve GPU driver documentation 2019-03-22 14:31:17 +01:00