mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-15 06:59:58 -05:00
add a module that forwards cork/uncork requests to X11 as fake pause/resume key events
This commit is contained in:
parent
4fab9bf238
commit
433751ff25
4 changed files with 199 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ set -e
|
|||
if [ x"$DISPLAY" != x ] ; then
|
||||
|
||||
@PACTL_BINARY@ load-module module-x11-publish "display=$DISPLAY" > /dev/null
|
||||
@PACTL_BINARY@ load-module module-x11-cork-request "display=$DISPLAY" > /dev/null
|
||||
|
||||
if [ x"$SESSION_MANAGER" != x ] ; then
|
||||
@PACTL_BINARY@ load-module module-x11-xsmp "display=$DISPLAY session_manager=$SESSION_MANAGER" > /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue