summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-04-21 22:16:17 -0400
committerAmin Bandali <amin@aminb.org>2018-04-21 22:16:17 -0400
commit51fb5bd8c02b8a0a6fd698309f40527be6abb3ac (patch)
treef923f2a2a475acbd28ccbdb58da88a63e22e87c3
parentf763cac6434967fdd77ac09ac565acfe6ef80224 (diff)
downloadconfigs-51fb5bd8c02b8a0a6fd698309f40527be6abb3ac.tar.gz
configs-51fb5bd8c02b8a0a6fd698309f40527be6abb3ac.tar.xz
configs-51fb5bd8c02b8a0a6fd698309f40527be6abb3ac.zip
[emacs] enable and use exwm's system tray
-rw-r--r--emacs/init.org4
1 files changed, 3 insertions, 1 deletions
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]]