Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/devel/language/python/launcherctl.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
===========
Launcherctl
===========

Launcherctl is a python library that wraps the launcherctl commandline tool.

.. code-block:: console

$ pip install launcherctl

Pros
====

- Provides a consistent interface that works no matter what launcher is in use.

Cons
====

- Depending on the underlying launcher's launcherctl implementation, it may be slow.

External Links
==============

- Repository
https://github.com/Eeems-Org/python-launcherctl
5 changes: 2 additions & 3 deletions src/guide/software/launcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ Installation
.. code-block:: shell

opkg install oxide
systemctl disable --now xochitl launcher
systemctl enable --now tarnish
launcherctl switch-launcher --start oxide

Remux
=====
Expand Down Expand Up @@ -100,4 +99,4 @@ Installation
.. code-block:: shell

opkg install remux
systemctl enable --now remux
launcherctl switch-launcher --start remux