diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-10-20 15:30:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-20 15:30:54 +0200 |
commit | 551e05ba90feb497723bbc214781ba58b60562a7 (patch) | |
tree | ab05e09c7ff6cef1475f230f37372b04c54c0ae0 /include/sway | |
parent | c75098e96fabad5539e0114346dba7e24cee6ffe (diff) | |
parent | b9b1b0e5662f8e3dbbfa9bb09dd4f69aac9c2db0 (diff) |
Merge pull request #2888 from RyanDwyer/remove-raise-floating
Remove raise_floating directive
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/commands.h | 1 | ||||
-rw-r--r-- | include/sway/config.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index ab2da1a9..2f6d31b1 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -126,7 +126,6 @@ sway_cmd cmd_floating_modifier; sway_cmd cmd_floating_scroll; sway_cmd cmd_focus; sway_cmd cmd_focus_follows_mouse; -sway_cmd cmd_raise_floating; sway_cmd cmd_focus_on_window_activation; sway_cmd cmd_focus_wrapping; sway_cmd cmd_font; diff --git a/include/sway/config.h b/include/sway/config.h index fef3a60a..852d5576 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -379,7 +379,6 @@ struct sway_config { // Flags bool focus_follows_mouse; - bool raise_floating; enum mouse_warping_mode mouse_warping; enum focus_wrapping_mode focus_wrapping; bool active; |