[emacs] enable and use exwm's system tray
authorAmin Bandali <amin@aminb.org>
Sun, 22 Apr 2018 02:16:17 +0000 (22:16 -0400)
committerAmin Bandali <amin@aminb.org>
Sun, 22 Apr 2018 02:16:17 +0000 (22:16 -0400)
emacs/init.org

index cda34f3..f404ad1 100644 (file)
@@ -372,7 +372,9 @@ More like /the most/ convenient key definitions in Emacs.
 (use-package exwm
   :config
   (require 'exwm-config)
-  (exwm-config-default))
+  (exwm-config-default)
+  (require 'exwm-systemtray)
+  (exwm-systemtray-enable))
 #+end_src
 
 *** [[https://orgmode.org/][Org mode]]