Skip to content

Commit 423850f

Browse files
committed
Drop obsolete exwm-config.el
Instead of using the obsolete exwm-config in your init.el, we recommend to create a custom configuration tailored to your needs. The old exwm-config file and the EXWM wiki serve as starting points. The minimal configuration to get EXWM working is as follows: (require 'exwm) (setq exwm-input-global-keys `(([?\s-r] . exwm-reset))) (exwm-enable) In addition you may want to customize `exwm-workspace-number', `exwm-input-global-keys' and `exwm-input-simulation-keys'. In order to rename EXWM buffers, such that they match the window class or window title, add custom hooks to `exwm-update-title-hook' and `exwm-update-class-hook', for example: (add-hook 'exwm-update-class-hook (lambda () (exwm-workspace-rename-buffer exwm-class-name))) * exwm-config.el: Drop obsolete file.
1 parent fa33938 commit 423850f

File tree

1 file changed

+0
-145
lines changed

1 file changed

+0
-145
lines changed

exwm-config.el

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)