mtm has quit [Read error: Connection reset by peer]
mtm has joined #river
eShaev9z has joined #river
eShaev9z_ has quit [Ping timeout: 260 seconds]
Palanix_ has joined #river
Palanix has quit [Ping timeout: 255 seconds]
Palanix_ is now known as Palanix
fitrh has joined #river
mtm_ has joined #river
mtm has quit [Ping timeout: 260 seconds]
fitrh has quit [Quit: fitrh]
fitrh has joined #river
belanthor has joined #river
fitrh_ has joined #river
fitrh has quit [Ping timeout: 265 seconds]
fitrh_ has quit [Quit: fitrh_]
leopoldek has quit [Remote host closed the connection]
belanthor has quit [Quit: Leaving]
<__toor__>
mm, util-linux was changed by redhat to ONLY support PAM. For some reason.
<__toor__>
sorry login @ util-linux, just to be clear. not all tooling in util-linux requires PAM per se ;)
<larstiq>
what alternative would there be to PAM?
<__toor__>
well I don't need any complicated system more than just having a password file, PAM offers multiple way to authenticate via modules, including password
<__toor__>
If I can avoid additional complexity, I opt out of everything that I don't need
<larstiq>
not supporting PAM seems like additional complexity
<__toor__>
well, if tooling I require, only support PAM, no opt out, then that is true
<__toor__>
its all a compromise, like if something requires x11 or systemd, it might or might not be worth to import those just for the tooling in question
crymeariver has joined #river
<crymeariver>
Is it possible to re-order the outputs in river, so the focus-output {next|previous} can be in order left to right?
tiosgz has joined #river
<tiosgz>
crymeariver: unfortunately not; outputs are always in the order they were detected. it might be useful to order them by position or have a wrap-around variant for positional focus
<tiosgz>
(but at this point it doesn't make sense to add that to river and there isn't any wm with/without this problem yet)
<crymeariver>
Alright, thanks. I got around this in other wms by having workspaces for specific outputs. I could technically do that in river too, but I'm trying out the river way for now.
<tiosgz>
hmm i feel like we should get used to saying "rwm" instead of just "wm" in order to avoid confusions with xorg wm or with other compositors...
<crymeariver>
What would rwm mean?
<tiosgz>
"river window manager". cos i suppose my above statement is false if wm isn't understood in the river-specific sense
<crymeariver>
Oh, yeah I just call river river, and then wm to mean window managers in general.
<tiosgz>
if you aren't aware, river is undergoing a redesign where the layout generator is getting replaced by something more powerful, basically like xorg window managers
<tiosgz>
of course, river as the compositor is still just river to me
<crymeariver>
I knew something was in the works, but I don't know what the end goal is.
tiosgz has quit [Quit: nyaa~]
Palanix has quit [Ping timeout: 265 seconds]
Palanix has joined #river
Guest22 has joined #river
Guest22 has quit [Client Quit]
mtm_ has quit [Ping timeout: 265 seconds]
mtm has joined #river
catman_ is now known as catman
Palanix has quit [Read error: Connection reset by peer]
<larstiq>
tiosg: hmm, we _do_ hacve `focus-output up|right|down|left`
<gbrlsnchs>
I'm not familiar with Wayland internals yet, so I was wondering, how would the communication between client (WM) and server (river) be established? Would you recommend me to read https://wayland-book.com/? Any other material for me to read about it? My goal is to write my own WM client when server is ready on that regard
<Nickli>
afaik its all the compositor (wm and river)
<Nickli>
*(wm and server)
<gbrlsnchs>
Nickli: sorry, wdym with "it's all the compositor"?
<tiosgz>
larstiq: yeah. my point was probably that next/previous wraps around, while positional focus (afaik) doesn't. doesn't matter at this point anyway
<tiosgz>
gbrlsnchs: wayland book is a good resource on what's going on. if you only want to use wayland, i think looking at simple clients (including riverctl or rivertile) is another way to go