Hi, > Well, wouldn't it make sense to have monitor=<nr> work for both > full-screen=on and full-screen=off cases? > sweeaun: Yes. That will be better option for user. However, I not managed to > find other GTK window API that can set window into monitor rather than > gtk_window_fullscreen_on_monitor so far.
Hmm, right, nothing obvious at https://developer.gnome.org/gtk3/stable/GtkWindow.html for the non-full-screen case. Nevertheless the options should have sane semantics. We could: (1) Require full-screen=on in addition to monitor=<nr>. That would leave the door open to implement the full-screen=off case later if we figure some way to do that. (2) Rename the option to full-screen-on-monitor, to make clear this automatically enables fullscreen too. take care, Gerd