Skip to content

Commit

Permalink
stop-all.desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Feb 2, 2025
1 parent 230aac3 commit 9fc7db9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions data/input-remapper-stop-all.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=Stop all input-remapper injections
Icon=input-remapper
Exec=input-remapper-control --command stop-all
Terminal=false
Categories=Settings
Comment=Stop all input-remapper injections
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
import re
import subprocess
from os.path import basename, splitext, join

from setuptools import setup
from setuptools.command.install import install


PO_FILES = "po/*.po"


Expand Down Expand Up @@ -114,6 +114,7 @@ def make_lang():
*lang_data,
("/usr/share/input-remapper/", glob.glob("data/*")),
("/usr/share/applications/", ["data/input-remapper-gtk.desktop"]),
("/usr/share/applications/", ["data/input-remapper-stop-all.desktop"]),
(
"/usr/share/metainfo/",
["data/io.github.sezanzeb.input_remapper.metainfo.xml"],
Expand Down

0 comments on commit 9fc7db9

Please sign in to comment.