Skip to content

Commit 1918d06

Browse files
committed
add examples
1 parent 3bb8e4e commit 1918d06

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Syntax highlighting for .desktop files uses XDG syntax, not CCSMB syntax
2+
Standards/CCSMB-11/*.desktop linguist-language=Lua
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
return {
2+
Name = "pain";
3+
Type = "Application";
4+
Exec = "pain -n";
5+
Terminal = true;
6+
CompliantWindowManagement = true;
7+
GenericName = "Image Editor";
8+
Categories = { "Graphics", "RasterGraphics", "ImageProcessing" };
9+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
return {
2+
Name = "My Game With Noncompliant Windowing";
3+
Type = "Application";
4+
Icon = "/MyPartiallyCompliantOS/MyIcon.nfp";
5+
Exec = "/MyPartiallyCompliantOS/myfungame";
6+
Terminal = false;
7+
CompliantWindowManagement = false;
8+
ShowIn = { "/MyPartiallyCompliantOS/start" };
9+
Categories = { "Game", "Amusement" };
10+
}

0 commit comments

Comments
 (0)