mirror of
https://github.com/jrpie/Launcher.git
synced 2025-06-07 17:59:54 +02:00
add example to docs
This commit is contained in:
parent
ac1639b77e
commit
ea5a4ad7bf
9 changed files with 52 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
+++
|
||||||
|
weight = 10
|
||||||
|
+++
|
||||||
|
|
||||||
# Actions and Gestures
|
# Actions and Gestures
|
||||||
|
|
||||||
µLauncher's central mechanism for accessing important functionality quickly
|
µLauncher's central mechanism for accessing important functionality quickly
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
+++
|
||||||
|
weight = 100
|
||||||
|
+++
|
||||||
|
|
||||||
TODO: move the [hedgedoc](https://pad.abstractnonsen.se/foss-launchers) document here.
|
ODO: move the [hedgedoc](https://pad.abstractnonsen.se/foss-launchers) document here.
|
||||||
<meta http-equiv="refresh" content="0; url=https://pad.abstractnonsen.se/foss-launchers" />
|
<meta http-equiv="refresh" content="0; url=https://pad.abstractnonsen.se/foss-launchers" />
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
+++
|
||||||
|
weight = 50
|
||||||
|
+++
|
||||||
|
|
||||||
|
|
||||||
# Building from Source
|
# Building from Source
|
||||||
|
|
||||||
## Using the command line
|
## Using the command line
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
+++
|
||||||
|
weight = 40
|
||||||
|
+++
|
||||||
|
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
There are several ways to contribute to this app:
|
There are several ways to contribute to this app:
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
|
+++
|
||||||
|
bookCollapseSection = true
|
||||||
|
weight = 20
|
||||||
|
+++
|
||||||
|
|
||||||
# Examples
|
# Examples
|
||||||
This section contains some examples how μLauncher can be tweaked.
|
This section contains some examples how μLauncher can be tweaked.
|
||||||
|
|
18
docs/examples/apps-on-home-screen.md
Normal file
18
docs/examples/apps-on-home-screen.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
+++
|
||||||
|
title = 'Showing Apps on the Home Screen'
|
||||||
|
+++
|
||||||
|
|
||||||
|
# Showing Apps on the Home Screen
|
||||||
|
|
||||||
|
Even though this is somewhat contrary to the general idea of μLauncher,
|
||||||
|
it is possible to show apps on the home screen using widgets.
|
||||||
|
|
||||||
|
Users suggested:
|
||||||
|
* [Launchy](https://launchywidget.com/) (proprietary!)
|
||||||
|
* KWGT Kustom Widget Maker (proprietary!)
|
||||||
|
|
||||||
|
{{% hint danger %}}
|
||||||
|
Both of these apps are not open source and KWGT even has ads.
|
||||||
|
|
||||||
|
Please contact me if you know FOSS alternatives!
|
||||||
|
{{% /hint %}}
|
|
@ -1,3 +1,9 @@
|
||||||
|
+++
|
||||||
|
title = 'User Profiles'
|
||||||
|
weight = 12
|
||||||
|
+++
|
||||||
|
|
||||||
|
|
||||||
# Work Profile
|
# Work Profile
|
||||||
|
|
||||||
µLauncher is compatible with [work profile](https://www.android.com/enterprise/work-profile/), so apps like [Shelter](https://gitea.angry.im/PeterCxy/Shelter) can be used.
|
µLauncher is compatible with [work profile](https://www.android.com/enterprise/work-profile/), so apps like [Shelter](https://gitea.angry.im/PeterCxy/Shelter) can be used.
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
+++
|
||||||
|
weight = 10
|
||||||
|
+++
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
|
|
||||||
Tweaks and customizations can be made from within the settings page.
|
Tweaks and customizations can be made from within the settings page.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
+++
|
+++
|
||||||
title = 'Widgets'
|
title = 'Widgets'
|
||||||
|
weight = 11
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# Widgets
|
# Widgets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue