diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-21 22:16:17 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-21 22:16:17 -0400 |
commit | 51fb5bd8c02b8a0a6fd698309f40527be6abb3ac (patch) | |
tree | f923f2a2a475acbd28ccbdb58da88a63e22e87c3 | |
parent | f763cac6434967fdd77ac09ac565acfe6ef80224 (diff) | |
download | configs-51fb5bd8c02b8a0a6fd698309f40527be6abb3ac.tar.gz configs-51fb5bd8c02b8a0a6fd698309f40527be6abb3ac.tar.xz configs-51fb5bd8c02b8a0a6fd698309f40527be6abb3ac.zip |
[emacs] enable and use exwm's system tray
Diffstat (limited to '')
-rw-r--r-- | emacs/init.org | 4 |
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]] |