Disregard respawning of the dbus led indicator service

master
Jacopo De Simoi 8 years ago
parent 00e3a5f497
commit ce648f9d6a
  1. 6
      global.org

@ -385,9 +385,11 @@
Connect the signal from xkbvleds to the handler Connect the signal from xkbvleds to the handler
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(require 'dbus) (require 'dbus)
;; 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 (dbus-register-signal
:session "org.xkbvleds" "/org/xkbvleds" :session nil "/org/xkbvleds" "org.xkbvleds" "indicatorChanged"
"org.xkbvleds" "indicatorChanged"
'xkbvleds-indicator-signal-handler) 'xkbvleds-indicator-signal-handler)
#+END_SRC #+END_SRC
* Main major modes * Main major modes

Loading…
Cancel
Save