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: 4e1f8e4e3193
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2e98177bd79b
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 21, 2020

  1. spotify: support --force-device-scale-factor

    Add a Spotify wrapper with a `deviceScaleFactor` argument to set the
    `--force-device-scale-factor` flag for high-DPI displays. If unset,
    nothing is added.
    
    This allows e.g.
    
       spotify.override { deviceScaleFactor = 1.66; }
    
    Uses a separate wrapper derivation as suggested by @Ma27.
    Uses `wrapProgram` instead of `makeWrapper` as suggested by @Ma27.
    9999years committed Sep 21, 2020
    Copy the full SHA
    4f03644 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98350 from 9999years/spotify-device-scale-factor

    spotify: support --force-device-scale-factor for high-DPI displays
    Ma27 committed Sep 21, 2020
    Copy the full SHA
    2e98177 View commit details
    Browse the repository at this point in the history