mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 21:17:59 +01:00
; README and commentary: Mention background and xim features
This commit is contained in:
parent
798dc60a9b
commit
262aa04855
2 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@ It features:
|
||||||
+ (Optional) RandR (multi-monitor) support
|
+ (Optional) RandR (multi-monitor) support
|
||||||
+ (Optional) Builtin system tray
|
+ (Optional) Builtin system tray
|
||||||
+ (Optional) Builtin input method
|
+ (Optional) Builtin input method
|
||||||
|
+ (Optional) Background setting support
|
||||||
|
|
||||||
Please check out the
|
Please check out the
|
||||||
[screenshots](https://github.com/ch11ng/exwm/wiki/Screenshots)
|
[screenshots](https://github.com/ch11ng/exwm/wiki/Screenshots)
|
||||||
|
|
2
exwm.el
2
exwm.el
|
@ -37,6 +37,8 @@
|
||||||
;; + ICCCM/EWMH compliance
|
;; + ICCCM/EWMH compliance
|
||||||
;; + (Optional) RandR (multi-monitor) support
|
;; + (Optional) RandR (multi-monitor) support
|
||||||
;; + (Optional) Built-in system tray
|
;; + (Optional) Built-in system tray
|
||||||
|
;; + (Optional) Builtin input method
|
||||||
|
;; + (Optional) Background setting support
|
||||||
|
|
||||||
;; Installation & configuration
|
;; Installation & configuration
|
||||||
;; ----------------------------
|
;; ----------------------------
|
||||||
|
|
Loading…
Reference in a new issue