#hyprland trolling

5 messages · Page 1 of 1 (latest)

waxen isle
#

Tryna make my bluetooth headphones autoconnect on startup but it's not working, even though the same exact command connects my headphones if done through a keybind

#

I did exec-once = bluetoothctl power on && bluetoothctl connect (MAC address) and it doesn't connect to my headphones

#

But when I do bind = $mainMod, B, exec, bluetoothtctl power on && bluetoothctl connect (MAC address) it connects

#

I'm so confused

waxen isle
#

making a bash script that says

sleep 2
bluetoothctl power on && bluetoothctl connect (MAC address)``` and then having `exec-once = bash bashscript.sh` in the hyprland config makes my bluetooth headphones connect automatically if im logging in after having logged out