ifreund changed the topic of #river to: river - a dynamic tiling wayland compositor || https://github.com/riverwm/river || channel logs: https://libera.irclog.whitequark.org/river/
waleee has quit [Ping timeout: 260 seconds]
amy_ has joined #river
entenel has joined #river
hill has joined #river
tsraoien has quit [Ping timeout: 245 seconds]
NickH has quit [Remote host closed the connection]
NickH has joined #river
eShaev9z has quit [Ping timeout: 244 seconds]
eShaev9z has joined #river
LemanR has joined #river
LemanR has quit [Client Quit]
LemanR has joined #river
mon_aaraj has quit [Ping timeout: 252 seconds]
mon_aaraj has joined #river
<LemanR> hey all, configuring the WM with little outside help except the docs :D
<LemanR> btw, in the default init file isn't there a way to resize window without going changing the window into a floating window?
<LemanR> I thought I had done that before but maybe because I was just tinkering at the time it was turning the windows into floating ones and I just didn't realize it?
<LemanR> Anyway this is my humble config, it's not much but it's an honest init file lol http://dpaste.com/ASR6ALEDS
<NickH> The sort of resizing that I think you are describing doesn't exist.
<NickH> Just had a look at your config. Curious to know why you are using "killall river" instead of the buitin exit action.
<LemanR> I'm trying to remember myself actually, For some reason I thought it might be better but i was still trying out things.
<NickH> I'm also a little surprised that you don't have any bindings to control rivertile. Have you looked at the example init file that comes with river?
<NickH> Ohh, you're avoiding looking at the example on purpose?
<LemanR> I haven't read much into rivertiles yet or tags. I'll be reading those later as I'm learning. Although I installed this a week or two ago I've been working a lot so not too much time to actually figure out how to do things.
LemanR has quit [Quit: Client closed]
LemanR has joined #river
silv3r has quit [Quit: WeeChat 3.6]
LemanR has quit [Quit: Client closed]
silv3r has joined #river
<NikhilSingh[m]1> LemanR The resizing that you wanna acheive is present in stacktile layout by leon-p. check that out as it will not resize it will change the ratio of the space given to the window.
<NikhilSingh[m]1> river tile only changes the ratio in respect of witdth other than height. Stack tile have height ratio too. Check that out. scroll a bit up you will find it
hill has quit [Remote host closed the connection]
amy_ has quit [Quit: WeeChat 3.4.1]
mon_aaraj has quit [Ping timeout: 245 seconds]
mon_aaraj has joined #river
youpilai has joined #river
<youpilai> tleydxdy[m]: you can simulate a monocle mode with the help of stacktile "all_primary" command. I made a script that apply some stacktile commands (all_primary true, all_padding 0, primary_sublayout full) to put a view in monocle mode, or to get back in previous state (all_primary false, all_padding 5, primary_sublayout rows). As stacktile manage
<youpilai> layout by tags, this makes it close enough to a real monocle mode to me (the only thing i can't change is the border width, as this is managed by riverctl and so applied to all tags)
youpilai has quit [Ping timeout: 252 seconds]
mon_aaraj has quit [Ping timeout: 252 seconds]
silv3r has quit [Quit: WeeChat 3.6]
mon_aaraj has joined #river
silv3r has joined #river
talismanick has quit [Ping timeout: 255 seconds]
silv3r has quit [Quit: WeeChat 3.6]
notzmv has quit [Ping timeout: 276 seconds]
snakedye has quit [Ping timeout: 245 seconds]
snakedye has joined #river
dbuckley has quit [Ping timeout: 240 seconds]
dbuckley has joined #river
mon_aaraj has quit [Ping timeout: 252 seconds]
mon_aaraj has joined #river
notzmv has joined #river
<tleydxdy[m]> i see
gwizon has joined #river
mon_aaraj has quit [Ping timeout: 245 seconds]
snakedye has quit [Ping timeout: 244 seconds]
snakedye has joined #river
mon_aaraj has joined #river
Nulo_ has joined #river
Nulo has quit [Ping timeout: 252 seconds]
tsraoien has joined #river
Nulo_ is now known as Nulo
mon_aaraj has quit [Ping timeout: 245 seconds]
mon_aaraj has joined #river
waleee has joined #river
waleee has quit [Ping timeout: 244 seconds]
gwizon has quit [Quit: Lost terminal]
<NikhilSingh[m]1> leon-p is it possible to somehow notify which layout is selected while cycling in stack layout?
<NikhilSingh[m]1> > tleydxdy: you can simulate a monocle mode with the help of stacktile "all_primary" command. I made a script that apply some stacktile commands (all_primary true, all_padding 0, primary_sublayout full) to put a view in monocle mode, or to get back in previous state (all_primary false, all_padding 5, primary_sublayout rows). As stacktile manage
<NikhilSingh[m]1> can you link script?
youpilai has joined #river
<youpilai> NikhilSingh[m]1 will do when i'm home
youpilai has quit [Client Quit]
<mizzunet> Hi, after some >1G system update, river simply display a blank screen, can't even switch between TTYs. Here's coredump: https://0x0.st/ojR5.txt
snakedye has quit [Read error: Connection reset by peer]
snakedye has joined #river
snakedye has quit [Read error: Connection reset by peer]
snakedye has joined #river
<ifreund> mizzunet: how are you building your river binary?
<ifreund> that seems like the same trace as https://github.com/riverwm/river/issues/657
mon_aaraj has quit [Ping timeout: 252 seconds]
mon_aaraj has joined #river
elshize has quit [Ping timeout: 268 seconds]
elshize has joined #river
<mizzunet> I installed pre-built river-git from chaotic mirror on Arch
<mizzunet> Let me actually install river git package
<mizzunet> Hopefully, no issue with it by building from source. I guess, some issue with chaotic mirror's river binary?
snakedye has quit [Read error: Connection reset by peer]
snakedye has joined #river
<mizzunet> Thanks
youpilai has joined #river
<youpilai> NikhilSingh[m]1 the script i've bind for toggle-monocle : https://dpaste.com/4W3E95GWG
<tleydxdy[m]> I arrived at some sort of compromise for the monocle patch, basically put only the old-focused window at the bottom of the stack and bring the new-focused window to the top
<tleydxdy[m]> it's probably still problematic in some cases
<tleydxdy[m]> but at least it fix the popup issue and doesn't mess with the focus other tags that much
<tleydxdy[m]> the toggle-monocle thing wouldn't let me do per tag monocle layout probably
<youpilai> stacktile allows layout per tag
<youpilai> so the script apply only on current tag
<youpilai> but the way i store the mode (via a file in .cache is global, it's not a perfect solution)
<snakedye> Kile had global/per tag layouts/attributes
<snakedye> Has*
<tleydxdy[m]> it's not really about the layout generator
<tleydxdy[m]> it's how the view stack doesn't interact well with monocle's need
<tleydxdy[m]> using different tags for different monocle window is a neat hack
<tleydxdy[m]> but that limits the monocle window to <32
<tleydxdy[m]> and also mess up the normal tags
<leon-p> for me it was helpful to look at the usecases I'd need monocle mode for: either I just want to temporarily enlarge a single windows size without messing up my layout, or because I run some graphical thing in a terminal which I'd then hide behind the application windows. For the former I now just use rivers fullscreen mode and for the latter I change the sublayout of the primary_area to full and place the graphical window at the top of the view stack.
youpilai has quit [Ping timeout: 252 seconds]
<tleydxdy[m]> I have a few windows that works best when big, e.g. this chat, my email client, etc
<tleydxdy[m]> so I have them on one tag with monocle
<tleydxdy[m]> so I can cycle between them whenever some message me or something
<tleydxdy[m]> I also use it when I'm flipping between two program that need to be big, but that's not crucial since tags work fine for that
<tleydxdy[m]> mainly use it for programs I just want to be "in the background'
mon_aaraj has quit [Ping timeout: 252 seconds]
mon_aaraj has joined #river
snakedye has quit [Read error: Connection reset by peer]
snakedye has joined #river
snakedye has quit [Ping timeout: 268 seconds]
snakedye has joined #river
waleee has joined #river
mon_aaraj has quit [Ping timeout: 268 seconds]
mon_aaraj has joined #river
tleydxdy[m] has quit [Quit: issued !quit command]
tsraoien has quit [Ping timeout: 252 seconds]
mon_aaraj has quit [Ping timeout: 268 seconds]
mon_aaraj has joined #river
snakedye has quit [Ping timeout: 255 seconds]
snakedye has joined #river
tsraoien has joined #river
talismanick has joined #river
talismanick has quit [Ping timeout: 245 seconds]