crumpet has quit [Remote host closed the connection]
angelwood_ has quit [Remote host closed the connection]
crumpet has joined #river
angelwood_ has joined #river
Ireozar has joined #river
Ireozar has quit [Ping timeout: 272 seconds]
<gbrlsnchs>
With rwm protocol it's possible to keep track of PIDs for programs spawned by your WM, as long as it handles that.
sentry has quit [Ping timeout: 240 seconds]
Snetry has joined #river
_whitelogger has joined #river
palanix_ has joined #river
palanix has quit [Ping timeout: 260 seconds]
palanix_ is now known as palanix
styxd has joined #river
adamcstephens has quit [Remote host closed the connection]
adamcstephens has joined #river
twelve has joined #river
twelve has quit [Remote host closed the connection]
ninewise has quit [Remote host closed the connection]
ninewise has joined #river
Guest22 has joined #river
Guest22 has quit [Client Quit]
mikec has quit [Ping timeout: 252 seconds]
mikec has joined #river
mooroe has left #river [#river]
autisticshark has quit [Quit: Lost terminal]
Guest75 has joined #river
autisticshark has joined #river
seNex has joined #river
<seNex>
hi! I read about river in some dubious subreddit, installed it, configured it and its awesome! Thank you for this piece of software. I was never that satisfied with an windowmanger and (i tried a lot of them)
Guest75 has quit [Ping timeout: 272 seconds]
<TheAnachron>
seNex same, are you coming from Wayland or Xorg?
<seNex>
my last wm was sway, but I also used a lot of x windowmanager
<seNex>
TheAnachron the tag system was the missing part i missed all the time. One of my first WMs was awesomewm
<seNex>
is it possible to let windows stay in tiling mode while beeing resized with the mouse, instead of automatically going to floating mode? Its not as important, but it would be a nice convinience, since almost every other wm stays in tiled mode. Where does this design choice come from?
<seNex>
This is from the "docu":
<seNex>
resize horizontal|vertical delta
<seNex>
Resize the focused view along the given axis by delta logical pixels. The view will be set to floating
<LarstiQ>
afaik currently not possible with mouse, though you can with riverctl commands triggered by keybindings
<LarstiQ>
(and for the future that would depend on what rwm using projects will implement)
<leon-p>
seNex: the design choice comes from how layouts work: Within the limitations of layout generators (earlier even than the layout protocol), it is impossible to communicate an interactive resize between layout generator and river itself. As such, I decided that rather than doing nothing, interactively resizing a window just floats it
<LarstiQ>
is that also due to the fact that the layout protocol doesn't really track identity of windows?
seNex has quit [Quit: Client closed]
zuki has joined #river
<zuki>
I've been trying to make a patch for dwl for fun that allows the use of riverctl for controlling dwl, but have been struggling to get it working I'm over half way there I've got riverctl able to connect to dwl, and get the args sent as well as the run command request but I can't figure out how to properly send the
<zuki>
`zriver_command_callback_v1_send_success` without segfalting