Python wrapper around launcherctl.
Project description
Python wrapper around launcherctl
Installation
pip install launcherctl
Usage
import launcherctl
if (
launcherctl.launchers.current.name != "oxide"
and "oxide" in launcherctl.launchers
):
launcherctl.launchers.switch("oxide", start=True)
# or
launcherctl.launchers["oxide"].enable(start=True)
if (
"calculator" in launcherctl.apps
and "calculator" not in launcherctl.apps.running.keys()
):
launcherctl.apps["calculator"].start()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
launcherctl-1.0.1.tar.gz
(3.2 kB
view hashes)
Built Distribution
Close
Hashes for launcherctl-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f6146aa8e047d7d2eeceacbb69e7a3295b341719eaf77244b1977d711e440a2 |
|
MD5 | cb76c30f7c52d73b1ce8e91cf344bdcb |
|
BLAKE2b-256 | 335d9cb80b7d501c44a26a0843ca233454563e89f8c8d6e8e746737aafc4a5fe |