[StumpWM] Fix issue with selecting bluetooth device
This commit is contained in:
parent
f8ff857e3c
commit
993cae429d
@ -1772,7 +1772,7 @@ then attempt to connect to it.
|
||||
(choice (cdr (stumpwm:select-from-menu
|
||||
(stumpwm:current-screen)
|
||||
(mapcar (lambda (device)
|
||||
`(,(bluetooth-device-full-name device) . ,device))
|
||||
`(,(bluetooth-device-full-name device) ,device))
|
||||
devices)))))
|
||||
(bluetooth-connect-device choice)))))
|
||||
#+end_src
|
||||
|
Loading…
Reference in New Issue
Block a user