Commit graph

41 commits

Author SHA1 Message Date
Tom fc8a8266d7 sirula: init at unstable-2021-07-11
This commit packages sirula, a simple app launcher for wayland.
2021-08-02 22:00:11 -04:00
github-actions[bot] 9fe75f18c0
Merge master into staging-next 2021-07-16 12:01:03 +00:00
Artturin 51dbc48b3b swayr: init at 0.6.1 2021-07-16 01:44:56 +03:00
github-actions[bot] 17a534e48b
Merge master into staging-next 2021-07-09 00:01:34 +00:00
Michael Weiss 3938c5ed20
wshowkeys: Mark as broken
It doesn't run anymore:
$ wshowkeys
zwlr_layer_surface_v1@11: error 1: width 0 requested without setting left and right anchors
wl_display_dispatch: Protocol error

We'll remove this package after a while. Fix #129362.

Reported-by: Nicolas Berbiche <nicolas@normie.dev>
2021-07-08 18:43:48 +02:00
Michael Weiss f7997354b7
wayland-scanner: use for nativeBuildInputs
This makes things more explicit (and less confusing) but only touches
the packages that I maintain.
2021-07-03 17:56:23 +02:00
Robert Hensing 0768784c90
Merge pull request #119563 from sternenseemann/wayland-proxy-virtwl
wayland-proxy-virtwl: init at unstable-2021-04-15
2021-07-03 11:24:39 +02:00
R. RyanTM 69de3c63c3 kanshi: 1.1.0 -> 1.2.0 2021-06-24 23:26:26 +00:00
R. RyanTM 5c024a41f5 clipman: 1.5.2 -> 1.6.0 2021-06-20 05:57:22 +00:00
Artturin 044053e28c wlrctl: init at 0.2.1 2021-06-06 00:55:10 +03:00
Michael Weiss b664b77eba
wlsunset: 0.1.0 -> 0.2.0 2021-04-26 14:24:19 +02:00
Luke Granger-Brown ce4f3d7213
Merge pull request #114316 from jpas/wdomirror
wdomirror: init at unstable-2021-01-08
2021-04-25 13:44:41 +01:00
Sandro b88948d879
Merge pull request #118364 from jappeace/upgrade-ydotools-2 2021-04-21 05:13:47 +02:00
Evils 918f81e358 slurp: 1.3.1 -> 1.3.2 2021-04-17 22:09:09 +02:00
sternenseemann 954fd98456 wayland-proxy-virtwl: init at unstable-2021-04-15 2021-04-15 23:34:30 +02:00
Jappie Klooster a0d817b48f
ydotool: 0.1.8 -> 2021-01-20
Upgrading ydotool gives two big features:
1. support for sleep, making it easier to combine with sway
2. recording support. Allowing you to record macros!

This does however make the daemon a bit unstable, I had it crash
on my when trying to type.
However the daemon is optional, and this is an upstream issue.
So I think it's a good change.

Furthermore several libraries are upgraded with this change as well,
they all seem to be used and maintained by the same authors.

readd rec block  to ydotool

Update pkgs/tools/wayland/ydotool/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/tools/wayland/ydotool/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/tools/wayland/ydotool/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-03 11:02:15 -04:00
Vladimir Serov ed94d89967
swaycwd: init at 0.0.1
Co-authored-by: zseri <zseri.devel@ytrizja.de>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-24 14:55:46 +03:00
Logan Glasson a0e35869a2 aerc, asuka, scdoc, wev, wlsunset, wshowkeys: use fetchFromSourceHut 2021-03-14 00:34:30 +13:00
Ivan Kovnatsky 99aa676880
swaykbdd: Init at 1.0 2021-03-07 18:12:21 +02:00
Jarrod Pas 959d9e1029 wdomirror: init at unstable-2021-01-08 2021-02-25 01:57:05 -06:00
AndersonTorres 90ca606afd wlr-randr: eliminate unneeded cmake dependency 2021-02-16 17:25:32 -03:00
AndersonTorres baa7309582 wl-clipboard: update license 2021-02-16 17:24:46 -03:00
AndersonTorres f529ec396f oguri: init at unstable-2020-12-19 2021-02-16 16:04:09 -03:00
AndersonTorres 973473e249 wlogout: init at 1.1.1 2021-02-16 12:40:34 -03:00
AndersonTorres c0cec33cba wob: rename from tools/misc to tools/wayland 2021-02-16 12:37:41 -03:00
AndersonTorres 34688a7fb0 wlr-randr: rename from tools/misc to tools/wayland 2021-02-16 12:37:40 -03:00
AndersonTorres e6070d1e08 wl-clipboard: rename from tools/misc to tools/wayland 2021-02-16 12:37:40 -03:00
AndersonTorres e72435ba8e wev: rename from tools/misc to tools/wayland 2021-02-16 12:37:40 -03:00
AndersonTorres 70066b0191 slurp: rename from tools/misc to tools/wayland 2021-02-16 12:37:40 -03:00
AndersonTorres fa1d3eee74 kanshi: rename from tools/misc to tools/wayland 2021-02-16 12:37:39 -03:00
AndersonTorres 7f3c4b5df2 clipman: rename from tools/misc to tools/wayland 2021-02-16 12:37:39 -03:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
Roosembert Palacios f782b23bbd
wtype: 2020-09-14 -> 0.3
Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
2021-01-06 16:40:43 +01:00
Michael Weiss 4e721164a8
wlsunset: init at 0.1.0 (#103606) 2020-11-24 19:44:52 +01:00
Michael Weiss 8a1fdce8d3
wshowkeys: Fix the license
The project license is the GPL3 and only portions are MIT licensed.
2020-10-27 13:45:51 +01:00
Nicolas Berbiche b4bca7b85c
wshowkeys: 2019-09-26 -> 2020-03-29 2020-10-18 14:13:27 +02:00
Michael Weiss 7c676c6429
wshowkeys: init at 2019-09-26 2020-10-18 14:09:49 +02:00
Justin Lovinger d93e6842d4 wtype: init at 2020-09-14 2020-09-27 18:36:34 -04:00
Michael Weiss fde8783f82
wayland-utils: init at 1.0.0 (#94471)
Announcement: https://lists.freedesktop.org/archives/wayland-devel/2020-July/041565.html
2020-08-01 23:05:01 +02:00
WilliButz 5330d56c3b
ydotool: init at 0.1.8 2019-10-29 14:43:43 +01:00