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.0.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for launcherctl-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 237a52444198cc96d1337bf77d8fa03b70808a6132f9a85769109285a807932f |
|
MD5 | 5076695c5d79f87c3c8052b07f434064 |
|
BLAKE2b-256 | 24714ccb38dbd0fcf7b825cccd04e32374ab0557772560ca37cca39fcad2a294 |