feat(app-binding): lier les presets aux applications
Ajoute la configuration des associations application/preset, le service de suivi du focus, l'intégration GUI et les fichiers d'installation nécessaires. Ajoute les tests unitaires ciblés des bindings, du service de focus, des migrations et des composants GUI associés. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "input-remapper"
|
||||
version = "2.2.1"
|
||||
version = "2.3.0"
|
||||
description = "A tool to change the mapping of your input device buttons"
|
||||
authors = [
|
||||
{ name = "Sezanzeb", email = "b8x45ygc9@mozmail.com" },
|
||||
@ -16,6 +16,14 @@ dependencies = [
|
||||
"PyGObject",
|
||||
"pydantic",
|
||||
"packaging",
|
||||
"python-xlib",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
# Enables the wlroots / KDE-Wayland focus backend (zwlr_foreign_toplevel_manager_v1).
|
||||
# The focus-service degrades gracefully to other backends when this is absent.
|
||||
wayland = [
|
||||
"pywayland",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
|
||||
Reference in New Issue
Block a user