]> git.sur5r.net Git - i3/i3/commit - src/commands.c
Remove 'method' from cmd_move_window_to_position
authorOrestis Floros <orestisf1993@gmail.com>
Sun, 18 Mar 2018 00:08:16 +0000 (02:08 +0200)
committerOrestis Floros <orestisf1993@gmail.com>
Tue, 20 Mar 2018 14:59:06 +0000 (16:59 +0200)
commit174dc389ffe840e89199b07e6d08317ebbc9f725
tree63589d809cc543057c91513bfb91f1c554079e5e
parent670dfa0bba3f388e62d142d992c951936a1ed00b
Remove 'method' from cmd_move_window_to_position

For command:
move window to [absolute] position X px Y px
if the optional keyword 'absolute' is provided the end result is the
same even though it is implemented differently. Only difference is that
with absolute the floating window can move completely outside of any
output.

This commit removes the 'method' argument and only keeps the sane
implementation.
docs/userguide
include/commands.h
parser-specs/commands.spec
src/commands.c