You are not logged in.
Hi,
I'm new to Arch.
I finally found the time and willingness to install it.
I'm so happy right now, and the repos are not only plenty of packages but also have different versions of them, including the git ones ![]()
I also switched from GNOME to a tiling window manager.
My problem is: I have a pair of bluetooth headphones.
How can I manage them if I only have a WM instead of a full DE?
I need to (1) pair them with my device and (2) switch the sound output to them.
Thank you and best regards
Offline
These two points of DE vs WM and bluetooth software have nothing to do with one another. You can use whatever tools you prefer just as well in a WM as you would a DE. A DE, by definition, is just a WM bundled with a bunch of tools selected by someone else.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Might I suggest Blueman?
https://wiki.archlinux.org/title/Blueman
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Since I'm a heavy dmenu user (I'm using dwm, so that's pretty standard), I use dmenu-bluetooth. Does everything I need. Before that / parallel to it I simply use bluetoothctl on the terminal.
Last edited by sekret (2022-11-14 17:43:55)
Offline
I use bluez for the bluetooth protocol with pulseaudio-bluetooth to manage bluetooth audio and interact with it via bluetoothctl in a terminal. I also have blueman installed for the odd occasion in which I feel like using a GUI. I also have this script running in my polybar which shows when my headphones are connected and allows me to switch profiles easily:
Offline
Thank you very much!
bluetoothctl looks very simple to use, and I also configured bluman to start when I click on the bluetooth button in my bar ![]()
Offline