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
Raw File
.gitignore
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
*.swp
*.o
*.a
bin/
test/
build/
.lvimrc
config-debug
wayland-*-protocol.*
back to top