; Fix typos
This commit is contained in:
parent
9ff99d6328
commit
cb75d4814d
3 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ It features:
|
|||
+ Dynamic workspace support
|
||||
+ ICCCM/EWMH compliance
|
||||
+ (Optional) RandR (multi-monitor) support
|
||||
+ (Optional) Built-in composting manager
|
||||
+ (Optional) Built-in compositing manager
|
||||
+ (Optional) Built-in system tray
|
||||
|
||||
Please check out the
|
||||
|
|
|
@ -1754,7 +1754,7 @@ Create implicit workspace frame container")))
|
|||
(add-hook 'exwm-exit-hook #'exwm-cm--exit t))
|
||||
|
||||
(defun exwm-cm-start ()
|
||||
"Start EXWM composting manager."
|
||||
"Start EXWM compositing manager."
|
||||
(interactive)
|
||||
(unless exwm-cm--conn
|
||||
(exwm-cm--init)))
|
||||
|
|
4
exwm.el
4
exwm.el
|
@ -36,8 +36,8 @@
|
|||
;; + Dynamic workspace support
|
||||
;; + ICCCM/EWMH compliance
|
||||
;; + (Optional) RandR (multi-monitor) support
|
||||
;; + (Optional) Built-in composting manager
|
||||
;; + (Optional) Builtin system tray
|
||||
;; + (Optional) Built-in compositing manager
|
||||
;; + (Optional) Built-in system tray
|
||||
|
||||
;; Installation & configuration
|
||||
;; ----------------------------
|
||||
|
|
Loading…
Reference in a new issue