Commit graph

1313 commits

Author SHA1 Message Date
Jan Tojnar 0136206b12
Merge branch 'master' into staging-next 2021-03-18 13:35:59 +01:00
Samuel Gräfenstein a4efd8c3e1
gnome3.gtk -> gtk3
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:21 +01:00
Samuel Gräfenstein 672cd0c8e7
treewide: gnome3.gtkmm -> gtkmm3
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:15 +01:00
github-actions[bot] 31dc9fe457
Merge master into staging-next 2021-03-11 06:18:03 +00:00
Nicolas Berbiche 539685aef2
cagebreak: 1.5.0 -> 1.6.0
Fixes issues:
- 24:
  > Cagebreak up to and including release 1.5.1 had an error, where the code
  > incremented a variable and not a pointer. This resulted in a bug in a
  > surface counting iterator.

- 25:
  > Cagebreak, beginning with release 1.5.0, when a keybinding containing an
  > output configuration is removed from the list of active keybindings, the
  > output configuration contained in this keybinding is destroyed in order to
  > prevent memory leaks. However, after an output configuration was applied,
  > it was inserted into the list of active output configurations and if it was
  > later destroyed, this led to a use-after-free memory corruption.
  >
  > Starting from release 1.6.0, output configurations are copied before being
  > inserted into the list of active output configurations and therefore remain
  > valid even if the original is freed.
2021-03-10 18:32:28 -05:00
Frederik Rietdijk 277d488026 Merge staging into staging-next 2021-03-08 19:20:18 +01:00
Maximilian Bosch a986113bf3
Merge pull request #114729 from r-ryantm/auto-update/i3
i3: 4.19.1 -> 4.19.2
2021-03-07 21:00:06 +01:00
Lassulus 11728b57bd
Merge pull request #113269 from r-ryantm/auto-update/i3lock-color
i3lock-color: 2.13.c.1 -> 2.13.c.2
2021-03-07 14:53:00 +01:00
github-actions[bot] f696c7c887
Merge staging-next into staging 2021-03-05 00:39:18 +00:00
AndersonTorres 1a5a29b016 sawfish: cleanup
A cleanup and reformatting.
2021-03-04 00:10:04 -03:00
AndersonTorres 548cba4ab5 icewm: cleanup 2021-03-04 00:10:01 -03:00
Jan Tojnar 913394a1d9
Merge branch 'staging-next' into staging 2021-03-01 19:30:56 +01:00
R. RyanTM 35e773fb72 i3: 4.19.1 -> 4.19.2 2021-03-01 07:45:17 +00:00
Maxim Zhukov 50885e913f i3status-rust: 0.14.3 -> 0.14.7
https://github.com/greshake/i3status-rust/releases/tag/v0.14.7
2021-02-28 19:45:11 +03:00
github-actions[bot] 0d421066dd
Merge staging-next into staging 2021-02-28 00:40:17 +00:00
Sandro 7ce72686a8
Merge pull request #114566 from ThibautMarty/herbstluftwm-0.9.2
herbstluftwm: 0.9.1 -> 0.9.2
2021-02-27 23:50:47 +01:00
Thibaut Marty 93c2d520a5 herbstluftwm: 0.9.1 -> 0.9.2
This release introduces window titles and now depends on freetype and
libXft. The test `test_title_different_letters_are_drawn` is disabled
for now because it is broken, probably because of font issue in the
build sandbox.

I also fixed the build of the documentation when cross-compiling.
2021-02-27 15:44:24 +01:00
github-actions[bot] 2a38839b78
Merge staging-next into staging 2021-02-27 12:20:00 +00:00
sternenseemann b785d3bb27 bspwm/unstable.nix: clean up unused file
06c403e846 removed the bspwm-unstable
attribute, but forgot to remove the file which has been done in
this commit.
2021-02-26 21:44:53 +01:00
Robert Schütz 54757b35c1 Merge branch 'staging-next' into staging 2021-02-26 10:56:17 +01:00
Frederik Rietdijk c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
AndersonTorres 7dc5a5c96c dwl: 0.1 -> 0.2 2021-02-26 00:27:36 -03:00
Ben Siraphob 127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
github-actions[bot] abe7db36a4
Merge staging-next into staging 2021-02-20 00:36:40 +00:00
Ben Siraphob 223f25cf4a treewide: add targetPrefix to hardcoded references to CC=cc 2021-02-20 01:01:46 +07:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
R. RyanTM 672ed52ca5 i3lock-color: 2.13.c.1 -> 2.13.c.2 2021-02-16 06:54:35 +00:00
R. RyanTM c3f0be60d2 i3: 4.19 -> 4.19.1 2021-02-14 18:22:10 +00:00
Maximilian Bosch 02e0538536
Merge pull request #111764 from r-ryantm/auto-update/i3-gaps
i3-gaps: 4.19 -> 4.19.1
2021-02-12 20:20:22 +01:00
R. RyanTM 37264a97ed icewm: 2.1.1 -> 2.1.2 2021-02-12 11:49:38 +00:00
AndersonTorres bc48e9499f dwl: init at 0.1 2021-02-09 22:47:13 -03:00
06kellyjac 0e1bf2f254 dwm: cleanup
- nixpkgs-fmt
- use pname and version
- use multiline for prePatch to make tree-wide modifications easier
- remove global `with lib;`
- update homepage to dwm page
- copy description from git repo
- add longDescription
- remove unused config.dwm.patches
2021-02-09 14:51:56 +00:00
06kellyjac f5d906922b dwm-git: drop 2021-02-09 14:25:21 +00:00
Mario Rodas 3f93f23dfc
Merge pull request #111944 from r-ryantm/auto-update/leftwm
leftwm: 0.2.5 -> 0.2.6
2021-02-08 20:55:43 -05:00
Alyssa Ross c841a939c8
wcm: 0.6.0 -> 0.7.0 2021-02-07 23:03:25 +00:00
Alyssa Ross 938bbbdb1b
wayfirePlugins.wf-shell: 0.6.1 -> 0.7.0 2021-02-07 23:00:55 +00:00
Alyssa Ross 403e5ef797
wayfire: 0.6.0 -> 0.7.0 2021-02-07 19:16:13 +00:00
Alyssa Ross 2cea4f865c
wf-config: 0.6.0 -> 0.7.0 2021-02-07 18:54:12 +00:00
Ivan Kovnatsky 8d1f23cdd3 dwm-git: 20180602 -> 20200303 2021-02-07 08:31:36 -08:00
AndersonTorres 2d458701e7 labwc: unstable-2021-01-12 -> unstable-2021-02-06
Fixes a SIGSEGV bug when called from an already running session.
2021-02-06 15:05:37 -03:00
AndersonTorres d3060cb33f labwc: init at 2021-01-12 2021-02-05 18:56:20 -03:00
R. RyanTM 1d474062fb leftwm: 0.2.5 -> 0.2.6 2021-02-04 17:20:40 +00:00
R. RyanTM 724853a591 icewm: 2.0.0 -> 2.1.1 2021-02-04 12:44:46 +00:00
R. RyanTM 3b6e0a552e i3-gaps: 4.19 -> 4.19.1 2021-02-03 14:51:11 +00:00
AndersonTorres f5e4a32d4b waybox: init at unstable-2020-05-01 2021-02-01 21:36:46 -03:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Sandro ff83114922
Merge pull request #85490 from jluttine/picom-debug 2021-01-25 17:14:43 +01:00
Jaakko Luttinen e788a4a22c
picom: add withDebug option 2021-01-24 18:18:57 +02:00
Jaakko Luttinen 33532c4756
picom: apply nixpkgs-fmt 2021-01-24 18:14:35 +02:00
Nicolas Berbiche a6fe222911
cagebreak: 1.4.4 -> 1.5.0 2021-01-22 00:31:02 -05:00