catman has quit [Remote host closed the connection]
catman has joined #river
alebastr has joined #river
elshize has quit [Ping timeout: 248 seconds]
waleee has quit [Ping timeout: 268 seconds]
StopNGo has quit [Ping timeout: 246 seconds]
eShaev9z_ has joined #river
eShaev9z has quit [Ping timeout: 255 seconds]
Ordoviz has joined #river
StopNGo has joined #river
jao has quit [Ping timeout: 248 seconds]
Ordoviz has quit [Ping timeout: 246 seconds]
Ordoviz has joined #river
chismoso has joined #river
chismoso has quit [Client Quit]
talismanick has quit [Ping timeout: 246 seconds]
Ordoviz has quit [Ping timeout: 276 seconds]
Ordoviz has joined #river
daurnimator has quit [Ping timeout: 250 seconds]
daurnimator has joined #river
Ordoviz has quit [Ping timeout: 248 seconds]
Ordoviz has joined #river
elshize has joined #river
Ordoviz has quit [Ping timeout: 246 seconds]
waleee has joined #river
Ordoviz has joined #river
Ordoviz has quit [Ping timeout: 248 seconds]
elshize has quit [Ping timeout: 246 seconds]
Ordoviz has joined #river
Ordoviz has quit [Ping timeout: 268 seconds]
Ordoviz has joined #river
Ordoviz has quit [Ping timeout: 272 seconds]
bryan has joined #river
bryan is now known as snakedye
waleee has quit [Ping timeout: 255 seconds]
jao has joined #river
Ordoviz has joined #river
catman has quit [Quit: WeeChat 3.7.1]
catman has joined #river
snakedye has quit [Ping timeout: 246 seconds]
Ordoviz has quit [Ping timeout: 255 seconds]
hspak6 has quit [Quit: Ping timeout (120 seconds)]
hspak6 has joined #river
elshize has joined #river
jao has quit [Ping timeout: 272 seconds]
elshize has quit [Ping timeout: 272 seconds]
elshize has joined #river
catman has quit [Ping timeout: 255 seconds]
questionable_ole has joined #river
talismanick has joined #river
questionable_ole has quit [Quit: leaving]
questionable_ole has joined #river
jao has joined #river
catman has joined #river
<questionable_ole>
Hi there... At the risk of sounding ignorant - from what I could see river had scrapped transparency until it's more stable/mature sometime in last few years. How would you say the progress since has been - are we any closer to getting that back on?
<novakane>
just guessing but I don't think so, that's probably still far in the todo list
talismanick has quit [Ping timeout: 255 seconds]
<leon-p>
questionable_ole: we only removed server-side opacity levels. if a client renders a buffer with an alpha channel, it will still appear transparent. If all you want is something simple, like say a semi-transparent terminal window, it will work.
<leon-p>
(except for full-screened windows though, as that would violate the xdg-shell protocol)
<questionable_ole>
leon-p: thank you - foot works perfectly like that. And just checked it in fullscreen, sure enough no opacity. Didn't even notice before. I suppose it's just digging in the client's congurations to see if some other transparency. Thinking about some RDP client and some browser. Currently on remmina and opera. Thanks for the hint
<questionable_ole>
if some offer* opacity
<leon-p>
as for when / if server-side opacity will return: we plan to move more windowing logic out of the server into the layout generator. I could see it also being in charge of eye-candy. Not sure how that would work yet though. And we haven't even started protocol design. So don't expect anything like that to come in the near future.
<leon-p>
also note that the focus will always be on core functionality over anything else, so it's not a given that this - or any eye candy for that matter - will make its way into river at all
<questionable_ole>
makes sense. While we're on the layout generators - I'm just learning my way around WMs and wayland recently, so probably not aware about many things. Is there a way to have different default layout per different output/monitor? would that be on a layout generator to support such bindings?
elshize has quit [Ping timeout: 272 seconds]
<leon-p>
questionable_ole: different layout per output is possible. you can either use a different generator for each output or use one that supports that feature internally. mine does (stacktile), but it's not documented right now unfortunately
<questionable_ole>
leon-p: funny you should mention that, I've just finished reading that big comment in main source file you wrote to yourself. What would help is seeing an example config to use with the stacktile
<questionable_ole>
leon-p: legend. much obliged, I'll try to tinker with something based on this
<questionable_ole>
does [output:XXX] support both specific name and generic, like HDMI-A-1 ?
<leon-p>
that was my intention, can't remember if I actually implemented it
<questionable_ole>
I'll let you know when I get to this ;D
hryx has quit [Quit: WeeChat 3.7.1]
<questionable_ole>
leon-p: I managed to build the executable (had to look up how to use zig). One thing - deps/zig-wayland in your repo is empty, so I needed to clone that from ifreund/zig-wayland's github (was a guess that turned out to work out)
<leon-p>
it uses git submodules for static dependencies, so you could've just run `git submodule update --init`
<questionable_ole>
I knew I was missing something, thank you
<leon-p>
probably should put that in the readme. I'll do that when I get around to writing documentation
<questionable_ole>
leon-p: the config file you shared - where should it reside, in the same directory as the stacktile binary? and what should the name be
<leon-p>
$XDG_CONFIG_HOME/stacktile/config.ini
* questionable_ole
gives a like
<questionable_ole>
leon-p: getting these errors on launch (reading from config OK) https://paste.rs/7dO
<questionable_ole>
river -version gives 0.1.3
<leon-p>
oh yeah, forgot. we had some changes in the layout protocol after 0.1.3
<leon-p>
stacktile is currently developed against river master.
<leon-p>
anyway, I am off for today, it's getting late on my end
<questionable_ole>
appreciate the help today, have a good one. I'll try building from master