Open
Description
Please fill out the following:
This is the command that processes move left for i3
https://github.com/i3/i3/blob/853b0d9161a5f99c8491751590229a449e4076b6/src/commands.c#L1589
This is the command that processes it for sway
Line 703 in 4852087
- Description:
When issuing[floating=true] move left 50 ppt
. The window only moves 50 px left.
Sway should move the window left 50% of the output size.
Activity