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/
leopoldek has quit [Ping timeout: 248 seconds]
haliucinas has quit [Quit: Ping timeout (120 seconds)]
haliucinas has joined #river
leopoldek has joined #river
eShaev9z_ has joined #river
eShaev9z has quit [Ping timeout: 248 seconds]
talismanick has joined #river
waleee has quit [Ping timeout: 252 seconds]
leopoldek has quit [Remote host closed the connection]
leopoldek has joined #river
angry_vincent has joined #river
angry_vincent has quit [Changing host]
angry_vincent has joined #river
DZoidberg has quit [Ping timeout: 240 seconds]
gbrlsnchs has quit [Ping timeout: 250 seconds]
whereiseveryone has quit [Ping timeout: 250 seconds]
Ankhers has quit [Ping timeout: 250 seconds]
gbrlsnchs has joined #river
Ankhers has joined #river
whereiseveryone has joined #river
DZoidberg_ has joined #river
<dnkl> actually, there was a "regression", where the default font size was, unintentionally, changed from 12pt to 8pt. Fixed in 1.9.1
newbie has joined #river
newbie has quit [Write error: Broken pipe]
CanrardMandarin has joined #river
<CanrardMandarin> Hi there!
CanrardMandarin has quit [Quit: Client closed]
CanrardMandarin has joined #river
CanrardMandarin has quit [Quit: Client closed]
leopoldek has quit [Ping timeout: 260 seconds]
fitrh has joined #river
fitrh has quit [Client Quit]
fitrh has joined #river
linkert has joined #river
linkert has quit [Ping timeout: 246 seconds]
fitrh has quit [Quit: fitrh]
<apoorv569[m]> By default a new window opens as master i.e on the left. Is there a way to open the new window in the stack on the right instead?
<apoorv569[m]> Also the ratio for the master and stack is not 50% I want both the master and stack to take 50% of the screen.
nevoyu has joined #river
linkert has joined #river
<pinpoxIRC> I've noticed, that some applications (e.g. pavucontrol and thunderbird) don't get window borders. Why is that, how can I have the same border for everything in river?
<pinpoxIRC> Example: https://imgur.com/a/hafCoJy
<pinpoxIRC> pavucontrol is top right corner and has no border
<novakane> apoorv569[m]: look for attach-mode bottom in riverctl(1) man page
<novakane> and for the ratio just resize the view as you want with keybinds
<novakane> pinpoxIRC: you need to add rule for app to use ssd
<pinpoxIRC> novakane: isn't that the default?
<novakane> pinpoxIRC: not anymore
<pinpoxIRC> novakane: Oh ok. Then the man page is outdated. Is there anything I should consider when changing to server-side decorations?
<pinpoxIRC> Also, can I just make it the default for all apps with a rule like "*" ?
<novakane> I haven't really test how the new glob works, but they're is a long explanation on riverctl man page
<pinpoxIRC> Ok, thanks, I'll read up on that!
linkert1 has joined #river
linkert has quit [Ping timeout: 260 seconds]
linkert1 is now known as linkert
linkert has quit [Ping timeout: 246 seconds]
linkert has joined #river
linkert has quit [Ping timeout: 260 seconds]
linkert has joined #river
<leon-p> apoorv569[m]: man riverctl, search for attach-mode
<leon-p> and man rivertile, search for -main-ratio
<apoorv569[m]> Thanks for the suggestion.
<apoorv569[m]> riverctl attach-mode bottom works for opening new window in the stack instead
<apoorv569[m]> but `rivertile -main-ratio 0.7 &` doesn't seem to work
linkert has quit [Ping timeout: 276 seconds]
linkert has joined #river
<novakane> apoorv569[m]: you need to use send-layout-cmd for that, there is the exact exemple you looking for in rivertile man page
<novakane> oh, you probably used that in the config to start rivertile, so in that case that should work unless there is a problem with your init file
waleee has joined #river
leopoldek has joined #river
<apoorv569[m]> The example is for changing size at runtime. But I want to it as default.
<apoorv569[m]> <novakane> "oh, you probably used that in..." <- Yes.
<apoorv569[m]> This is my whole config. https://0x0.st/HHnu.txt
<apoorv569[m]> Its not very long only 180 something lines. The part we are talking about is in the end.
<leon-p> apoorv569[m]: you are starting rivertile multiple times, only the first one will be actually active
<leon-p> so you need to change that command, not add a new one
<apoorv569[m]> I think I figured it out, the problem was I had it in the end.
<apoorv569[m]> moving it in the beginning of the file makes it work
<leon-p> yes, because of what I've said, you are prob. still having multiple rivertile commands in your init
<apoorv569[m]> I'm starting it multiple times? How exactly do you start it?
<apoorv569[m]> Does assigning a keybind starts it?
<apoorv569[m]> `riverctl map normal Super+Shift H send-layout-cmd rivertile "main-count +1"`
<leon-p> no
<apoorv569[m]> like this?
<leon-p> the rivertile command in your init starts it
<leon-p> that's why there is a & at the end of the command
<apoorv569[m]> the outer padding one you mean?
<apoorv569[m]> how to I set multiple options then?
<leon-p> just like you would with any other command
<apoorv569[m]> how do I*
<leon-p> the init is a shell script, just treat it like any other shell script
<leon-p> rivertile -outer-padding 0 -main-ratio 0.5
<leon-p> like that, for example
<apoorv569[m]> can I chain options? like `rivertile -outer-padding 0 -main-ratio 0.5 &` ?
<leon-p> yes, of course
<apoorv569[m]> Ah! I see.
<leon-p> as I said, it's a shell script, so rivertile is not a special command but rather a program you execute, just like in the terminal
<apoorv569[m]> So if I have other layouts installed like rivercarro, those can be started side by side or only one layout can be started at once?
<apoorv569[m]> leon-p: Yes, I know.
<leon-p> you can start multiple at once
<apoorv569[m]> leon-p: I see. Thank you!
<apoorv569[m]> Both problems solved.
<leon-p> use the output-layout command to change between them
<apoorv569[m]> Oh! does the man-page cover output-layout command?
<leon-p> yes
<leon-p> note that all commands are in the riverctl page, not the river page
<apoorv569[m]> OK. Thanks
linkert has quit [Ping timeout: 276 seconds]
<apoorv569[m]> riverctl map normal Super M output-layout rivercarro
<apoorv569[m]> riverctl map normal Super T output-layout rivertile
<apoorv569[m]> Ah! This works.
<apoorv569[m]> But it switches the layout for all workspaces.
<apoorv569[m]> What if I want to only switch a layout for a particular workspace.
<leon-p> per-tag layouts need to be implemented by the layout generator itself
<leon-p> see the wiki list of community layouts, some have this feature
Arya[projectsegf has left #river [#river]
<apoorv569[m]> I see.
angry_vincent has quit [Remote host closed the connection]
linkert has joined #river
andyrtr has quit [Quit: ZNC 1.8.2 - https://znc.in]
andyrtr has joined #river
talismanick has quit [Remote host closed the connection]
talismanick has joined #river
linkert has quit [Quit: linkert]
linkert has joined #river
linkert has quit [Ping timeout: 248 seconds]
nevoyu has quit [Remote host closed the connection]
taupiqueur has quit [Quit: WeeChat 3.8]
lheuer has joined #river
lheuer has quit [Client Quit]
notzmv has joined #river