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

Commit 95a3e2ef860a59a674d7eb48f3123d412a96fbf1
Parent: 9a226015aef13362d5bfa0977f04af6467f13909
Author: mcol <mcol@posteo.net>
Date: 2021-11-03 00:21:06 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-03 00:26:09 +0000

Explicitly set item orientation and activate on single click

Later these can be configurable

src/Icons.hs Modified

@@ -35,6 +35,8 @@
         , #tooltipColumn := 0
         , #pixbufColumn := 1
         , #reorderable := True
+        , #itemOrientation := Gtk.OrientationVertical
+        , #activateOnSingleClick := True
         ]
     on iconView #itemActivated $ onItemActivated listStore root
     return iconView