<NickH>
topsykrets: using arrays for arguments can avoid a lot of pitfalls. FWIW I gave up trying to have screenshots as a onliner an instead us this https://0x0.st/X6WK.sh
<meidam>
Can I make it possible to drag windows between monitors?
<The_Buhs>
I don’t have any screenshots there yet, but it’s pretty easy to compile just to try (assuming you’re already compiling zig)
<The_Buhs>
meidam no, (99% sure)
<meidam>
Yeah, I can't seem to find any configuration for that either The_Buhs
<meidam>
Too bad
<meidam>
I can do fine with using the keybinds, but It would be nice to also be able to drag one across, like it is possible to do in probably all others
<The_Buhs>
I think that will be a possibility with WMs when the WM protocol is out but that’s a while
<meidam>
Okay, cool
<meidam>
I'm trying river for the first time today and now feel like I have a mostly good config
<meidam>
I like quite well for the most part as someone coming from dwm
<meidam>
There are still some wayland quirks that I have to figure out. But that has nothing to do with river specifically. I had the same problems, when trying out hyprland
<Nickli>
__toor__, something i have seen in qtile configs is they use "q,w,e,r,t" instead of 1-5 for choosing workspace, thought it was an interesting apporach for reaching
larstiq_ is now known as LarstiQ
LarstiQ is now known as Guest1284
Guest1284 has quit [Changing host]
Guest1284 has joined #river
Guest1284 is now known as LarstiQ
leopoldek has quit [Remote host closed the connection]
sbbddz has joined #river
sbbddz has quit [Remote host closed the connection]
sbbddz has joined #river
sbbddz has quit [Changing host]
sbbddz has joined #river
sbbddz has quit [Remote host closed the connection]
alexherbo2 has joined #river
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
alexherbo2 has quit [Remote host closed the connection]
Nickli has quit [Read error: Connection reset by peer]
Nickli has joined #river
vyivel has quit [Remote host closed the connection]
vyivel has joined #river
vyivel has quit [Remote host closed the connection]
vyivel has joined #river
Palanix has joined #river
catman has quit [Read error: Connection reset by peer]
vyivel has quit [Remote host closed the connection]
vyivel has joined #river
vyivel has quit [Remote host closed the connection]
vyivel has joined #river
vyivel has quit [Remote host closed the connection]
vyivel has joined #river
catman has joined #river
alexherbo2 has joined #river
Palanix has quit [Remote host closed the connection]
Palanix has joined #river
Palanix has quit [Remote host closed the connection]
Palanix has joined #river
<Palanix>
__toor__: I use dam by sewn. Also, you can use mpvpaper if you want an animated background picture
<gbrlsnchs>
will WM clients integrate with external bars or will they have to render their own? asking because IIRC some unstable protocols (some of which feed bars with data) will be deprecated
<The_Buhs>
gbrlsnchs: I think it's going to be up to the WM?
<The_Buhs>
Pretty sure I've seen ifreund suggest that before but maybe I'm making that up
alexherbo2 has joined #river
<leon-p>
vyivel: I was actually thinking of the other kinds of bounds: a read returning 0 or an input starting with newline will cause the first byte to be \0. The drawing code uses a calculated text pixel length without any checking. that seemed a bit problematic to me. I wanted to try it, but the buffer pool code doesn't seem to work on my maching, welp
<leon-p>
gbrlsnchs: current bars will not work with WMs, at least not without changes
<leon-p>
a WM can choose to implement some sort of IPC to relay information to external desktop widgets such as bars, or draw them itself, or do nothing
<leon-p>
since WMs are free to do whatever, the two best options are either that they draw it themselves, or some simple status text thex send out. WMs could have tags, workspaces, or something completely different. I can't imagine a protocol to cleanly abstract over all the possibilities
<leon-p>
huh, interesting: the problem with the bars buffer pool is that it only has two buffers. in the past that would have been enough, I wonder what changed
<leon-p>
hmm... know what, i think a \0 string doesn't do anything bad after all. when will I learn to not judge code when I am tired? probably never