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: cfc016c7cd20
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 641a62305305
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on May 18, 2018

  1. nixos/xss-lock: add module (#40619)

    `xsslock` (which was originally packaged in 6cb1d1a)
    is a simple screensaver which connects a given screen locker (e.g.
    `i3lock`) with `logind`. Whenever `loginctl lock-sessions` is invoked
    the locker will be used to lock the screen. This works with its power
    management features (e.g. `lid switch`) as well, so the PC can be locked
    automatically when the lid is closed.
    
    The module can be used like this:
    
    ```
    {
      services.xserver.enable = true;
    
      programs.xss-lock.enable = true;
      programs.xss-lock.lockerCommand = "i3lock";
    }
    ```
    Ma27 authored and xeji committed May 18, 2018
    Configuration menu
    Copy the full SHA
    641a623 View commit details
    Browse the repository at this point in the history