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