swayfx/sway/commands
Ryan Dwyer b9b1b0e566 Remove raise_floating directive
The directive controlled whether floating views should raise to the top
when the cursor is moved over it while using focus_follows_mouse. The
default was enabled, which is undesirable. For example, if you have two
floating views where one completely covers the other, the smaller one
would be inaccessible because moving the mouse over the bigger one would
raise it above the smaller one.

There is no known use case for having raise_floating enabled, so this
patch removes the directive and implements the raise_floating disabled
behaviour instead.
2018-10-20 17:51:32 +10:00
..
bar commands/bar: remove left and right from allowed positions 2018-10-20 08:21:44 +02:00
input Fix some missing commands in sway-input(5) 2018-10-03 07:50:37 -04:00
output Handle shell special characters in bg file path 2018-09-28 23:12:24 -04:00
seat Introduce cursor_rebase 2018-10-19 22:47:54 +10:00
assign.c
bar.c cmd_bar: simplify logic 2018-10-13 17:56:11 -04:00
bind.c cmd_bind{sym,code}: Implement per-device bindings 2018-10-18 13:42:01 -04:00
border.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
client.c Shim client.background and client.placeholder 2018-10-07 14:44:37 -04:00
create_output.c
default_border.c
default_floating_border.c
default_orientation.c
exec.c
exec_always.c
exit.c
floating.c
floating_minmax_size.c
floating_modifier.c
focus.c Introduce cursor_rebase 2018-10-19 22:47:54 +10:00
focus_follows_mouse.c
focus_on_window_activation.c
focus_wrapping.c
font.c
for_window.c
force_display_urgency_hint.c
force_focus_wrapping.c
fullscreen.c
gaps.c fix_edge_gaps: Allow negative values for outer gaps. 2018-10-13 17:42:49 +02:00
hide_edge_borders.c Handle border options for gaps 2018-10-01 21:19:06 -04:00
include.c
input.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
kill.c
layout.c Make gaps implementation consistent with i3-gaps 2018-09-29 11:08:19 +10:00
mark.c Fix crashes when running certain commands on an empty workspace 2018-10-17 19:55:00 +10:00
mode.c
mouse_warping.c Add mouse_warping container 2018-10-10 12:45:21 +02:00
move.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
no_focus.c
nop.c
opacity.c Check if there is a current container before setting it's opacity 2018-10-08 15:17:37 +02:00
output.c
popup_during_fullscreen.c Implement popup_during_fullscreen 2018-10-08 22:49:59 +10:00
reload.c Reload config using idle event 2018-10-08 19:28:53 +10:00
rename.c
resize.c resize: Determine if anything changed using before/after check 2018-10-09 22:25:21 +10:00
scratchpad.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
seat.c
set.c
show_marks.c
smart_borders.c Handle border options for gaps 2018-10-01 21:19:06 -04:00
smart_gaps.c
split.c
sticky.c fix: cmd_sticky crash sway with empty container 2018-10-11 22:29:41 +02:00
swap.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
swaybg_command.c Allow swaybg to be disabled 2018-10-08 15:08:33 +02:00
swaynag_command.c Allow swaynag to be disabled 2018-10-08 09:59:38 -04:00
tiling_drag.c
title_format.c Fix crashes when running certain commands on an empty workspace 2018-10-17 19:55:00 +10:00
unmark.c Fix crashes when running certain commands on an empty workspace 2018-10-17 19:55:00 +10:00
urgent.c commands: when setting urgency, check container is not null 2018-10-08 17:48:25 +01:00
workspace.c Consider cursor warp when switching workspaces 2018-10-19 08:00:13 +10:00
workspace_layout.c
ws_auto_back_and_forth.c