ianyh / Amethyst

Automatic tiling window manager for macOS à la xmonad.
https://ianyh.com/amethyst/
MIT License
14.74k stars 487 forks source link

Amethyst not tiling windows when Skim is launched by Vimtex #857

Open kzhang2 opened 5 years ago

kzhang2 commented 5 years ago

System

What's the problem?

When I compile latex files using Vimtex's :VimtexCompile command and Skim (a pdf viewer) is launched, skim is not being tiled by Amethyst

How can it be reproduced?

My understanding of Vimtex is based on here: https://castel.dev/post/lecture-notes-1/, but I have replaced "let g:vimtex_view_method='zathura'" with "let g:vimtex_view_method='skim'" to get Vimtex to work with Skim on Mac. Install Vimtex. Then create a simple latex file which compiles properly. Then run :VimtexCompile while editing the latex file in Vim. Vimtex properly opens the compiled pdf but it is not tiled by Amethyst

What applications are involved?

Vim, Vimtex, Skim, Amethyst

Has anything fixed it, even temporarily?

When I move between desktops (with Ctrl+left and Ctrl+right) Amethyst suddenly decides to retile.

dotfile (if you have one)

{

}

Screenshots

ianyh commented 5 years ago

At a guess the issue is not having a bundle ID. See #748.

vectorsss commented 1 year ago

I have the same problem.