1
0
Fork 0
forked from wry/wry

autocommit 2022-02-06 16:33:54 CET

This commit is contained in:
Julian Orth 2022-02-06 16:33:54 +01:00
parent c92346324b
commit dc2cb71012
104 changed files with 2563 additions and 4617 deletions

View file

@ -0,0 +1,18 @@
# requests
msg set_selection = 0 {
source: id(zwp_primary_selection_source_v1),
serial: u32,
}
msg destroy = 1 { }
# events
msg data_offer = 0 {
offer: id(zwp_primary_selection_offer_v1),
}
msg selection = 1 {
id: id(zwp_primary_selection_offer_v1),
}