Hello,
Recently I discover Xpad project, a sticky notes, that able to run on GNOME desktop. It is wonderful and has option to “Show notes on all workspaces”. Internally, it uses gtk_window_stick()
. But it doesn’t work on GNOME Shell wayland mode.
Is gtk_window_stick()
actually supported by GNOME Shell or Mutter in wayland mode? Any advice to make it works (either editing Xpad code to add some flag or something)?
Links
- Xpad project: Code : Xpad