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: 0df4dad270f1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b9535664c7ca
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 18, 2019

  1. wlr-randr: init at unstable-2019-03-21

    This is a simple clone of `xrandr` for wayland and is recommended by
    sway's wiki[1] as replacement for `xrandr`.
    
    Although the package is not stable yet, it's written by some sway
    developers and appears to work pretty well.
    
    When adding an additional monitor to your laptop (with the laptop being
    "below" the monitor), this can be configured like this:
    
    ```
    wlr-randr --output eDP-1 --on --pos 0,1080 --output HDMI-A-1 --on --pos 0,0
    ```
    
    [1] https://github.com/swaywm/sway/wiki/i3-Migration-Guide#common-xorg-apps-used-on-i3-with-wayland-alternatives
    Ma27 committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    4291d17 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Merge pull request #69019 from Ma27/package-wlr-randr

    wlr-randr: init at unstable-2019-03-21
    Ma27 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    b953566 View commit details
    Browse the repository at this point in the history