Ignore errors when connecting to dbus

master
Jacopo De Simoi 5 years ago
parent 0c175c8fa3
commit b7c731afa0
  1. 4
      global.org

@ -565,9 +565,9 @@
;; Register for the signal indicatorChanged coming from our service. It is
;; important that the =service= argument is =nil=, otherwise the registration
;; would stop once the process is respawned.
(dbus-register-signal
(ignore-errors (dbus-register-signal
:session nil "/org/xkbvleds" "org.xkbvleds" "indicatorChanged"
'xkbvleds-indicator-signal-handler)
'xkbvleds-indicator-signal-handler))
#+end_src
** Tarmak-ready
Set up all possible combinations of modifiers

Loading…
Cancel
Save