angry_vincent has quit [Ping timeout: 244 seconds]
<kztx>
Oh interesting I've never tried a no-bar approach.
<kztx>
Do you have a screenshot of the overlay and the date/time/window notification? What shortcuts do you use for these?
waleee has quit [Ping timeout: 260 seconds]
Palanix has quit [Ping timeout: 260 seconds]
leopoldek has quit [Remote host closed the connection]
Palanix has joined #river
<leon-p>
gbrlsnchs: river-tag-overlay will likely be deprecated with the merge of the WM protocol. River will no longer know anything about tags and if a WM implements tags like river does right now, it can implement the overlay itself with the added bonus of frame perfection
angry_vincent has joined #river
mtm has quit [Ping timeout: 260 seconds]
mtm has joined #river
emersion has quit [Ping timeout: 265 seconds]
mx08 has quit [Ping timeout: 265 seconds]
emersion has joined #river
mx08 has joined #river
<gbrlsnchs>
leon-p: would it be possible to convert river-tag-overlay to use the new protocol and have it still running side by side with the main WM client?
<gbrlsnchs>
kztx: let me try taking a screenshot for ya
leopoldek has quit [Remote host closed the connection]
aryak has joined #river
aryak has quit [Ping timeout: 260 seconds]
aryak has joined #river
Monko has joined #river
<Monko>
is there a guide for noobs step by step how to make a minimal de . to be able to click on shortcuts on the desktop and move windows with the mouse, or at least to be able to at least somehow use, because all I have now is a blue background and a terminal
Monko27 has joined #river
Monko27 has quit [Client Quit]
Monko59 has joined #river
Monko has quit [Ping timeout: 256 seconds]
Monko59 has quit [Client Quit]
Monko has joined #river
<Monko>
I hope someone replies. ill read later in the logs because this site throws me out
Monko has quit [Client Quit]
<kaisan>
Monko: the intention of river, and sway, and other wm's was to remove the mouse from the equation. Fast switching, fast views, less travel, less muscle movement, gah, use a proper IRC client on your device, or install thelounge somewhere :)
<ifreund>
kaisan: no gatekeeping IRC please, the webclient + logs link in the topic are a fine way to use this channel
<kaisan>
apologies. I was half way my sentence when the disconnect happened. It triggered me.
<leon-p>
gbrlsnchs: no. the new protocol only communicates window management between WM and river. Communicating state between desktop widgets and WM is out of scope, especially since neither river nor the protocol will know anything about tags. The word "tag" will not appear in the protocol, they are merely an implementation detail up to the WM. A WM could do something completely different if it wanted
<leon-p>
as such, communicating state between WM and a desktop widget program will require its own IPC
<leon-p>
however, at that point you really should just integrate the overlay directly into the WM. It's trivial code and you gain nothing but additional complexity by having it in a separate process
<leon-p>
anyone can fork river-tag-overlay and add some custom IPC of course, but that is up to that person
<leon-p>
Monko: there is no step-by-step guide. What you want is possible, however the software required to do it does not exist yet. F.e. you'd need a layer shell client for desktop icons and I don't think anyone has written one.