mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
service/pipewire: set device node volumes with device object
Fixes discrepancies between pulse and qs volumes, and volumes not persisting across reboot or vt switches.
This commit is contained in:
parent
b40d4147e0
commit
c60871a7fb
9 changed files with 380 additions and 74 deletions
|
|
@ -28,8 +28,11 @@ public:
|
|||
pw_context* context = nullptr;
|
||||
pw_core* core = nullptr;
|
||||
|
||||
signals:
|
||||
void polled();
|
||||
|
||||
private slots:
|
||||
void poll() const;
|
||||
void poll();
|
||||
|
||||
private:
|
||||
QSocketNotifier notifier;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue