red / REP

Red Enhancement Process
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

WISH: new window flag #89

Open nwtgthb opened 3 years ago

nwtgthb commented 3 years ago

QML has a window flag that takes the app out of the application list. The window flag is flags: Qt.SplashScreen . All the current Red flags still keep the app on the list. Thanks.

greggirwin commented 3 years ago

Is there an equivalent on Windows, Mac, GTX, or Android?

loziniak commented 3 years ago

In GTK it could probably be gtk-window-set-skip-taskbar-hint() or gtk-window-set-skip-pager-hint() ?