Skip to content
New issue

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

sway does not support ppt in move left #8566

Open
ElementalWarrior opened this issue Feb 10, 2025 · 1 comment
Open

sway does not support ppt in move left #8566

ElementalWarrior opened this issue Feb 10, 2025 · 1 comment
Labels
i3-compat Sway doesn't match i3's behavior

Comments

@ElementalWarrior
Copy link

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

static struct cmd_results *cmd_move_in_direction(

  • 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.

@ElementalWarrior ElementalWarrior added the i3-compat Sway doesn't match i3's behavior label Feb 10, 2025
@ElementalWarrior
Copy link
Author

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i3-compat Sway doesn't match i3's behavior
Development

No branches or pull requests

1 participant