about summary refs log tree commit diff
path: root/xinitrc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-02-06 Add input method supportChris Feng1-8/+11
; The code is basically refactored from ; https://github.com/ch11ng/exim to get better maintenance. * exwm-xim.el: New module making Emacs's builtin input methods usable for interacting with X windows. * exwm-core.el (exwm--intern-atom): New function for intern X11 atoms. * exwm-input.el (exwm-input--init): * exwm-manage.el (exwm-manage--init): Use it.
2018-02-19 Add customization settingsChris Feng1-0/+3
; Also fix documentations.
2015-11-15 Limit X host-based auth permissions.W. Greenhouse1-1/+1
We don't need more than the currently logged in user to have access to the X session, so don't grant X host access to other users.
2015-10-28 Add demo configurationsChris Feng1-0/+14
* exwm-config.el: Demo EXWM configurations. * xinitrc: Demo xinitrc file. * exwm.el (exwm-enable-ido-workaround, exwm-disable-ido-workaround): Partly moved to exwm-config.el.