<awesomerly>
i took apart my laptop to replace a keyboard with broken keys and i put it back together and now my trackpoint is drifting :<
<awesomerly>
is there a way to disable a certain input device through river
<awesomerly>
or do i have to write a udev rule
angry_vincent has joined #river
Szadek has quit [Ping timeout: 260 seconds]
leopoldek has quit [Ping timeout: 248 seconds]
tmpm697 has joined #river
Guest28 has joined #river
Guest28 has quit [Client Quit]
tiosgz has joined #river
<tiosgz>
awesomerly: there is riverctl input <id> events disabled
<tiosgz>
but if it's misbehaving at all times, maybe something system-wide will be better anyway
waleee has joined #river
waleee has quit [Ping timeout: 248 seconds]
tiosgz has quit [Quit: tiosgz]
kotto has joined #river
talismanick has quit [Ping timeout: 255 seconds]
dbuckley has quit [Ping timeout: 240 seconds]
dbuckley has joined #river
uncomfy has joined #river
RZ_MJ has joined #river
RZ_MJ has quit [Ping timeout: 245 seconds]
tmpm697 has quit [Ping timeout: 245 seconds]
linkert has joined #river
uncomfy has quit [Remote host closed the connection]
RZ_MJ has joined #river
Sanyu has joined #river
<Sanyu>
Hello i was just wondering if it's a good idea to try and learn zig by sifting thogh the source code of river and commenting the things that i understand
linkert has quit [Remote host closed the connection]
Sanyu has quit [Quit: Client closed]
tmpm697 has joined #river
Sanyu has joined #river
Sanyu has quit [Ping timeout: 245 seconds]
tmpm697 has quit [Ping timeout: 245 seconds]
<novakane>
Sanyu: it depends a bit what's your programming experience, it's a nice project to learn zig but at the same time you also need to understand Wayland if you don't already know about it
angry_vincent has quit [Remote host closed the connection]
tmpm697 has joined #river
maralorn has joined #river
<maralorn>
Hey, there what is - for scripting purposes - the easiest way to query the currently active tag?
leopoldek has joined #river
<leon-p>
maralorn: you can get the currently active tags using the river status protocol
<maralorn>
leon-p: Yeah, but is there maybe a command line client I could use for that?
<leon-p>
I know of none
<leon-p>
it would be pretty simple to write one though
<maralorn>
I would like to define a keybinding which shifts the tag mask.
<maralorn>
Because most often I just want to cycle between tags one to three.
<leon-p>
I see. that's probably better done in a proper wayland client and not a script
<novakane>
maralorn: there is already some people that wrote things like that in the recommended software section of the wiki iirc