melatonina
09/20/2020, 10:35 AMMarcin Wisniowski
09/20/2020, 11:00 AMaltavir
09/20/2020, 11:54 AMmelatonina
09/20/2020, 11:58 AMaltavir
09/20/2020, 11:59 AMmelatonina
09/20/2020, 12:01 PMmelatonina
09/20/2020, 12:02 PMmelatonina
09/20/2020, 12:04 PMaltavir
09/20/2020, 12:06 PMMarcin Wisniowski
09/20/2020, 12:09 PMaltavir
09/20/2020, 12:09 PMMarcin Wisniowski
09/20/2020, 12:10 PMmelatonina
09/20/2020, 12:11 PMmelatonina
09/20/2020, 12:13 PMmelatonina
09/22/2020, 7:34 PMmelatonina
09/22/2020, 7:35 PMMarcin Wisniowski
09/23/2020, 10:25 AMsetX11WindowHint(windowId, "_NET_WM_STATE_SKIP_TASKBAR", true);
will do the trick.
The windowId
I get from Java, you can find it in your windows from com.sun.glass.ui.Window.getWindows()
, in the nativeWindow
field of a Window
.
This repo also does other things but if you delete the screenshot parts you are left with a simple C++ library you can use from Java/Kotlin.melatonina
09/24/2020, 7:17 AM