about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-01-09T08·43+0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-01-12T09·06+0100
commit262aa0485576912626f77ce4c08f149e5e87c24a (patch)
tree046e0a1e3b209a8e914e51df3540ccefd4d15d30
parent798dc60a9b926e3fb3e48198ac507c8f9cc7299c (diff)
; README and commentary: Mention background and xim features
-rw-r--r--README.md1
-rw-r--r--exwm.el2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d7e0dd1ff..b17db2fece 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ It features:
 + (Optional) RandR (multi-monitor) support
 + (Optional) Builtin system tray
 + (Optional) Builtin input method
++ (Optional) Background setting support
 
 Please check out the
 [screenshots](https://github.com/ch11ng/exwm/wiki/Screenshots)
diff --git a/exwm.el b/exwm.el
index d2a0a625a6..1929b7a60c 100644
--- a/exwm.el
+++ b/exwm.el
@@ -37,6 +37,8 @@
 ;; + ICCCM/EWMH compliance
 ;; + (Optional) RandR (multi-monitor) support
 ;; + (Optional) Built-in system tray
+;; + (Optional) Builtin input method
+;; + (Optional) Background setting support
 
 ;; Installation & configuration
 ;; ----------------------------