Virtual desktop underlay for Wayland and X11
git clone https://github.com/m-col/xanadu
Files | Refs | Readme | License

Commit f7ff274355999e98090fd2d711f96f3f4f664744
Parent: 95a3e2ef860a59a674d7eb48f3123d412a96fbf1
Author: mcol <mcol@posteo.net>
Date: 2021-11-03 15:17:01 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-03 15:17:01 +0000

Set keep_below on x11 windows

src/Window.hs Modified

@@ -45,3 +45,4 @@
     width <- Gdk.getRectangleWidth rect
     height <- Gdk.getRectangleHeight rect
     Gtk.windowSetDefaultSize win width height
+    Gtk.windowSetKeepBelow win True