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

Commit 3ece7cc647600da5a19df05e8069f94fc054f691
Parent: 788e05e6bd9b2a307090ec0b7abd5510467ec0e0
Author: mcol <mcol@posteo.net>
Date: 2021-08-19 11:20:16 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-08-19 11:20:16 +0100

Set selection mode with drag

src/Main.hs Modified

@@ -32,6 +32,7 @@
     listStore <- Gtk.listStoreNew [GType.gtypeString]
     view <- new Gtk.IconView
         [ #model := listStore
+        , #selectionMode := Gtk.SelectionModeMultiple
         , #textColumn := 0
         , #tooltipColumn := 0
         , #pixbufColumn := 1