An open API service indexing awesome lists of open source software.

https://github.com/reqable/re-xdg-utils

Some apis for XDG desktop
https://github.com/reqable/re-xdg-utils

Last synced: 5 days ago
JSON representation

Some apis for XDG desktop

Awesome Lists containing this project

README

        

Some APIs for XDG desktop.

## Getting started

### Get Desktop Environment

Get current desktop environment type.

```dart
DesktopEnvironment env = Xdg.desktopEnvironment;

// other
// cinnamon
// deepin
// gnom
// kde3
// kde4
// kde5
// kde6
// pantheon
// ukui
// unity
// xfce
// lxqt
```