INTERACT FORUM

More => Old Versions => JRiver Media Center 24 for Linux => Topic started by: ipta on May 23, 2018, 07:43:56 pm

Title: jriver media center menus i3wm
Post by: ipta on May 23, 2018, 07:43:56 pm
i use i3 (a tiling window manager) the file menus tile when you click them.

to fix this add the following to your i3 config file:

Code: [Select]
for_window [class="^Media_Center_.+" instance="JRiver Menu Class"] floating enable
Title: Re: jriver media center menus i3wm
Post by: bob on May 29, 2018, 03:30:45 pm
i use i3 (a tiling window manager) the file menus tile when you click them.

to fix this add the following to your i3 config file:

Code: [Select]
for_window [class="^Media_Center_.+" instance="JRiver Menu Class"] floating enable
Interesting, thanks for the info!