fuhsjr00 / bug.n

Tiling Window Manager for Windows
GNU General Public License v3.0
3.34k stars 213 forks source link

Cannot control X forwarded windows. #299

Closed OmarAshkar closed 1 year ago

OmarAshkar commented 1 year ago

Hi,

I am using MobXterm to ssh through a server, then plot figure in any software, let's say R. Whatever window I got is float by default. I can only make is full screen, but cannot tile anywhere.

The info window is pasted here.

ID: 0x4b0d12
class:  moba/x X rl
title:  R Graphics: Device 2 (ACTIVE) [hidden]
process:    XWin_MobaX.exe [12412]
style:  0x96CF0000
metrics:    x: 208, y: 220, width: 687, height: 710
tags:   --

Config_rule=moba/x X rl;R Graphics: Device 2 (ACTIVE);;0;;;;;1;

I would like to use bug.n in my workflow.

Thank you,

DWTW321 commented 1 year ago

I haven't ever used MobXTerm before but for VcXsrv I put this in my config and it started working. Config_rule=vcxsrv/x X rl;*;;1;0;0;0;1;0; So you can maybe try the following. Config_rule=moba/x X rl;*;;1;0;0;0;1;0; or Config_rule=moba/x X rl;*: *;;1;0;0;0;1;0;

Let me know if that works, if not I can download MobaXterm and troubleshoot for you.

OmarAshkar commented 1 year ago

Thank you for your quick response. It is tiling now! I will close this.