summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers
AgeCommit message (Collapse)Author
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-25Merge pull request #85490 from jluttine/picom-debugSandro
2021-01-24picom: add withDebug optionJaakko Luttinen
2021-01-24picom: apply nixpkgs-fmtJaakko Luttinen
2021-01-22cagebreak: 1.4.4 -> 1.5.0Nicolas Berbiche
2021-01-20treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2021-01-19Merge pull request #109864 from r-ryantm/auto-update/i3lock-colorSandro
i3lock-color: 2.12.c.5 -> 2.13.c.1
2021-01-19Merge pull request #109647 from deviant/remove-swaybg-from-pathMichael Weiss
sway: remove swaybg from path
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-19i3lock-color: 2.12.c.5 -> 2.13.c.1R. RyanTM
2021-01-18sway: remove swaybg from pathV
Avoids polluting the environment for sway's children.
2021-01-18herbstluftwm: add NixOS testThibaut Marty
2021-01-18herbstluftwm: 0.8.3 → 0.9.1Thibaut Marty
Also enables the packages' tests. The tests need a few patches to fix runtime generated script's shebangs. There is also a fix to pass PATH environment variable to subprocess' calls so that they can find some binaries (like xterm).
2021-01-17herbstluftwm: add maintainershipThibaut Marty
2021-01-16treewide: stdenv.lib -> libBen Siraphob
2021-01-12i3, i3-gaps: 4.18.3 -> 4.19marzzzello
Upstream switched from the autotools build system to the meson build system. Also the source archive format switched from tar.bz2 to tar.xz The build now supports application documentation in /share/doc/i3/ https://i3wm.org/downloads/RELEASE-NOTES-4.19.txt
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-10i3altlayout: Disable testsSandro Jäckel
2021-01-06picom: add thiagokokada as maintainerThiago Kenji Okada
2021-01-06picom: misc fixesThiago Kenji Okada
- Build option `build_docs` was renamed to `with_docs` quite sometime ago: https://github.com/yshui/picom/commit/3f2a6718dfb84110862ef3b51b2c961898f21bfd. This means that the manpage were not being build. - Remove CFLAG `-fno-strict-aliasing` seems to not be used anywhere in the upstream repository. This was probably added for `compton` a long time ago and never removed, since I can't find the commit that added this. - Use release build. This is recommended upstream: https://github.com/yshui/picom#to-build.
2021-01-06treewide: stop maintaining most packagesMichael Hoang
2021-01-05icewm: 1.9.2 -> 2.0.0AndersonTorres
2021-01-05pekwm: 0.1.17 -> 0.1.18AndersonTorres
2021-01-02Merge pull request #108126 from Ma27/cleanup-maintained-pkgsMaximilian Bosch
treewide: remove maintainership of `ma27` from a few packages
2021-01-01wio: init at unstable-2020-11-02AndersonTorres
2021-01-01treewide: remove maintainership of `ma27` from a few packagesMaximilian Bosch
Those are packages I don't use anymore for a longer time and I therefore don't think that listing me as maintainer is a good idea. If those should be removed now, I'd be fine with that. SuperSandro2000 will take care of a few packages[1]. [1] https://github.com/NixOS/nixpkgs/pull/108126#pullrequestreview-560599381
2020-12-29i3-balance-workspace: init at 1.8.3pacien
2020-12-21Merge pull request #107325 from raboof/notion-4.0.1-to-4.0.2Anderson Torres
notion: 4.0.1 -> 4.0.2
2020-12-21notion: 4.0.1 -> 4.0.2Arnout Engelen
What's New The highlight of this release is fixing the long-standing issue where Firefox popups would sometimes show up in the wrong place on multi-monitor setups (https://github.com/raboof/notion/issue/59), thanks to great detective work by @florolf . Thanks! * Initial implementation of _NET_FRAME_EXTENTS (https://github.com/raboof/notion/pull/303) @florolf/@raboof * Fix potential livelock in do_timer_set (https://github.com/raboof/notion/pull/302) @dnr Docs * Add more docs to cfg_notion.lua (https://github.com/raboof/notion/pull/283) @raboof Under the hood * Trigger release drafter from github actions (https://github.com/raboof/notion/pull/304) @raboof * Remove some colorful language (https://github.com/raboof/notion/pull/296) @raboof https://github.com/raboof/notion/releases/tag/4.0.2
2020-12-19i3lock-color: reenable all platformsChristian Luetke Stetzkamp
It was restricted in 40b347f2051b158e4d077eb95eff02df8a65524f due to its need for the SSE2 instruction set. However the upstream issue is now resolved [1], so reenable support for all platforms. [1] https://github.com/chrjguill/i3lock-color/issues/44
2020-12-19wayfire: add plugin supportAlyssa Ross
The top-level "wayfire" attribute is a Wayfire with wf-shell installed and nothing else. But wayfireApplications.withPlugins can be used to create a Wayfire with arbitrary plugins, or no plugins at all.
2020-12-19wcm: init at 0.6.0Alyssa Ross
2020-12-19wf-shell: init at 0.6.1Alyssa Ross
2020-12-19wayfire: init at 0.6.0Alyssa Ross
2020-12-19wf-config: init at 0.6.0Alyssa Ross
2020-12-18Merge pull request #96116 from benmezger/patch-3Doron Behar
i3-gaps: Set platform to BSD and Linux like
2020-12-17Merge pull request #104324 from magnetophon/i3-resurrectDoron Behar
i3-resurrect: init at 1.4.3
2020-12-16i3-resurrect: init at 1.4.3Bart Brouns
corrected from https://github.com/NixOS/nixpkgs/pull/97480 by @vldn-dev
2020-12-08berry: fix missing libXextSCOTT-HAMILTON
2020-12-06i3-layout-manager: unstable-2019-12-06 -> unstable-2020-05-04Bart Brouns
2020-12-04i3status-rust: 0.14.2 -> 0.14.3R. RyanTM
2020-11-28lemonbar: 1.3 -> 1.4R. RyanTM
2020-11-24cagebreak: 1.4.3 -> 1.4.4Nicolas Berbiche
2020-11-23windowchef: 0.5.1 -> 0.5.2R. RyanTM
2020-11-20Merge pull request #104321 from magnetophon/i3altlayoutGuillaume Girol
i3altlayout: init at 0.3
2020-11-20i3altlayout: init at 0.3Bart Brouns
2020-11-20Merge pull request #104316 from AndersonTorres/at1985-updateAnderson Torres
2020-11-19leftwm: 0.2.4 -> 0.2.5R. RyanTM
2020-11-19sawfish: cleanupAndersonTorres
2020-11-19berry: 0.1.5 -> 0.1.7AndersonTorres