Nosrep has quit [Read error: Connection reset by peer]
waleee has quit [Ping timeout: 244 seconds]
silv3r has quit [Quit: WeeChat 3.6]
elshize has quit [Ping timeout: 265 seconds]
eShaev9z has joined #river
eShaev9z_ has quit [Ping timeout: 260 seconds]
snakedye has quit [Read error: Connection reset by peer]
snakedye has joined #river
jao has quit [Remote host closed the connection]
jao has joined #river
jao has quit [Remote host closed the connection]
jao has joined #river
jao has quit [Ping timeout: 252 seconds]
Ordoviz has joined #river
snakedye has quit [Ping timeout: 260 seconds]
notzmv has quit [Ping timeout: 264 seconds]
<ifreund>
p00f1: hmm, any chance you could try with a debug build of waylock? Or do you have a coredump that could be used to get a stack trace of that segfault?
<p00f1>
i'll open an issue if you can't open this link from IRC
sparogy has joined #river
ayushnix has quit [Remote host closed the connection]
ayushnix has joined #river
ayushnix has quit [Changing host]
ayushnix has joined #river
ayushnix has quit [Remote host closed the connection]
snakedye has quit [Ping timeout: 265 seconds]
snakedye has joined #river
elshize has joined #river
Ordoviz has quit [Ping timeout: 265 seconds]
waleee has joined #river
snakedye has quit [Ping timeout: 244 seconds]
snakedye has joined #river
ayushnix has joined #river
icp has joined #river
icp has quit [Quit: Client closed]
snakedye has quit [Read error: Connection reset by peer]
snakedye has joined #river
Guest81 has joined #river
<sparogy>
hello all, setting up river for the first time
<sparogy>
I'm trying to start some systemd user units within the init script, and was wondering what the difference was between exec and riverctl spawn
<sparogy>
and (eventually) why my units don't seem to be starting
LemanR has joined #river
<ifreund>
sparogy: exec is a (POSIX) shell command that replaces the current process
<LemanR>
quick Q&A. So I FINALLY understand how tags work. Are you all open to a rewrite of the tags management section on the github? I think I know a better way to explain the tag system. Wont be able to get to it until about a week or two
<ifreund>
p00f1: thanks for the traces, I'll dig in further when I find the time
<ifreund>
LemanR: feel free to give it a try, I'd recommend sharing a gist here to get feedback before replacing it entirely though
<ifreund>
I assume you mean on the wiki?
<ifreund>
if you mean for the man page just send a PR
<sparogy>
ifreund: would I be better off just calling a bare 'systemctl start --user blah' then?
<LemanR>
ifreund one place would be the github/riverctl section on tag manegement. Ill paste an article that I'd pretty much base it on...or just reference the link although I don't know the reputation of this site. One sec
<ifreund>
sparogy: probably, it's just a shell script
<novakane>
LemanR: well the reputation is pretty good since leon-p is a river maintener :D
<novakane>
isn't the link already in the wiki?
<novakane>
ah no that the article about river layout protocol
<LemanR>
novakane lol well someone should use his way of explaining tags and put that on the github tag management section (I think it's is riverctl.1.scd). I felt that the wording on his site was better and made tags make sense for me.
<LemanR>
leon-p btw thanks for your tag section on your site lol
elshize has quit [Ping timeout: 265 seconds]
<novakane>
a link in the wiki in the how tags works could be enough maybe
LemanR has quit [Ping timeout: 252 seconds]
waleee has quit [Ping timeout: 244 seconds]
<leon-p>
I think I actually wrote the tags sectin in the wiki originally as well :P
<novakane>
well you're allowed to put a link to your blog then :P
<leon-p>
my blog is CC anyway, so feel free to copy
snakedye has quit [Read error: Connection reset by peer]
snakedye has joined #river
<ayushnix>
leon-p: offtopic but is there are reason why you've used font-weight: 350 on your site?
<leon-p>
yes, looks better
<ayushnix>
on which font?
waleee has joined #river
Guest81 has quit [Quit: Client closed]
<leon-p>
on the one I use. I don't specify a specific font in the CSS, so it uses the users "sans" font. Whether it looks good therefore depends on the skill of the font designers (fun fact: most fonts suck)
talismanick has joined #river
Ordoviz has joined #river
talismanick has quit [Ping timeout: 265 seconds]
talismanick has joined #river
Ordoviz has quit [Quit: WeeChat 3.6]
rodrgz has joined #river
elshize has joined #river
waleee has quit [Ping timeout: 244 seconds]
waleee has joined #river
rodrgz has quit [Ping timeout: 244 seconds]
rodrgz has joined #river
rodrgz has quit [Read error: Connection reset by peer]
rodrgz has joined #river
snakedye has quit [Ping timeout: 264 seconds]
rodrgz has quit [Read error: Connection reset by peer]
rodrgz has joined #river
<NickH>
sparogy: If you wan't to get even fancier with systemd you can make a target that triggers all the units you want to start when running river.
<NickH>
I have a river-session.target unit that I start in my river init. And my user units that I want started have a WantedBy=river-session.target in their "[Install]" section.