Skip to content

Commit

Permalink
Launcherctl (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed May 29, 2024
1 parent 1f75c88 commit b6b809d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
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

0 comments on commit b6b809d

Please sign in to comment.