ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
co1umbarius has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Ping timeout: 480 seconds]
carbonfiber has quit [Quit: Connection closed for inactivity]
fmuellner has quit [Ping timeout: 480 seconds]
___nick___ has joined #wayland
___nick___ has quit []
___nick___ has joined #wayland
kts has joined #wayland
Kerr has joined #wayland
nerdopolis has joined #wayland
kts has quit [Ping timeout: 480 seconds]
Riolku has quit [Remote host closed the connection]
Riolku has joined #wayland
Moprius has joined #wayland
Moprius has quit []
nerdopolis has quit [Ping timeout: 480 seconds]
privacy has quit [Quit: Leaving]
rv1sr has joined #wayland
glennk has joined #wayland
<kennylevinsen> DemiMarie: mesa wsi implements blocking eglSwapBuffers by blocking on Wayland. It's a broken API that applications unfortunately depend on
rv1sr has quit []
<i509vcb> I'm thinking about how to expose input events to a window management client, I'd think the least painful way to do that would be extend wl_keyboard/pointer/touch to allow being focused to an output?
<i509vcb> Hand rolled protocol by the way so I can be quite flexible in the possible solutionz
<i509vcb> However that seems to be an issue if the window management client also creates some of it's own surfaces that would normally conform to wl_surface focus?
<i509vcb> Although if the wm knows where it's own surfaces are placed, I'd guess wl_surface focus would be redundant?
tent405 has quit [Quit: tent405]
junaid has joined #wayland
tent405 has joined #wayland
sevz has quit [Quit: WeeChat 4.0.5]
bodiccea_ has quit [Remote host closed the connection]
<kennylevinsen> i509vcb: just make a separate protocol that sends output and surface focus events. Don't route everything to the wm process, just what is required to make the decisions you need.
lunadebian has joined #wayland
lunadebian has left #wayland [#wayland]
luna_ has joined #wayland
Company has quit [Quit: Leaving]
<Arsen> is there a way to check whether a given window is visible by the user (partially unobstructed, on current workspace, etc)
luna_ has quit []
glennk has quit [Ping timeout: 480 seconds]
iomari891 has joined #wayland
<kennylevinsen> Arsen: there is a signal that the surface is not generally being repainted (suspended)
<kennylevinsen> But it's compositor policy when and why it isn't repainting
<Arsen> hmm, right
<Arsen> thanks, I'll keep a note of this
rv1sr has joined #wayland
<fluix> note overlapping windows can have transparency
kts has joined #wayland
dos1 has quit [Ping timeout: 480 seconds]
dos1 has joined #wayland
i509vcb has quit [Quit: Connection closed for inactivity]
glennk has joined #wayland
jtbx_ has joined #wayland
RAOF has quit [singleton.oftc.net coherence.oftc.net]
jtbx has quit [singleton.oftc.net coherence.oftc.net]
jbit has quit [singleton.oftc.net coherence.oftc.net]
Net147 has quit [singleton.oftc.net coherence.oftc.net]
RAOF has joined #wayland
Net147 has joined #wayland
jbit has joined #wayland
fmuellner has joined #wayland
rasterman has joined #wayland
kts has quit [Quit: Konversation terminated!]
Net147 has quit [Quit: Quit]
Net147 has joined #wayland
Net147 has quit []
manuels2 has joined #wayland
crazybyte4 has joined #wayland
mort_32 has joined #wayland
tzafrir_laptop has joined #wayland
Fischmiep_ has joined #wayland
haise01_ has joined #wayland
TimWolla_ has joined #wayland
crazybyte has quit [Read error: Connection reset by peer]
tzafrir has quit [Remote host closed the connection]
DodoGTA has quit [Read error: Connection reset by peer]
romangg has quit []
midgard has quit [Quit: Bye]
Fischmiep has quit [Remote host closed the connection]
TimWolla has quit [Quit: Bye]
mstoeckl has joined #wayland
mstoeckl has quit [Remote host closed the connection]
V has quit [Read error: Connection reset by peer]
TimWolla_ is now known as TimWolla
mort_3 has quit [Read error: Connection reset by peer]
manuels has quit [Read error: Connection reset by peer]
midgard has joined #wayland
WhizzWarlock has joined #wayland
V has joined #wayland
WhizzWr has quit [Ping timeout: 480 seconds]
iomari891 has quit [Remote host closed the connection]
haise01 has quit [Ping timeout: 480 seconds]
iomari891 has joined #wayland
Net147 has joined #wayland
romangg has joined #wayland
RAOF has quit [singleton.oftc.net coherence.oftc.net]
privacy has joined #wayland
DodoGTA has joined #wayland
RAOF has joined #wayland
AnuthaDev has joined #wayland
iomari891 has quit [Ping timeout: 480 seconds]
Moprius has joined #wayland
AnuthaDev has quit []
WhizzWarlock has quit []
WhizzWr has joined #wayland
<vyivel> i presume zmike isn't actively maintaining xdg-shell anymore? if so, should w-p/stable/xdg-shell/README be updated?
<vyivel> though it doesn't seem like READMEs are generally being kept fresh hm
luna has joined #wayland
AnuthaDev has joined #wayland
luna has left #wayland [#wayland]
AnuthaDev has quit []
kts has joined #wayland
Moprius has quit [Quit: bye]
nerdopolis has joined #wayland
nerdopolis has quit [Ping timeout: 480 seconds]
WhizzWr has quit [Quit: Bye!]
junaid has quit [Quit: leaving]
WhizzWr has joined #wayland
Moprius has joined #wayland
junaid has joined #wayland
Moprius has quit []
nerdopolis has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
nagisa_ has joined #wayland
WhizzWr has quit [Quit: Bye!]
WhizzWr has joined #wayland
nagisa_ has quit [Remote host closed the connection]
tristianc6704 has quit []
nagisa_ has joined #wayland
nagisa_ has quit [Remote host closed the connection]
sevz has joined #wayland
nerdopolis has quit [Ping timeout: 480 seconds]
junaid has quit [Read error: No route to host]
junaid has joined #wayland
crazybyte4 has quit []
crazybyte4 has joined #wayland
cns has quit []
crazybyte4 is now known as crazybyte
Company has joined #wayland
crazybyte has quit []
crazybyte has joined #wayland
kts has quit [Ping timeout: 480 seconds]
junaid has quit [Quit: leaving]
sevz17 has joined #wayland
sevz has quit [Ping timeout: 480 seconds]
junaid has joined #wayland
junaid has quit [Quit: leaving]
rasterman has joined #wayland
i509vcb has joined #wayland
nerdopolis has joined #wayland
<i509vcb> kennylevinsen: sure there is good reason to be minimal, but I see no way to implement server driven surface resize of toplevels without some way to get input on the wm side
junaid has joined #wayland
glennk has quit [Ping timeout: 480 seconds]
junaid has quit [Remote host closed the connection]
nerdopolis has quit [Ping timeout: 480 seconds]
rv1sr has quit []
qaqland is now known as Guest3506
qaqland has joined #wayland
RAOF has quit [singleton.oftc.net coherence.oftc.net]
RAOF has joined #wayland
glennk has joined #wayland
Guest3506 has quit [Ping timeout: 480 seconds]
___nick___ has quit [Ping timeout: 480 seconds]
RAOF has quit [singleton.oftc.net coherence.oftc.net]
RAOF has joined #wayland
RAOF_ has joined #wayland
RAOF has quit [Ping timeout: 480 seconds]
jtbx_ has quit [Remote host closed the connection]
jtbx has joined #wayland
glennk has quit [Ping timeout: 480 seconds]
jtbx has quit [Remote host closed the connection]
nerdopolis has joined #wayland
jtbx has joined #wayland
jtbx has quit [Remote host closed the connection]
jtbx has joined #wayland
nerdopolis has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
pochu has joined #wayland
thevar1able_ has quit [Remote host closed the connection]
thevar1able_ has joined #wayland
thevar1able_ has quit [Remote host closed the connection]
sewn has quit [Ping timeout: 480 seconds]
Company has quit [Remote host closed the connection]
Company has joined #wayland
thevar1able_ has joined #wayland
sewn has joined #wayland
Guest3041 has quit [Remote host closed the connection]
cool110 has joined #wayland
cool110 is now known as Guest3525
cobralt^ has quit [Ping timeout: 480 seconds]
cobralt^ has joined #wayland
cool110_ has joined #wayland
cool110_ is now known as Guest3526
Guest3525 has quit [Ping timeout: 480 seconds]
nerdopolis has joined #wayland