use libspc_ctrl.so path the AUR package installs it in
This commit is contained in:
parent
a280476b04
commit
5611cf1abd
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ import time
|
||||||
import threading
|
import threading
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
from evdev import UInput, ecodes, AbsInfo # pip install evdev
|
from evdev import UInput, ecodes, AbsInfo
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
# Logging levels used in this script: logging.ERROR, logging.WARNING, logging.INFO, logging.DEBUG
|
# Logging levels used in this script: logging.ERROR, logging.WARNING, logging.INFO, logging.DEBUG
|
||||||
|
@ -23,7 +23,7 @@ def setup_logging(level=LOGLEVEL):
|
||||||
logger = logging.getLogger("SpaceControl")
|
logger = logging.getLogger("SpaceControl")
|
||||||
|
|
||||||
# --- Configuration ---
|
# --- Configuration ---
|
||||||
SC_LIB_PATH = "/opt/SpaceControl/lib/libspc_ctrl.so" # Verify this path
|
SC_LIB_PATH = "/usr/lib/spacecontrol/lib/libspc_ctrl.so" # Verify this path
|
||||||
|
|
||||||
# --- Device Enablement Flags ---
|
# --- Device Enablement Flags ---
|
||||||
# Set to True to enable the corresponding virtual device, False to disable.
|
# Set to True to enable the corresponding virtual device, False to disable.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue