Is it possible to manipulate window position from command line?

I would like to try and position a window from within neovim.
see GitHub - toppair/peek.nvim: Markdown preview plugin for Neovim

This can be done as in the example above with i3 using a simple command.

vim.fn.system('i3-msg split horizontal')

Is there any gnome api that could enable me to accomplish that ?

On a related note:
In the previous world of X11 I was a user of devilspie2 that worked awesomely with a config file. I would love to see the equivilent one day on Wayland. I’ve tried all the tiling window extensions and I don’t like any of them. At this point I Just use vanilla gnome.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.