about summary refs log tree commit diff
path: root/exwm.el
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07 Various input fixesChris Feng1-2/+4
* Fix `exwm-reset` * Make input mode buffer local * Allow window to stay in `char-mode` while setting input focus to other window or switching to other workspace
2015-08-06 Check buffer mode in exwm-resetChris Feng1-3/+4
This should prevent users from misoperation.
2015-08-06 Fix fullscreen issuesChris Feng1-1/+2
* Correct ConfigureNotify events sent to fullscreen windows. * Exit fullscreen mode before switching workspace. * Temporarily treat `xcb:Atom:_NET_WM_STATE_ABOVE` as `xcb:Atom:_NET_WM_STATE_FULLSCREEN` since a) "plugin-container" (Flash Player) seems only set this, and b) it's not normally used by applications. This makes fullscreen videos working in e.g. iceweasel.
2015-08-05 Fix typosMarkus S.1-3/+3
2015-08-03 Add basic RandR supportChris Feng1-1/+2
This implementation is analogous to that in i3-wm, which requires external tools to properly configure RandR first.
2015-07-18 Various fixes for workspaceChris Feng1-0/+4
Fixes for full screen, move window, etc.
2015-07-17 First commitChris Feng1-0/+706