2
0
Fork 0
mirror of https://github.com/ch11ng/exwm.git synced 2025-04-07 11:39:40 +02:00
Find a file
Urbano Ustero a834eb5f41 Manage workspace list via helper functions
Avoid manipulating the workspace list except through the functions
`exwm-workspace--{add,remove}-frame-as-workspace'.
2015-08-27 22:21:56 +02:00
COPYING First commit 2015-07-17 19:16:08 +08:00
exwm-floating.el Fix window size calculations 2015-08-27 11:03:27 +08:00
exwm-input.el Re-enable complete refresh of keyboard mapping 2015-08-27 11:13:22 +08:00
exwm-layout.el Correct several EWMH properties 2015-08-26 17:40:39 +08:00
exwm-manage.el Fix window size calculations 2015-08-27 11:03:27 +08:00
exwm-randr.el Add helper for counting number of workspaces 2015-08-27 22:21:56 +02:00
exwm-workspace.el Manage workspace list via helper functions 2015-08-27 22:21:56 +02:00
exwm.el Rename variable to better convey its effect 2015-08-27 22:21:56 +02:00
README Drop intro to EXIM 2015-08-05 20:53:17 +08:00

Emacs X Window Manager
======================

EXWM (Emacs X Window Manager) turns Emacs into a full-featured tiling X window
manager. Please check the wiki for more details.
  + Wiki: https://github.com/ch11ng/exwm/wiki

EXWM is built on top of XELB and its utility libraris:
  + XELB: https://github.com/ch11ng/xelb
  + XELB utilility libraries: https://github.com/ch11ng/xelb-util