From 51fb5bd8c02b8a0a6fd698309f40527be6abb3ac Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 21 Apr 2018 22:16:17 -0400 Subject: [PATCH] [emacs] enable and use exwm's system tray --- emacs/init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]] -- 2.20.1