<leon-p>
ifreund: in river/command/keyboard.zig, is line 43 really right? Doesn't that prevent the use of any arguments?
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 246 seconds]
<ifreund>
leon-p: result.args is the remaining positional arguments after flags have been parsed
<ifreund>
exactly 1 positional argument is allow, the layout, so yes it's right
<ifreund>
I'm glad it wasn't a bug, cause I just tagged v0.2.0 ;D
talismanick has quit [Ping timeout: 272 seconds]
<leon-p>
we did forget shell completion for the keyboard-layout command though
<leon-p>
also I get a "too many arguments" error when I try to use any args, on v0.2.0
<leon-p>
oh wait
<leon-p>
the order has changed, flags are now in front of the layout
<leon-p>
now it works ><
<leon-p>
also I think you forgot to git push --tags, github isn't showing 0.2.0 in the releases section
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 252 seconds]
<ifreund>
leon-p: oh it doesn't show it until I manually create the release on github even after I push the tag
<ifreund>
should all be nice and clean now.
<leon-p>
I see
<ifreund>
If you want to include the shell completion I'll add that to 0.2.1, which will otherwise just be an upgrade to zig 0.10
<ifreund>
and yeah, I changed the order to be consistent with riverctl map
<leon-p>
I can send a patch, sure
<ifreund>
thanks
<ifreund>
Tagged a waylock release as well :)
<leon-p>
since river supports single-pixel-buffer, that might be a neat enhancement for waylock as well
<ifreund>
sure, It'd be nice to not need memfd_create or shm_open
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 252 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 252 seconds]
taupiqueur has joined #river
waleee has quit [Ping timeout: 256 seconds]
taupiqueur has quit [Ping timeout: 246 seconds]
eShaev9z has quit [Ping timeout: 246 seconds]
eShaev9z has joined #river
Nosrep has quit [Ping timeout: 260 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 265 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 255 seconds]
talismanick has joined #river
talismanick has quit [Remote host closed the connection]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 260 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 248 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 260 seconds]
<tleydxdy[m]>
hmm I wonder what's going on, I have river on vt1 and I switched to vt2 and can't switch back, get a lot of error(render): output commit failed for DP-1
<tleydxdy[m]>
I tried turning the monitor off and on or unplug it but that didn't work
<tleydxdy[m]>
using a different dp port works tho
<tleydxdy[m]>
the screen is freezed on the login prompt for vt2, so probably something with getting the drm master or something like that
<tleydxdy[m]>
difference being there's no error in dmesg side
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 260 seconds]
talismanick has joined #river
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 252 seconds]
Nosrep has joined #river
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 246 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 246 seconds]
amyrat has quit [Quit: WeeChat 3.7.1]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 260 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 264 seconds]
taupiqueur has joined #river
ayushnix has joined #river
ayushnix has quit [Changing host]
ayushnix has joined #river
Lemanr has joined #river
Lemanr has quit [Quit: Client closed]
Lemanr has joined #river
Lemanr has left #river [#river]
waleee has joined #river
waleee has quit [Ping timeout: 252 seconds]
taupiqueur has quit [Ping timeout: 248 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 264 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 260 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 252 seconds]
jao has joined #river
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 252 seconds]
taupiqueur has joined #river
ayushnix has quit [Ping timeout: 260 seconds]
taupiqueur has quit [Ping timeout: 260 seconds]
Szadek has quit [Ping timeout: 268 seconds]
Szadek has joined #river
taupiqueur has joined #river
<scorpion2185[m]>
how do you specify wayshot -s if you get 37,109 931x85 from slurp? is there an app that does it automatically?
waleee has joined #river
<scorpion2185[m]>
grim -g "$(slurp)"
amyrat has joined #river
<jokeyrhyme[m]>
<scorpion2185[m]> "how do you specify wayshot -s if..." <- There's a format flag for slurp that controls what it will spit out, so you can specify whatever is compatible with wayshot
aisha[m] has joined #river
<aisha[m]>
hello, does the new 0.2.xx series still need the 0.9.xx zig versions?