From: Amin Bandali Date: Sun, 22 Apr 2018 02:16:17 +0000 (-0400) Subject: [emacs] enable and use exwm's system tray X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/51fb5bd8c02b8a0a6fd698309f40527be6abb3ac [emacs] enable and use exwm's system tray --- diff --git a/emacs/init.org b/emacs/init.org index cda34f3..f404ad1 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -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]]