diff options
author | Drew DeVault <[email protected]> | 2018-10-20 15:30:54 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-10-20 15:30:54 +0200 |
commit | 551e05ba90feb497723bbc214781ba58b60562a7 (patch) | |
tree | ab05e09c7ff6cef1475f230f37372b04c54c0ae0 /sway/commands.c | |
parent | c75098e96fabad5539e0114346dba7e24cee6ffe (diff) | |
parent | b9b1b0e5662f8e3dbbfa9bb09dd4f69aac9c2db0 (diff) |
Merge pull request #2888 from RyanDwyer/remove-raise-floating
Remove raise_floating directive
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c index d1275a1e..3f416afc 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -110,7 +110,6 @@ static struct cmd_handler handlers[] = { { "no_focus", cmd_no_focus }, { "output", cmd_output }, { "popup_during_fullscreen", cmd_popup_during_fullscreen }, - { "raise_floating", cmd_raise_floating }, { "seat", cmd_seat }, { "set", cmd_set }, { "show_marks", cmd_show_marks }, |