Merge branch 'feat/compositor' into externals/exwm
This commit is contained in:
commit
d8940d1fe6
3 changed files with 1780 additions and 0 deletions
|
@ -8,6 +8,7 @@ It features:
|
||||||
+ Dynamic workspace support
|
+ Dynamic workspace support
|
||||||
+ ICCCM/EWMH compliance
|
+ ICCCM/EWMH compliance
|
||||||
+ (Optional) RandR (multi-monitor) support
|
+ (Optional) RandR (multi-monitor) support
|
||||||
|
+ (Optional) Built-in composting manager
|
||||||
+ (Optional) Built-in system tray
|
+ (Optional) Built-in system tray
|
||||||
|
|
||||||
Please check out the
|
Please check out the
|
||||||
|
|
1778
exwm-cm.el
Normal file
1778
exwm-cm.el
Normal file
File diff suppressed because it is too large
Load diff
1
exwm.el
1
exwm.el
|
@ -36,6 +36,7 @@
|
||||||
;; + Dynamic workspace support
|
;; + Dynamic workspace support
|
||||||
;; + ICCCM/EWMH compliance
|
;; + ICCCM/EWMH compliance
|
||||||
;; + (Optional) RandR (multi-monitor) support
|
;; + (Optional) RandR (multi-monitor) support
|
||||||
|
;; + (Optional) Built-in composting manager
|
||||||
;; + (Optional) Builtin system tray
|
;; + (Optional) Builtin system tray
|
||||||
|
|
||||||
;; Installation & configuration
|
;; Installation & configuration
|
||||||
|
|
Loading…
Reference in a new issue