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

Date Commit message Author
2021-11-03 16:06Make main less penetrablemcol
2021-11-03 15:17Set keep_below on x11 windowsmcol
2021-11-03 00:21Explicitly set item orientation and activate on single clickmcol
2021-11-03 00:05Add more styles to example style.cssmcol
2021-11-02 22:43make transparent background style specificmcol
2021-11-02 18:16Add user custom CSSmcol
2021-11-02 17:30Move style code into new Style.hsmcol
2021-11-02 16:53update readmemcol
2021-11-02 16:36Implement wlr-layer-surface protocolmcol
2021-11-02 16:01temp fix: use local haskell-gi from sourcemcol
2021-11-02 16:00Add gi-gtk-layer-shell to deps. haskell-gi source is currently neededmcol
2021-11-02 12:54Use dark theme by defaultmcol
2021-11-02 01:42addCSS: get screen from window to avoid Maybemcol
2021-11-02 01:32Make icons reorderable via draggingmcol
2021-11-02 01:32Make background of window transparentmcol
2021-11-01 01:11Set window size to monitor sizemcol
2021-11-01 00:04fix getting desktop directorymcol
2021-10-31 23:55fixup language pragmasmcol
2021-10-31 23:47add dist-newstyle/ to gitignoremcol
2021-10-31 23:47Update cabal filemcol
2021-10-31 15:42Improve Icons.hs stylemcol
2021-10-31 15:42Add Kowainik style to ghc optionsmcol
2021-10-31 15:25Clean up getIconmcol
2021-10-31 15:18small readme updatesmcol
2021-09-04 00:30Add explicit exportsmcol
2021-08-25 18:05Set window hint to "desktop"mcol
2021-08-22 19:48Make window non-resizablemcol
2021-08-22 19:02Add xyz.mcol.xanadu as application IDmcol
2021-08-22 17:17Use mimeopen in example usage instead of xdg-open as it is bettermcol
2021-08-22 15:22Add folder-management in default usagemcol
2021-08-22 13:29Show folder icon if path is a foldermcol
2021-08-22 01:29Add information to readmemcol
2021-08-22 00:49Flush output after printingmcol
2021-08-22 00:08Print full path of activate itemsmcol
2021-08-21 22:31Hook function to activaiton of itemmcol
2021-08-21 19:33flip appending /Desktop to $HOMEmcol
2021-08-21 13:41Use $(XDG_DESKTOP_DIR:-$HOME) for root foldermcol
2021-08-21 13:07Add data type for items and save whether they are directoriesmcol
2021-08-21 01:17Trim initIcons block of unnecessary variablesmcol
2021-08-21 01:13Split icon-handling code into modulemcol
2021-08-21 01:01Clean up nested Maybe cases with MaybeT blockmcol
2021-08-20 15:53replace hard-coding of my own home dir with users home dirmcol
2021-08-20 00:47Use icon theme and get icons for each filemcol
2021-08-19 13:50Set second column of listview to gdk pixbufsmcol
2021-08-19 11:20Set selection mode with dragmcol
2021-08-19 11:18Use text for tooltipsmcol
2021-08-19 11:11Simplify populate functionmcol
2021-08-19 11:02Commit initial somewhat-working versionmcol