feat: initial implementation, refs NOISSUE

This commit is contained in:
2025-10-30 17:19:06 +01:00
commit 39bd8150e1
4 changed files with 100 additions and 0 deletions

9
volume-remapper.service Normal file
View File

@@ -0,0 +1,9 @@
[Unit]
Description=Volumeup key remapper
[Service]
ExecStart=/path/to/volume_remapper.py
Restart=always
[Install]
WantedBy=default.target