F38+: Sway: add wev package

The `wev` package is used to find out keyboard keycodes and even
mentioned in the `man 5 sway` to help input mapping. Let's add it so
users are not surprised that the package is not installed by default.
This commit is contained in:
Jiri Konecny 2023-03-13 15:40:32 +01:00 committed by humaton
parent f1efc85f91
commit ccc7d31e6e
2 changed files with 2 additions and 0 deletions

View File

@ -5207,6 +5207,7 @@
<packagereq type="default">system-config-printer</packagereq>
<packagereq type="default">Thunar</packagereq>
<packagereq type="default">thunar-archive-plugin</packagereq>
<packagereq type="default">wev</packagereq>
<packagereq type="default">wl-clipboard</packagereq>
<!-- provide missing portal implementations -->
<packagereq type="default">xdg-desktop-portal-gtk</packagereq>

View File

@ -5209,6 +5209,7 @@
<packagereq type="default">system-config-printer</packagereq>
<packagereq type="default">Thunar</packagereq>
<packagereq type="default">thunar-archive-plugin</packagereq>
<packagereq type="default">wev</packagereq>
<packagereq type="default">wl-clipboard</packagereq>
<!-- provide missing portal implementations -->
<packagereq type="default">xdg-desktop-portal-gtk</packagereq>