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

Bi-directional floating resize #8152

Open
Vladimir-csp opened this issue Oct 17, 2024 · 0 comments
Open

Bi-directional floating resize #8152

Vladimir-csp opened this issue Oct 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Vladimir-csp
Copy link
Contributor

Description

Dispatcher to resize floating window along an axis while maintaining center position. Something like resizeactiveaxis, x 10, resizeactiveaxis, y -5

I tried to fabricate this behavior using multiple actions, but only a single binde seems to fire on repeat.

binde = SUPER SHIFT, left, moveactive, 5 0                                                                                                                                        
binde = SUPER SHIFT, left, resizeactive, -10 0                                                                                                                                    
binde = SUPER SHIFT, right, moveactive, -5 0                                                                                                                                      
binde = SUPER SHIFT, right, resizeactive, 10 0                                                                                                                                    
binde = SUPER SHIFT, up, moveactive, 0 5                                                                                                                                          
binde = SUPER SHIFT, up, resizeactive, 0 -10                                                                                                                                      
binde = SUPER SHIFT, down, moveactive, 0 -5                                                                                                                                       
binde = SUPER SHIFT, down, resizeactive, 0 10
@Vladimir-csp Vladimir-csp added the enhancement New feature or request label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant