[StumpWM] Fix issue with selecting bluetooth device

This commit is contained in:
Lucien Cartier-Tilet 2022-08-11 23:31:14 +02:00
parent f8ff857e3c
commit 993cae429d
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -1772,7 +1772,7 @@ then attempt to connect to it.
(choice (cdr (stumpwm:select-from-menu (choice (cdr (stumpwm:select-from-menu
(stumpwm:current-screen) (stumpwm:current-screen)
(mapcar (lambda (device) (mapcar (lambda (device)
`(,(bluetooth-device-full-name device) . ,device)) `(,(bluetooth-device-full-name device) ,device))
devices))))) devices)))))
(bluetooth-connect-device choice))))) (bluetooth-connect-device choice)))))
#+end_src #+end_src