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

Commit 4bcbad45b226968fafae84208d1c682e8cce81b4
Parent: 0b7e858a6d56a88eef09c3d188327c33f10d90e3
Author: mcol <mcol@posteo.net>
Date: 2021-11-02 01:32:31 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-02 01:41:54 +0000

Make icons reorderable via dragging

src/Icons.hs Modified

@@ -34,6 +34,7 @@
         , #textColumn := 0
         , #tooltipColumn := 0
         , #pixbufColumn := 1
+        , #reorderable := True
         ]
     on iconView #itemActivated $ onItemActivated listStore root
     return iconView