aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/window-managers/sway/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sway: Fix the build with wlroots 0.12.0Michael Weiss2020-11-081-1/+3
| | | | | Sway 1.5 isn't affected by the breaking changes of wlroots 0.12.0 so we can simply relax the version requirement.
* sway: 1.4 -> 1.5Michael Weiss2020-07-161-11/+21
|
* sway: Fix the GTK wrapper (#86960)Ely2020-05-081-2/+2
| | | Fixes #67704.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* sway: 1.2 -> 1.4Michael Weiss2020-01-221-2/+2
| | | | Changelog: https://github.com/swaywm/sway/releases/tag/1.4
* treewide: update which packages I'm currently maintainingMaximilian Bosch2019-12-261-1/+1
| | | | | | | | | | | | | | | | | | Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
* sway: refactor with a wrapperElyhaka2019-12-211-7/+5
|
* sway: 1.1.1 -> 1.2Michael Weiss2019-08-271-6/+2
|
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-221-2/+2
|
* sway: manually update version in meson.buildPatrick Hilhorst2019-06-041-0/+4
| | | | | | | | This wasn't done upstream. Adapted from: https://github.com/primeos/nixpkgs-primeos/blob/5956e993dd320183f943e72fd6ec200232900249/default.nix#L32-L34 Co-Authored-By: Michael Weiss <dev.primeos@gmail.com>
* sway: 1.0 -> 1.1.1Patrick Hilhorst2019-06-041-12/+9
|
* sway: Read the configuration from /etc before /nix/store (#60319)Michael Weiss2019-04-271-0/+1
| | | | | | This change will load all configuration files from /etc, to make it easy to override them, but fallback to /nix/store/.../etc/sway/config to make Sway work out-of-the-box with the default configuration on non NixOS systems.
* nixos/sway: Improve the module and adapt it to NixOSMichael Weiss2019-03-131-7/+6
| | | | | | | | | | | | | | | | | This commit contains the following changes: - nixos/sway: Remove the beta references - sway: Drop buildDocs - nixos/sway: Improve the documentation - sway,nixos/sway: Adapt Sway to NixOS - Copy the default configuration file to /etc/sway/config (Sway will still load the identical file from the Nix store but this makes it easier to copy the default configuration file). - This will also remove all references to the Nix store from the default configuration file as they will eventually be garbage collected which is a problem if the user copies it. - I've also decided to drop the default wallpaper (alternatively we could copy it to a fixed location). - nixos/sway: Drop the package option
* sway: Switch to 1.0Michael Weiss2019-03-121-15/+29
| | | | | | | | | | This is the result of executing: git mv -f pkgs/applications/window-managers/sway/beta.nix pkgs/applications/window-managers/sway/default.nix git mv -f nixos/modules/programs/sway-beta.nix nixos/modules/programs/sway.nix And removing sway-beta from the following files: pkgs/top-level/all-packages.nix nixos/modules/module-list.nix
* sway-beta: init at 1.0-beta1 (#48829)Patrick Hilhorst2018-10-231-1/+1
| | | | | * sway-beta: init at 1.0-beta1 * sway, sway-beta: use https url
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-181-2/+2
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* sway: 0.15.1 -> 0.15.2Vladyslav Mykhailichenko2018-04-131-2/+2
|
* sway: 0.15.0 -> 0.15.1dywedir2017-12-281-2/+2
|
* Make less known wayland compositors usable (#32285)gnidorah2017-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * bemenu: init at 2017-02-14 * velox: 2015-11-03 -> 2017-07-04 * orbment, velox: don't expose subprojects the development of orbment and velox got stuck their subprojects (bemenu, dmenu-wayland, st-wayland) don't work correctly outside of parent projects so hide them to not confuse people swc and wld libraries are unpopular and unlike wlc are not used by anything except velox * pythonPackages.pydbus: init at 0.6.0 * way-cooler: 0.5.2 -> 0.6.2 * nixos/way-cooler: add module * dconf module: use for wayland non-invasive approach for #31293 see discussion at #32210 * sway: embed LD_LIBRARY_PATH for #32755 * way-cooler: switch from buildRustPackage to buildRustCrate #31150
* sway: 0.14.0 -> 0.15.0dywedir2017-11-071-4/+4
|
* sway: cleanupgnidorah2017-10-251-19/+9
|
* sway: 0.13.0 -> 0.14.0Samuel Leathers2017-10-161-5/+3
|
* wlc: Downgrade back to 0.0.9Michael Weiss2017-09-271-15/+3
| | | | | | | | Unfortunately wlc 0.0.10 seems to be the cause for segfaults on sway, way-cooler and orbment. This will also build wlc with all optional packages (i.e. zlib, valgrind and doxygen).
* sway: Fix the buildMichael Weiss2017-09-261-32/+51
| | | | | | | | | | | While the last wlc upgrade (05d79c03ec36f8d49d1e2bf2b750c3943c348377) makes it possible to build sway 0.14.0 it also breaks the current build of sway 0.13.0. Unfortunately sway 0.14.0 segfaults on launch and I couldn't fix it yet (there are multiple upstream issues as well). I'll overwrite the wlc version for sway in order to have a usable version in nixpkgs for the meantime.
* sway: 0.12.2 -> 0.13.0Chris Duncan2017-07-101-2/+2
|
* sway: Add cmake version number flagChris Duncan2017-07-101-0/+1
|
* sway: Add pam, gdk_pixbuf build inputsChris Duncan2017-07-101-2/+2
|
* sway: Add xwayland build inputTim Steinbach2017-04-051-1/+2
|
* sway: 0.11 -> 0.12.2Tim Steinbach2017-04-041-2/+2
|
* sway: 0.9 -> 0.11 (#22835)Jaanus Torp2017-02-151-4/+4
|
* sway: 0.8 -> 0.9Ignat Loskutov2016-09-041-2/+2
|
* sway: 0.7 -> 0.8 (#17026)Langston Barrett2016-07-171-36/+38
|
* sway: 2016-02-08 -> 0.7Domen Kožar2016-06-011-7/+6
|
* sway: fix buildJoachim Fasting2016-03-141-14/+16
| | | | | | | | | | | | Building the manual requires docbook_xsl; in sandboxed environments, the build would fail due to being unable to download missing docbook resources. Also include some minor improvements to the build recipe: - use fetchFromGitHub - move build-time dependencies to nativeBuildInputs xref: https://github.com/NixOS/nixpkgs/pull/13900
* wayland window managers: orbment, sway, velox -> latest gittg(x)2016-02-091-2/+4
|
* wayland window managers: orbment, sway, veloxtg(x)2016-02-091-0/+38