blob: 8ae0fc1534f94e7877e83c0fea167cbcefebdd66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>filip@kszczot.pl</email>
<name>Filip Kszczot</name>
</maintainer>
<maintainer type="person">
<email>aruhier@mailbox.org</email>
<name>Anthony Ruhier</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/hyprwm/contrib/issues</bugs-to>
</upstream>
<use>
<flag name="clipboard">Enables copying screenshots directly to the clipboard</flag>
<flag name="freeze">Enables freezing the screen during region selection</flag>
<flag name="notify">Enables desktop notifications when a screenshot is taken</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|