09:11 wlb: weston/main: Marius Vlad * 7 commits https://gitlab.freedesktop.org/wayland/weston/compare/5c1adb1cabde8179bf1b8860133a066a17e3b1e7...1953931482f06b6c5a232f4d561ee330bd56bdcf
09:11 wlb: weston Issue #680 closed \o/ (kiosk-shell allows xdg parent surface to obscure xdg children https://gitlab.freedesktop.org/wayland/weston/-/issues/680)
09:11 wlb: weston Merge request !1261 merged \o/ (Implement proper z-order for xdg surfaces in the kiosk shell https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1261)
09:12 wlb: weston Issue #738 closed \o/ (Kiosk-shell keyboard focus lost after modal dialogs https://gitlab.freedesktop.org/wayland/weston/-/issues/738)
09:43 sewn: what registries or point of references can i take for a wayland client that simply gets the cursor position of a wlroots compositor? been trying for the past hour and getting nowhere..
09:46 emersion: that information is not exposed
09:47 emersion: what is your use-case?
09:50 sewn: drawing an image under the cursor
09:50 emersion: can you elaborate? for which purpose?
09:52 sewn: just a fun little cat following the cursor,,
09:54 emersion: there is no way to do this
09:57 sewn: :(
09:57 sewn: what does slurp do?
09:58 gschwind: I complete emersion, their is not approved protocol extension for that purpose, you need to modify a compositor with a custom protocol extension
10:00 gschwind: aprroved mean accepted as standard extension
10:00 emersion: sewn: it draws an overlay which intercepts pointer events
10:01 sewn: so technically for my usecase it wouldn't be realistic to draw an overlay simply for intercepting pointer events
10:01 emersion: it wouldn't work because the surfaces underneath wouldn't get input events
10:02 sewn: ahh i see
10:03 sewn: oh well...
12:05 drakulix[m]: Reminder, that the doodle for the wayland-protocols meeting is still running. See the wayland-devel mailing list.
13:31 bl4ckb0ne: very sorry about the odd hours for me, i dont mind skipping it if it suits everybody better
13:31 bl4ckb0ne: out if work and EST makes a very weird mix
14:05 Nick_: Hi! dunno ifi this is the right place to ask, but did something happen to foot terminal? The github is archived and on codeberg it's not available
14:06 emersion: Nick_: just a codeberg outage it seems
14:06 Nick_: And what about the github archive?
14:06 emersion: it's no longer hosted on GitHub
14:07 Nick_: oh I see
14:07 Nick_: Thx
14:07 kchibisov: Was it ever hosted on github?
14:07 kchibisov: I think even during early dev the links I was given were on codeberg.
14:07 emersion: hm
14:07 Nick_: There is a github repo but it says it's a mirror
14:08 emersion: i don't see it in https://github.com/dnkl/
14:08 emersion: so maybe a random person just mirrored the repo
14:08 Nick_: Probably
14:08 kchibisov: Well, that's what I would suspect, since even when foot was like few month old I had a link to codeberg.
14:09 Nick_: btw is there any other good terminal other than foot, alacritty or kitty available? I'm using kitty rn but it has some problems for me and I thought it might be time to change
14:09 kchibisov: I develop alacritty so it's good for me.
14:11 kchibisov: There're certainly others, like countour, but for a wayland terminal you have those 3.
14:11 emersion: i can recommend foot
14:11 kchibisov: And I'd reduce the list to just alacritty/foot.
14:12 Nick_: I'll check out foot (if I can find out how to config it) and if it doesn't work out I 'll probably move to alacritty
14:12 kchibisov: foot generally has better wayland support, because it's wayland only.
14:12 Nick_: Yeah kitty used to be 'alright' but the lack of good antialiasing is driving me crazy
14:13 kchibisov: foot and alacritty has nearly the same font rendering iirc, so you wouldn't notice any difference.
14:14 Nick_: Did alacritty move to wayland only recently? I stopped using it at some point but I don't remember having any problems
14:14 kchibisov: it supports wayland for 3-4 years.
14:15 kchibisov: maybe even more.
14:15 Nick_: oh
14:16 kchibisov: The main alacritty issue is that it's crossplatform, so its development not that fast when it comes to windowing feauters..
14:18 Nick_: I never cared much about that to be honest, I just want a terminal that works and is easy to theme
14:18 Nick_: Probably I just got bored and installed whatever lol
14:19 kchibisov: Both will work, but if you have nvidia gpu I'd suggest foot.
14:20 Nick_: I'm... using integrated graphics...
14:20 Nick_: But I'll try both
14:20 Nick_: I used to really like alacritty back when I was using it
14:21 kchibisov: alacritty is more like termite if you ever used it.
14:21 kchibisov: I think we have everything termite had.
14:23 kchibisov: I'm not sure how keyboard driven the foot is, I think it has some things like opening a url with keyboard.
14:24 psykose: url mode is a great feature
14:24 Nick_: So I checked out foot and I guess it's not bad but there are a lot more configs for alacritty on github and that's what I know better so I'm gonna stick with alacritty for now
14:25 kchibisov: psykose: does foot allow arbitrary regex instead of url these days?
14:26 psykose: nope, just protocols for ${protocol}:// and uri-characters
14:26 Nick_: Wow I had forgotten how nice and clean alacritty configs were...
14:27 kchibisov: psykose: still it's better than nothing.
14:27 psykose: i've never had a need for more tbh
14:27 kchibisov: I just like to copy arbitrary hashes into clipboard.
14:27 psykose: :-)
14:28 kchibisov: And file pathes without a file:///.
14:28 kchibisov: Like giant compiler output.
14:28 psykose: maybe i'm wrong since i haven't studied every line of the config
14:28 psykose: my ricing days are years past
16:54 wlb: weston Issue #785 opened by Link Mauve (linkmauve) Send wl_surface::enter right after xdg_surface creation https://gitlab.freedesktop.org/wayland/weston/-/issues/785 [xdg_shell and wl_shell]
18:32 wlb: weston Issue #786 opened by James Hilliard (jameshilliard) `atomic: couldn't commit new state: Invalid argument` error after updating weston to 12.0.1 from 10.0.1 https://gitlab.freedesktop.org/wayland/weston/-/issues/786