Guest5481 has quit [Killed (copper.libera.chat (Nickname regained by services))]
catman_ is now known as catman
elshize has joined #river
sentry has quit [Ping timeout: 265 seconds]
Snetry has joined #river
elshize has quit [Quit: elshize]
elshize has joined #river
talismanick has quit [Remote host closed the connection]
elshize has quit [Ping timeout: 244 seconds]
mtm has quit [Ping timeout: 252 seconds]
mtm has joined #river
alexherbo2 has joined #river
alexherbo2 has quit [Remote host closed the connection]
mtm has quit [Ping timeout: 248 seconds]
mtm has joined #river
Guest18 has joined #river
Guest18 has quit [Client Quit]
<ifreund>
leon-p: do you have a complete rwm client written?
<ifreund>
I'm at the stage where I could try and get it to render something though input won't work yet
<ifreund>
if not no problem, I'll need to write my own sooner or later
elshize has joined #river
<leon-p>
I have one, but I can't remember how complete it was. I'll take a look when I am back home at my laptop
<leon-p>
although realisitcally, rivertile needs to be ported anyway
<ifreund>
yeah, I started on a rivercompat window manager
<ifreund>
I think I can make it a Wayland server as well that provides a very limited set of protocols for layout generator compatibility
<ifreund>
right now the goal is just to have something I can use to test the thousands of lines of completely untested new code in river
Guest53 has joined #river
MyNetAz has quit [Read error: Connection reset by peer]
MyNetAz has joined #river
Guest53 has quit [Quit: Client closed]
UNIXGUY has joined #river
<UNIXGUY>
Trying to understand how `rivertile.zig` works - interested in modifying it so that new windows are inserted not as the Main window, but as the window after Main / before the rest of the slaves, which function would I look at modifying? Am I in the right direction for looking at `fn addOutput(context: *Context, registry: *Registry, name: u32)
<UNIXGUY>
!void` ? Is the `outputs` field in the `Context` struct representing the active windows?
<ifreund>
UNIXGUY: the layout generator doesn't have control over where new windows are inserted
<ifreund>
you are looking for `riverctl attach-mode <foo>`
<ifreund>
also, "outputs" generally refers to monitors/displays/whatever on wayland
<ifreund>
"output" as in output of the compositor to your display hardware
<UNIXGUY>
thank you! I will check that out.
UNIXGUY has quit [Quit: Client closed]
UNIXGUY has joined #river
<UNIXGUY>
helpful info, good to know. thank you
UNIXGUY has quit [Quit: Ping timeout (120 seconds)]