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