Expand commentary in pipewire.el
This is what would be displayed in MELPA package description.
This commit is contained in:
parent
c23524cd30
commit
a81c61ab0a
15
pipewire.el
15
pipewire.el
@ -25,11 +25,18 @@
|
|||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;;
|
;;
|
||||||
;; PipeWire user interface based on pipewire-lib.
|
;; PipeWire user interface and library.
|
||||||
;; An interactive buffer can be displayed using `M-x pipewire'.
|
;; It currently uses pw-cli and pw-metadata command line utilities to
|
||||||
|
;; interact with PipeWire.
|
||||||
|
;;
|
||||||
|
;; An interactive PipeWire buffer can be displayed using `M-x pipewire'.
|
||||||
|
;; There you can view basic PipeWire status and change some settings.
|
||||||
;; `pipewire-increase-volume', `pipewire-decrease-volume' and
|
;; `pipewire-increase-volume', `pipewire-decrease-volume' and
|
||||||
;; `pipewire-toggle-muted' functions are also suitable to bind on the
|
;; `pipewire-toggle-muted' functions can be used also standalone and
|
||||||
;; multimedia keys.
|
;; are suitable to bind on the multimedia keys.
|
||||||
|
;;
|
||||||
|
;; The package can be used also non-interactively in Elisp programs.
|
||||||
|
;; See pipewire-lib.el source file for available functions.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user