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

Commit 2e252c57a2446f687040a45c2881cc2071b97d45
Parent: c2232ba07e15af7dced3074f6eeaee25f80a94f8
Author: mcol <mcol@posteo.net>
Date: 2021-08-22 19:02:17 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-08-22 19:02:17 +0100

Add xyz.mcol.xanadu as application ID

src/Main.hs Modified

@@ -11,7 +11,7 @@
 main :: IO ()
 main = do
     app <- new Gtk.Application
-      [ #applicationId := "xanadu"
+      [ #applicationId := "xyz.mcol.xanadu"
       , #flags := [ Gio.ApplicationFlagsFlagsNone ]
       ]
     on app #activate $ activateApp app