From d69d2d09b2669edbf0059ff8d64cbc44374b4756 Mon Sep 17 00:00:00 2001
From: Daniel Mendler <mail@daniel-mendler.de>
Date: Tue, 9 Jan 2024 09:43:07 +0100
Subject: [PATCH] README and commentary: Mention background and xim features

---
 README.md | 1 +
 exwm.el   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 6d7e0dd..b17db2f 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 d2a0a62..1929b7a 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
 ;; ----------------------------