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-- 589 bytes
bar.c -rw-r--r-- 7.7 KB
config.c -rw-r--r-- 2.4 KB
ipc.c -rw-r--r-- 11.5 KB
main.c -rw-r--r-- 2.5 KB
render.c -rw-r--r-- 9.3 KB
status_line.c -rw-r--r-- 11.3 KB

back to top