swayfx/sway/input
Brian Ashworth 187306640b seatop_default: only focus container on press
This matches i3's behavior of only focusing a container when pressed.
This allows for `bindsym button1 nop`, `bindsym BTN_LEFT nop`, or
`bindcode 272 nop` to be used to disable focusing when clicking on the
title (or with additional flags to bind{code,sym} other portions of
the container).

Without this additional condition, the user would need both
`bindsym button1 nop` and `bindsym --release button1 nop` to override
both the pressed and released behavior.
2019-09-04 16:48:34 -10:00
..
cursor.c layer-shell: add support for popups 2019-08-14 22:10:05 +03:00
input-manager.c ipc: add input::libinput_config event 2019-07-23 20:45:46 +03:00
keyboard.c input/keyboard: send released only if pressed sent 2019-08-20 11:14:56 +09:00
libinput.c input/libinput: typo fixes (get -> get_default) 2019-08-03 15:46:05 +02:00
seat.c layer-shell: don't give focus to unmapped layer surfaces 2019-09-01 09:58:03 +09:00
seatop_default.c seatop_default: only focus container on press 2019-09-04 16:48:34 -10:00
seatop_down.c input/seatop_down: add axis handler 2019-08-16 08:57:17 +03:00
seatop_move_floating.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
seatop_move_tiling.c Layout tiled using a width/height fraction 2019-07-14 11:13:55 -04:00
seatop_resize_floating.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
seatop_resize_tiling.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
switch.c cmd_bindswitch: add option to execute on reload 2019-07-09 10:00:57 +03:00