diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-08-27 20:36:50 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-08-30 02:55:35 +0200 |
commit | 9e91058ed926841d3152f888b8b87633b8ccc4f8 (patch) | |
tree | a6dd007fa6ffe1338bd611babdb3fbb3ab8715b9 /wmstatus.conf.example | |
parent | fbc7454647d874cfc4603eea50c9576b12e3068e (diff) | |
download | desktop-tools-9e91058ed926841d3152f888b8b87633b8ccc4f8.tar.gz desktop-tools-9e91058ed926841d3152f888b8b87633b8ccc4f8.tar.xz desktop-tools-9e91058ed926841d3152f888b8b87633b8ccc4f8.zip |
Add elksmart-comm for transceiving infrared codes
The receive functionality is quite unstable,
however useful enough for something that is officially unsupported.
The gadget is picky about cables,
but it has ridiculous reach when it works.
Diffstat (limited to 'wmstatus.conf.example')
-rw-r--r-- | wmstatus.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wmstatus.conf.example b/wmstatus.conf.example index 90b472f..8d6a7fb 100644 --- a/wmstatus.conf.example +++ b/wmstatus.conf.example @@ -57,4 +57,7 @@ keys = { "Control XF86AudioRaiseVolume" = "noise-adjust +1" "Control XF86AudioLowerVolume" = "noise-adjust -1" + + # Turns on or off Pioneer integrated amplifiers + "Mod4 Control Delete" = "exec elksmart-comm --nec A538" } |