haliucinas has quit [Quit: Ping timeout (120 seconds)]
haliucinas has joined #river
<leon-p>
ifreund: I remember you wanting a watch mode for lswt, well it exists now: lswt -w
<leon-p>
and yes, firefox indeed does horrific things to the title of the dev tools pop-up window
<leon-p>
(that was what spawned this idea IIRC, wasn't it?)
<switchy>
is there a way of debugging spawn keybindings? I have mapped XF86MonBrightnessUp (resp. Down) to: spawn 'brightnessctl set +5%' -- that brightnessctl command works in a terminal, but it doesn't as a keybinding. I couldn't see any info with debug log level enabled that'd help
<switchy>
actually maybe my keyboard is eating that keycode somehow...
eShaev9z_ has joined #river
eShaev9z has quit [Ping timeout: 240 seconds]
elshize has quit [Ping timeout: 252 seconds]
<NickH>
Try binding so other action to it and see if that also fails.
<NickH>
Do you see the keypresses in wev?
<switchy>
yeah, nothing in wev -- it's a firmware/driver bug on the framework laptops I think
jao has quit [Ping timeout: 240 seconds]
<switchy>
the ambient light sensor disables those keys because it registers with a different driver that disables libinput on the same hid endpoint. problem solved, thanks! :)
<NickH>
Were you able to enable those keys?
<switchy>
I actually just bound to the F-key that's shared with them, I *can* enable those keys by blacklisting the hid_sensor_hub module, but then I'd lose the ambient light sensor which I wanted to play with