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

Commit 788e05e6bd9b2a307090ec0b7abd5510467ec0e0
Parent: 541956b8e78b2a1bcd0f96965d8dbd0c2cdc2ba0
Author: mcol <mcol@posteo.net>
Date: 2021-08-19 11:18:12 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-08-19 11:18:12 +0100

Use text for tooltips

src/Main.hs Modified

@@ -33,6 +33,7 @@
     view <- new Gtk.IconView
         [ #model := listStore
         , #textColumn := 0
+        , #tooltipColumn := 0
         , #pixbufColumn := 1
         ]
     populate listStore "/home/mcol/Desktop"