No description
Find a file
Adrián Medraño Calvo d0797d03de Remove `exwm-worspace-number'
No longer fill initial workspace list, nor limit the number of
workspaces to `exwm-worspace-number'.

Users are free to create as many as they like by hitting 'C-x 5 2' or
running `make-frame'.

The initial workspace list can be set up by creating frames in a
configuration file.  For example, to start up with 4 workspaces:

    (dolist (i 3)
      (make-frame))

The interactive workspace switcher is improved to support selecting
workspaces with a many-digits position.

	* exwm-workspace.el (exwm-workspace-number): Remove variable, as
	we no longer have a fixed number of workspaces.
	(exwm-workspace--switch-map)
	(exwm-workspace--switch-map-nth-prefix)
	(exwm-workspace--switch-map-select-nth): Improve support for
	selecting workspaces with multiple-digit positions (e.g. workspace
	number 12).
	(exwm-workspace--add-frame-as-workspace, exwm-workspace--init):
	Remove limit on number of workspaces.
	(exwm-workspace--init): Stop creating workspaces at startup.
	* exwm-config.el (exwm-config-default): Bind keys to namespaces
	0-9 in the default configuration.
2016-07-17 12:00:00 +00:00
.elpaignore Code cleanups 2015-09-06 17:18:48 +08:00
.gitignore Minor fixes for packaging 2015-09-21 13:31:57 +08:00
exwm-config.el Remove `exwm-worspace-number' 2016-07-17 12:00:00 +00:00
exwm-core.el Work with workspace frames instead of indices 2016-07-17 12:00:00 +00:00
exwm-floating.el Add missing declarations 2016-07-17 12:00:00 +00:00
exwm-input.el Work with workspace frames instead of indices 2016-07-17 12:00:00 +00:00
exwm-layout.el Work with workspace frames instead of indices 2016-07-17 12:00:00 +00:00
exwm-manage.el Work with workspace frames instead of indices 2016-07-17 12:00:00 +00:00
exwm-randr.el Add helper for counting number of workspaces 2016-07-17 12:00:00 +00:00
exwm-systemtray.el Add missing declarations 2016-07-17 12:00:00 +00:00
exwm-workspace.el Remove `exwm-worspace-number' 2016-07-17 12:00:00 +00:00
exwm.el Work with workspace frames instead of indices 2016-07-17 12:00:00 +00:00
README.md Fix system tray issues after updating workspaces 2016-02-19 17:12:43 +08:00
xinitrc Limit X host-based auth permissions. 2015-11-15 03:35:54 +00:00

Emacs X Window Manager

EXWM (Emacs X Window Manager) is a full-featured tiling X window manager for Emacs built on top of XELB. It features:

  • Fully keyboard-driven operations
  • Hybrid layout modes (tiling & stacking)
  • Workspace support
  • ICCCM/EWMH compliance
  • (Optional) RandR (multi-monitor) support
  • (Optional) system tray

Please check the User Guide for more details.

Note: If you install EXWM from source, you need to manually install XELB (either from source or GNU ELPA).