00:58
leopoldek has quit [Ping timeout: 248 seconds]
01:01
haliucinas has quit [Quit: Ping timeout (120 seconds)]
01:02
haliucinas has joined #river
01:11
leopoldek has joined #river
02:20
eShaev9z_ has joined #river
02:21
eShaev9z has quit [Ping timeout: 248 seconds]
02:36
talismanick has joined #river
02:42
waleee has quit [Ping timeout: 252 seconds]
03:35
leopoldek has quit [Remote host closed the connection]
03:36
leopoldek has joined #river
04:23
angry_vincent has joined #river
04:23
angry_vincent has quit [Changing host]
04:23
angry_vincent has joined #river
05:16
DZoidberg has quit [Ping timeout: 240 seconds]
05:16
gbrlsnchs has quit [Ping timeout: 250 seconds]
05:16
whereiseveryone has quit [Ping timeout: 250 seconds]
05:17
Ankhers has quit [Ping timeout: 250 seconds]
05:18
gbrlsnchs has joined #river
05:18
Ankhers has joined #river
05:18
whereiseveryone has joined #river
05:19
DZoidberg_ has joined #river
05:42
<
dnkl >
actually, there was a "regression", where the default font size was, unintentionally, changed from 12pt to 8pt. Fixed in 1.9.1
07:44
newbie has joined #river
07:44
newbie has quit [Write error: Broken pipe]
07:50
CanrardMandarin has joined #river
07:50
<
CanrardMandarin >
Hi there!
07:58
CanrardMandarin has quit [Quit: Client closed]
08:06
CanrardMandarin has joined #river
08:40
CanrardMandarin has quit [Quit: Client closed]
08:58
leopoldek has quit [Ping timeout: 260 seconds]
10:01
fitrh has joined #river
10:04
fitrh has quit [Client Quit]
10:05
fitrh has joined #river
10:14
linkert has joined #river
10:27
linkert has quit [Ping timeout: 246 seconds]
11:11
fitrh has quit [Quit: fitrh]
12:17
<
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?
12:18
<
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.
12:55
nevoyu has joined #river
13:18
linkert has joined #river
13:18
<
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?
13:19
<
pinpoxIRC >
pavucontrol is top right corner and has no border
13:20
<
novakane >
apoorv569[m]: look for attach-mode bottom in riverctl(1) man page
13:20
<
novakane >
and for the ratio just resize the view as you want with keybinds
13:22
<
novakane >
pinpoxIRC: you need to add rule for app to use ssd
13:23
<
pinpoxIRC >
novakane: isn't that the default?
13:26
<
novakane >
pinpoxIRC: not anymore
13:27
<
pinpoxIRC >
novakane: Oh ok. Then the man page is outdated. Is there anything I should consider when changing to server-side decorations?
13:27
<
pinpoxIRC >
Also, can I just make it the default for all apps with a rule like "*" ?
13:30
<
novakane >
I haven't really test how the new glob works, but they're is a long explanation on riverctl man page
13:30
<
pinpoxIRC >
Ok, thanks, I'll read up on that!
13:32
linkert1 has joined #river
13:35
linkert has quit [Ping timeout: 260 seconds]
13:35
linkert1 is now known as linkert
13:47
linkert has quit [Ping timeout: 246 seconds]
14:00
linkert has joined #river
14:14
linkert has quit [Ping timeout: 260 seconds]
14:47
linkert has joined #river
14:56
<
leon-p >
apoorv569[m]: man riverctl, search for attach-mode
14:57
<
leon-p >
and man rivertile, search for -main-ratio
15:04
<
apoorv569[m] >
Thanks for the suggestion.
15:04
<
apoorv569[m] >
riverctl attach-mode bottom works for opening new window in the stack instead
15:05
<
apoorv569[m] >
but `rivertile -main-ratio 0.7 &` doesn't seem to work
15:08
linkert has quit [Ping timeout: 276 seconds]
15:12
linkert has joined #river
15:17
<
novakane >
apoorv569[m]: you need to use send-layout-cmd for that, there is the exact exemple you looking for in rivertile man page
15:21
<
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
16:19
waleee has joined #river
16:41
leopoldek has joined #river
17:12
<
apoorv569[m] >
The example is for changing size at runtime. But I want to it as default.
17:13
<
apoorv569[m] >
<novakane> "oh, you probably used that in..." <- Yes.
17:16
<
apoorv569[m] >
Its not very long only 180 something lines. The part we are talking about is in the end.
17:19
<
leon-p >
apoorv569[m]: you are starting rivertile multiple times, only the first one will be actually active
17:19
<
leon-p >
so you need to change that command, not add a new one
17:20
<
apoorv569[m] >
I think I figured it out, the problem was I had it in the end.
17:20
<
apoorv569[m] >
moving it in the beginning of the file makes it work
17:20
<
leon-p >
yes, because of what I've said, you are prob. still having multiple rivertile commands in your init
17:21
<
apoorv569[m] >
I'm starting it multiple times? How exactly do you start it?
17:21
<
apoorv569[m] >
Does assigning a keybind starts it?
17:21
<
apoorv569[m] >
`riverctl map normal Super+Shift H send-layout-cmd rivertile "main-count +1"`
17:21
<
apoorv569[m] >
like this?
17:21
<
leon-p >
the rivertile command in your init starts it
17:22
<
leon-p >
that's why there is a & at the end of the command
17:22
<
apoorv569[m] >
the outer padding one you mean?
17:22
<
apoorv569[m] >
how to I set multiple options then?
17:22
<
leon-p >
just like you would with any other command
17:22
<
apoorv569[m] >
how do I*
17:22
<
leon-p >
the init is a shell script, just treat it like any other shell script
17:23
<
leon-p >
rivertile -outer-padding 0 -main-ratio 0.5
17:23
<
leon-p >
like that, for example
17:24
<
apoorv569[m] >
can I chain options? like `rivertile -outer-padding 0 -main-ratio 0.5 &` ?
17:24
<
leon-p >
yes, of course
17:24
<
apoorv569[m] >
Ah! I see.
17:24
<
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
17:25
<
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?
17:25
<
apoorv569[m] >
leon-p: Yes, I know.
17:25
<
leon-p >
you can start multiple at once
17:25
<
apoorv569[m] >
leon-p: I see. Thank you!
17:25
<
apoorv569[m] >
Both problems solved.
17:25
<
leon-p >
use the output-layout command to change between them
17:26
<
apoorv569[m] >
Oh! does the man-page cover output-layout command?
17:26
<
leon-p >
note that all commands are in the riverctl page, not the river page
17:27
<
apoorv569[m] >
OK. Thanks
17:34
linkert has quit [Ping timeout: 276 seconds]
17:41
<
apoorv569[m] >
riverctl map normal Super M output-layout rivercarro
17:41
<
apoorv569[m] >
riverctl map normal Super T output-layout rivertile
17:41
<
apoorv569[m] >
Ah! This works.
17:41
<
apoorv569[m] >
But it switches the layout for all workspaces.
17:42
<
apoorv569[m] >
What if I want to only switch a layout for a particular workspace.
17:51
<
leon-p >
per-tag layouts need to be implemented by the layout generator itself
17:51
<
leon-p >
see the wiki list of community layouts, some have this feature
18:20
Arya[projectsegf has left #river [#river]
18:21
<
apoorv569[m] >
I see.
18:54
angry_vincent has quit [Remote host closed the connection]
19:03
linkert has joined #river
19:33
andyrtr has joined #river
19:50
talismanick has quit [Remote host closed the connection]
19:51
talismanick has joined #river
20:02
linkert has quit [Quit: linkert]
20:02
linkert has joined #river
20:07
linkert has quit [Ping timeout: 248 seconds]
20:32
nevoyu has quit [Remote host closed the connection]
21:32
taupiqueur has quit [Quit: WeeChat 3.8]
22:24
lheuer has joined #river
22:26
lheuer has quit [Client Quit]
23:21
notzmv has joined #river