mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-15 20:27:38 +01:00
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. |
||
|---|---|---|
| .. | ||
| 2bwm.nix | ||
| afterstep.nix | ||
| awesome.nix | ||
| bspwm.nix | ||
| clfswm.nix | ||
| default.nix | ||
| dwm.nix | ||
| evilwm.nix | ||
| exwm.nix | ||
| fluxbox.nix | ||
| fvwm.nix | ||
| herbstluftwm.nix | ||
| i3.nix | ||
| icewm.nix | ||
| jwm.nix | ||
| metacity.nix | ||
| mwm.nix | ||
| none.nix | ||
| notion.nix | ||
| openbox.nix | ||
| oroborus.nix | ||
| pekwm.nix | ||
| qtile.nix | ||
| ratpoison.nix | ||
| sawfish.nix | ||
| spectrwm.nix | ||
| stumpwm.nix | ||
| twm.nix | ||
| windowlab.nix | ||
| windowmaker.nix | ||
| wmii.nix | ||
| xmonad.nix | ||