mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-10 01:13:29 +00:00
8 lines
235 B
Markdown
8 lines
235 B
Markdown
|
# IPC
|
||
|
|
||
|
Since I'm not forking, I can't use the handy multiprocessing.Pipe
|
||
|
method anymore.
|
||
|
|
||
|
Processes that need privileges are spawned with pkexec, which connect to
|
||
|
known pipe paths to communicate with the non-privileged parent process.
|