<pinpoxIRC>
@NeckerPaddler: I'm using river-luatile from nixpkgs. In fact, I have packaged it recently there but it has not yet reached the unstable channel I think. Should be accessible as soon as unstable advances
<pinpoxIRC>
Oh seems he is not here anymore
talismanick has quit [Remote host closed the connection]
leopoldek has quit [Ping timeout: 265 seconds]
<pinpoxIRC>
Is there any way to get `focus-follows-cursor` to work per-output? Use-case: I have some outputs tiled, some outputs with a stacktile-like layout. focus-follows-cursor is handy on tiles, but not very usable on stacktile layouts
upsala has quit [Remote host closed the connection]
upsala has joined #river
NeckarPaddler has joined #river
<NeckarPaddler>
pinpoxIRC I've read the recent log, I've gotten luatile by now. I'm back working today, but I'll dig into it later. It looks like it makes my horrible fullscreen-hack yesterday obsolete (by making fullscreen itself obsolete for my usecase). Thanks for packaging!
<pinpoxIRC>
Still playing around with it though, might change in the future
notzmv has joined #river
<NeckarPaddler>
Thanks, I'll look at it. My plan is instead of multiple layouts to tile up to 4 windows. 5 or more will just maximize all windows.
<pinpoxIRC>
Thats also nice. I tought about tiling up to a certain number, then putting the rest of them behind the last one. Would be interested to see if you come up with something cool. I went for stacked instead of fullscreen because I kept forgetting what windows are behind the current one in fullscreen. Credits to leon-p for the idea
<pinpoxIRC>
A taskbar with all the windows seems to be not possible currently
<NeckarPaddler>
A taskbar isn't something I'd personally want anyway. :D
<NeckarPaddler>
What is the difference between stacked and fullscreen?
<NeckarPaddler>
(I assume we don't destinguish fullscreen and maximized in the context of coming up with layouts)
<ifreund>
NeckarPaddler: fullscreen is part of the xdg-shell protocol and is communicated to clients
<ifreund>
some clients (e.g. firefox) may change appearance while fullscreen
<NeckarPaddler>
Thats why I said "maximize" above. And why I am confused about what "fullscreen" means in the context of luatile.
<leon-p>
the term "maximize" is also already taken by the xdg-shell, although we don't implement that feature
<ifreund>
NeckarPaddler: fullscreen and maximized are two separate states in the protocol
<ifreund>
river intentionally doesn't support maximize or minimize requests
<leon-p>
yeah, it's unfortunate something so desktop specific managed to sneak its way into xdg-shell
<ifreund>
they only really make sense in a more traditional desktop paradigm
<ifreund>
leon-p: we have wm_capabilites though now, which is nice
<leon-p>
oh, did that land already? nice!
<NeckarPaddler>
Oh ok. s/maximize/"sized to the whole screen by the layout manager"/ then
<leon-p>
s/manager/generator, to be super nit-picky, but yes
<NeckarPaddler>
BTW, I love rivers modularity. Guess how often I messed up my Lua code in the last hour (this is my first day with lua) and set the output layout to rivertile until I got luatile back running properly.
<leon-p>
you can also use it completely without any layout running, a basic floating window management mode is supported
leopoldek has joined #river
<NeckarPaddler>
I'm aware, but I need to be able to find my manpages, lua tutorials and vim instances somehow xD
<ifreund>
yeah, one of my major goals with river it to make experimenting with window management ideas as easy as possible
<ifreund>
maybe I'll get my lispy hot code swapping pipe dream working someday xD
<leon-p>
I have a list with about ~40 things to try once layout generators have more power :)
<leon-p>
like dynamic tags where focus is decided by AND, OR, NOT rules
<ifreund>
I gotta fix all the bugs and release 0.3.0 before I can seriously get to work on that
<leon-p>
I gotta finish my exams and lab reports before I can do anything anyway, so it's fine :)
<ifreund>
all the refactoring work thats happening between 0.2.0 and 0.3.0 is stuff we need for the more flexible protocol ideas as well, so no time is being wasted
<leon-p>
refactoring is rarely wasted time. quality needs time.
<NeckarPaddler>
Yeah, it worked! I kinda recreated rivertile, but it switches to monocle (is that the correct word now?) when there are too many windows to tile and they would become to small :)
<NeckarPaddler>
*the luatile creator recreated rivertile and I put an if else in front of it if I'm being honest...
<leon-p>
huh, am I missing something or doess wlroots not allow to hook into the get_activation_token request?
<leon-p>
was just looking at assigning tags to clients based on what tags were active when the token was granted
<ifreund>
leon-p: I don't think that's how the protocol works? Can't a client pass the token to another client instead of using it itself?
<leon-p>
yes
<leon-p>
but the launching program could be f.e. fuzzel
<leon-p>
or maybe even river itself
<leon-p>
and I want programs that are slow to map their views to stay on the tags I launched them, even if I switch to another one in the mean time
<ifreund>
I think the only point at which one could make any inference about the tags would be when a not yet displayed client is activates a token
<ifreund>
oh, I think I see what you mean
<leon-p>
true, I am just hoping most clients activate first, then map
<leon-p>
at least it should be do-able from a spawn command by manually creating a token and inserting it. Probably even possible to encode the tag-info in the token string so no extra struct is needed
<leon-p>
anyway, off to a magic round now, will be back later
NeckarPaddler has quit [Quit: Client closed]
tiosgz has joined #river
notzmv has quit [Ping timeout: 260 seconds]
angry_vincent has quit [Remote host closed the connection]
taupiqueur1 has quit [Ping timeout: 248 seconds]
taupiqueur1 has joined #river
taupiqueur1 has quit [Quit: WeeChat 3.8]
taupiqueur has joined #river
<plumeus>
Is there a way to check what the focused tags are in River?
<plumeus>
I have no idea how Wayland protocols work and how to communicate with them, however. I guess I could peek the riverctl source code for stuff like set-focused-tags
upsala_ has joined #river
upsala has quit [Ping timeout: 265 seconds]
maxxv has joined #river
aryak has quit [Ping timeout: 246 seconds]
<maxxv>
river crashed when I clicked on telegram's title bar, but I couldn't reproduce it anymore: https://paste.rs/yKY