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
commands
CMakeLists.txt -rw-r--r-- 1.1 KB
border.c -rw-r--r-- 12.1 KB
commands.c -rw-r--r-- 14.7 KB
config.c -rw-r--r-- 29.3 KB
container.c -rw-r--r-- 23.8 KB
criteria.c -rw-r--r-- 9.2 KB
debug_log.c -rw-r--r-- 2.9 KB
extensions.c -rw-r--r-- 7.5 KB
focus.c -rw-r--r-- 6.5 KB
handlers.c -rw-r--r-- 26.6 KB
input.c -rw-r--r-- 1.4 KB
input_state.c -rw-r--r-- 12.7 KB
ipc-json.c -rw-r--r-- 15.1 KB
ipc-server.c -rw-r--r-- 20.1 KB
layout.c -rw-r--r-- 34.0 KB
main.c -rw-r--r-- 5.8 KB
output.c -rw-r--r-- 6.9 KB
resize.c -rw-r--r-- 8.9 KB
sway-bar.5.txt -rw-r--r-- 3.7 KB
sway-input.5.txt -rw-r--r-- 1.7 KB
sway.1.txt -rw-r--r-- 3.6 KB
sway.5.txt -rw-r--r-- 15.4 KB
workspace.c -rw-r--r-- 10.4 KB

back to top