We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move left
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
sway/sway/commands/move.c
Line 703 in 4852087
[floating=true] move left 50 ppt
Sway should move the window left 50% of the output size.
The text was updated successfully, but these errors were encountered:
To be clear, I only found this trying to resize based on percent of the window rect. Which neither sway or i3 seem to support :(
Sorry, something went wrong.
No branches or pull requests
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
sway/sway/commands/move.c
Line 703 in 4852087
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.
The text was updated successfully, but these errors were encountered: