sway/sway
S. Christoffer Eliesen 78ca619769 commands: Learn mouse_warping.
Place mouse at center of focused view when changing to a workspace on a
different output, if option is enabled. (This replicates existing i3
option.)

This can be triggered in multiple ways:
A) via `workspace <name>` which changes output
B) via `focus <direction>` which changes output
C) via `focus output <name>` which (obviously) changes output
2015-10-29 17:41:33 +01:00
..
commands.c commands: Learn mouse_warping. 2015-10-29 17:41:33 +01:00
config.c ipc,commands,config: Replace cmd_status enum with cmd_results struct. 2015-10-22 23:36:24 +02:00
container.c container: Move container_under_pointer here from handlers. 2015-10-29 16:37:19 +01:00
focus.c commands: Learn mouse_warping. 2015-10-29 17:41:33 +01:00
handlers.c input_state: Extract 'pointer_position_set' function from handlers. 2015-10-29 16:37:19 +01:00
input_state.c commands: Learn mouse_warping. 2015-10-29 17:41:33 +01:00
ipc.c implemented IPC subscribe for workspace event 2015-10-27 21:59:17 +01:00
layout.c layout: get_swayc_in_direction: Properly find adjacent outputs. 2015-10-29 16:20:48 +01:00
list.c set variable changes 2015-09-08 08:54:57 -07:00
log.c commands: Learn 'debuglog'. 2015-10-27 14:37:44 +01:00
main.c main: Implement --get-socketpath switch. 2015-10-18 19:53:56 +02:00
output.c output: Fix code style. 2015-10-25 13:57:11 +01:00
readline.c Fix potential memory leak 2015-08-20 02:30:22 +02:00
resize.c return after disconnect ipc client and minor checks 2015-09-29 07:19:10 -07:00
stringop.c merge + no c_extensions 2015-09-18 07:23:04 -07:00
util.c added missing util.h/c stuff 2015-08-25 19:53:59 +02:00
workspace.c implemented IPC subscribe for workspace event 2015-10-27 21:59:17 +01:00