Revision 84d504ebdf81765d835925eb497823fffeb9f9fc authored by Mikkel Oscar Lyderik on 29 February 2016, 03:03:30 UTC, committed by Drew DeVault on 05 September 2016, 16:14:23 UTC
This patch makes it possible to move views between outputs using the
`move left|right|up|down` commands.

It behaves similar to i3 with one important difference. The focus will
always follow the view being moved, unlike i3 where the focus doesn't
always follow the view to a new output (I assume that's a bug in i3).
1 parent dbb7191
History
File Mode Size
CMakeLists.txt -rw-r--r-- 478 bytes
buffers.c -rw-r--r-- 2.8 KB
cairo.c -rw-r--r-- 3.2 KB
pango.c -rw-r--r-- 1.9 KB
registry.c -rw-r--r-- 9.1 KB
window.c -rw-r--r-- 5.4 KB

back to top