diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/magnus.1 | 7 | ||||
-rw-r--r-- | data/magnus.desktop | 11 |
2 files changed, 18 insertions, 0 deletions
diff --git a/data/magnus.1 b/data/magnus.1 new file mode 100644 index 0000000..53b3c24 --- /dev/null +++ b/data/magnus.1 @@ -0,0 +1,7 @@ +.TH magnus 1 "" "" +.SH NAME +magnus \- A very simple screen magnifier +.SH SYNOPSIS +.B magnus +.SH DESCRIPTION +A very simple screen magnifier for visually impaired users. diff --git a/data/magnus.desktop b/data/magnus.desktop new file mode 100644 index 0000000..2e43344 --- /dev/null +++ b/data/magnus.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Magnus +GenericName=Magnus screen magnifier +Comment=A very simple screen magnifier +Exec=magnus +Terminal=false +Type=Application +Categories=Utility;Accessibility; +Keywords=magnifier;accessibility;utility; +Icon=zoom-best-fit + |