From 44a39a9544645364fb4dc3dbfba04b6174529a1a Mon Sep 17 00:00:00 2001 From: James Blair Date: Thu, 19 Jan 2023 09:14:48 +1300 Subject: [PATCH] Added wlr-randr to pinephone extra packages. --- pinephone/readme.org | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pinephone/readme.org b/pinephone/readme.org index 48e180d..0c5c4d2 100644 --- a/pinephone/readme.org +++ b/pinephone/readme.org @@ -100,16 +100,7 @@ sudo systemctl disable cloudflared ssh Now that we have our remote access done let's install any pinephone specific packages that we need over an above the standard packages covered in the [[../setup.org][setup.org]] file at the top level of this repository. #+begin_src tmate -sudo apt install --yes yad -#+end_src - -* Bluetooth audio fix - -To pair a wireless headset we first need to install the pa bluetooth module. - -#+NAME: Install pa bt module -#+begin_src tmate -sudo apt install pulseaudio-module-bluetooth +sudo apt install --yes yad wlr-randr pulseaudio-module-bluetooth #+end_src