Chris Feng
3fc0cb2bf7
Various fixes
...
* Prevent marking the end of a key sequence with a single `C-u'.
* Enable `C-u' prefix for key simulation since it's not possible for users to
define simulation keys starting with `C-u'.
* Make Emacs idle only after the visual parts are updated to prevent from
disturbing users.
* Should use '?\s' instead of '? '.
2015-08-05 14:10:44 +08:00
Chris Feng
ee3ce55c48
Merge pull request #2 from KAMiKAZOW/patch-1
...
Fix typos
2015-08-05 09:02:02 +08:00
Markus S.
ea7c6c7035
Fix typos
2015-08-05 02:57:50 +02:00
Chris Feng
86764d27a3
Add basic RandR support
...
This implementation is analogous to that in i3-wm, which requires external
tools to properly configure RandR first.
2015-08-03 20:26:53 +08:00
Chris Feng
f4416a10e3
Fix potential naming conflicts
...
Buffers may share a same name (without the possible leading space) when created
in different workspaces.
2015-07-26 16:04:21 +08:00
Chris Feng
36e8361b9b
Various fixes
...
Remove wrong shift modifiers.
Hide a Window when it's moved to another workspace.
2015-07-19 09:15:53 +08:00
Chris Feng
968d0b4882
Various fixes for workspace
...
Fixes for full screen, move window, etc.
2015-07-18 21:16:14 +08:00
Chris Feng
cf87bb55ed
Add wiki link to README
2015-07-18 18:15:40 +08:00
Chris Feng
7892ed36f1
Improve move/resize
...
The type of move/resize is consistent during one complete operation. So there
is no need to judge it on every mouse motion.
2015-07-18 10:23:24 +08:00
Chris Feng
10a7fe8d65
First commit
2015-07-17 19:16:08 +08:00