mon_aaraj has quit [Read error: Connection reset by peer]
snakedye has quit [Ping timeout: 245 seconds]
snakedye has joined #river
mon_aaraj has joined #river
mon_aaraj has quit [Ping timeout: 252 seconds]
mon_aaraj has joined #river
snakedye has quit [Ping timeout: 244 seconds]
snakedye has joined #river
notzmv has quit [Ping timeout: 276 seconds]
<Shinyzenith[m]>
Hi ifreund
<Shinyzenith[m]>
I recently started writing a compositor and I copied the scdoc step from rivers build.zig into a separate file scdoc.zig and appended it with the GPLV3 license header of river
<Shinyzenith[m]>
I hope that's alright? (my project is licensed under BSD-2 simplified)
mon_aaraj has quit [Ping timeout: 245 seconds]
mon_aaraj has joined #river
<ifreund>
I wouldn't consider that small snippet of the build script copyrightable tbh
<ifreund>
do note that you can't include GPLv3 code in a BSD licensed project though in general
<ifreund>
if it makes you feel better, you can copy from waylock's build.zig instead
<Shinyzenith[m]>
Got it, thanks
<tleydxdy[m]>
I mean you can, it just makes the project gpl, xp
mon_aaraj has quit [Ping timeout: 245 seconds]
mon_aaraj has joined #river
notzmv has joined #river
fitrh has joined #river
fitrh has quit [Remote host closed the connection]
gldk has joined #river
<gldk>
Hi, is there a way to set custom resolution through river(ctl)? I know it can be done through wlr-randr but for some reason it stopped working when i installed Linux on hardware, after some testing it in VM (then it was working lol). Changing mode to any of listed ones just turns my screen black for a second and then I am back at tty1 as if river
<gldk>
crashed. It was tedious to do it everytime i log in anyway, was wondering if it could be done in config file. It bothers me that prefered mode in my case is 1920x1080@60 when my monitor supports higher refresh rates :p
<tleydxdy[m]>
have you tried to set it to something lower than 1920x1080@60? do it also fail?
gldk has quit [Quit: Client closed]
gldk has joined #river
<gldk>
Yeah, any `wlr-randr --output --mode` crashes wm for me
<tleydxdy[m]>
hmm
mon_aaraj has quit [Ping timeout: 252 seconds]
mon_aaraj has joined #river
gldk has quit [Quit: Client closed]
snakedye has quit [Ping timeout: 244 seconds]
snakedye has joined #river
snakedye has quit [Ping timeout: 240 seconds]
mon_aaraj has quit [Ping timeout: 260 seconds]
snakedye has joined #river
snakedye has quit [Ping timeout: 255 seconds]
snakedye has joined #river
snakedye has quit [Ping timeout: 255 seconds]
snakedye has joined #river
Pound_Hash has joined #river
waleee has joined #river
gldk has joined #river
snakedye has quit [Remote host closed the connection]
snakedye has joined #river
Pound_Hash has quit [Quit: Pound_Hash]
Pound_Hash has joined #river
<Pound_Hash>
Hi. When I start river from the console, I see a couple messages flash on the screen before the graphical environment loads. How can I capture and read these messages?
<tleydxdy[m]>
pipe them into a file I guess
<Pound_Hash>
Okay
<Pound_Hash>
Thanks
Pound_Hash has quit [Client Quit]
Pound_Hash has joined #river
Pound_Hash has quit [Client Quit]
Pound_Hash has joined #river
<Pound_Hash>
In the logs, I see it suggested to load environment variables in a wrapper script that in turn runs river.
<Pound_Hash>
But can't I just `export variable=value` in river's init?
<Pound_Hash>
Is the purpose of a wrapper script to help keep things neat?
<leon-p>
the init is executed by river and therefore will inherit rivers environment, not the other way around. So no, exporting env vars in the init won't work.