Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 19d1dc9ab8f4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 03fb00d56517
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 26, 2019

  1. 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.
    Ma27 committed Apr 26, 2019
    Copy the full SHA
    a1ffabe View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Merge pull request #60223 from Ma27/write-i3cfg-to-etc

    nixos/window-managers/i3: write config file to `/etc/i3/config`
    teto committed Apr 27, 2019
    Copy the full SHA
    03fb00d View commit details
    Browse the repository at this point in the history