alismanickt has quit [Remote host closed the connection]
talismanick has quit [Remote host closed the connection]
talismanick has joined #river
catman has quit [Remote host closed the connection]
catman has joined #river
alebastr has quit [Ping timeout: 248 seconds]
waleee has quit [Ping timeout: 260 seconds]
alebastr has joined #river
<plumeus>
I just started a new NixOS setup with River, using a fairly recent commit (compared to 0.1.3) and my cursor disappears every time I start `foot`. Any ideas?
<plumeus>
The config is the default one and starting river complains about Backend 'seatd' failed to open seat.
<plumeus>
Hmm, River seems to be looking for my `/share/fonts` to render the cursor... Weird
eShaev9z has joined #river
eShaev9z_ has quit [Ping timeout: 264 seconds]
elshize has quit [Ping timeout: 250 seconds]
Ordoviz has joined #river
StopNGo has quit [Ping timeout: 250 seconds]
StopNGo has joined #river
mannerism has quit [*.net *.split]
DemiMarie has quit [*.net *.split]
ccha has quit [*.net *.split]
omni has joined #river
flub has joined #river
mannerism has joined #river
ccha has joined #river
Anderson-D has joined #river
ccha has quit [Changing host]
ccha has joined #river
DemiMarie has joined #river
StopNGo has quit [Ping timeout: 248 seconds]
StopNGo has joined #river
cyph3r has joined #river
catman has quit [Remote host closed the connection]
catman has joined #river
jao has quit [Ping timeout: 250 seconds]
Ordoviz has quit [Ping timeout: 260 seconds]
silv3r has joined #river
silv3r has quit [Client Quit]
gwizon has joined #river
gwizon has quit [Client Quit]
gwizon has joined #river
gwizon_ has joined #river
gwizon has quit [Ping timeout: 252 seconds]
<Snektron>
Theres a setting in either foot or river that hides the cursor (i forgot which)
<Snektron>
Though i dont think it was on by default
vyivel has quit [Remote host closed the connection]
emersion has joined #river
gwizon_ has quit [Ping timeout: 268 seconds]
vyivel has joined #river
gwizon has joined #river
cyph3r has quit [Ping timeout: 252 seconds]
cyph3r has joined #river
cyph3r has quit [Read error: Connection reset by peer]
cyph3r has joined #river
cyph3r has quit [Read error: Connection reset by peer]
cyph3r has joined #river
cyph3r has quit [Read error: Connection reset by peer]
cyph3r has joined #river
talismanick has quit [Remote host closed the connection]
hryx has quit [Quit: WeeChat 3.7]
Guest8735 has joined #river
Guest8735 has left #river [#river]
<plumeus>
Yeah, that's not enabled
<plumeus>
Something about seat isn't working properly, oh well
elshize has joined #river
eilast has joined #river
<eilast>
Hi
<eilast>
Is there some documentation on sending commands directly to river?
eilast has quit [Client Quit]
<leon-p>
eilast: man riverctl has all commands
jao has joined #river
eilast has joined #river
<eilast>
I would like to write the init in an different language
<eilast>
So I'm asking about ways to avoid calling riverctl directly
eilast has quit [Quit: Client closed]
<Snektron>
You can call riverctl from other languages by spawning a riverctl process with the required arguments
<Snektron>
Like using subprocess in python for example