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

berrywm: mouse resize/move with multiple modifiers #146

Merged
merged 3 commits into from
Aug 7, 2021

Conversation

Sidd-Dino
Copy link
Contributor

Berry currently accepts only one modifier for resize/move_mask.
This version allows using one or more modifiers to resize/move
Allowing a wide selection of key combinations.

Modifiers:                                                                       
shift, lock, ctrl, mod1, mod2, mod3, mod4, mod5                                  
                                                                                 
Examples:                                                                        
berryc resize_mask "mod1"             --> alt (default)                          
berryc resize_mask "shift|mod1"       --> shift + alt                            
berryc resize_mask "ctrl|shift|mod1"  --> ctrl + shift + alt                     
                                                                                 
berryc move_mask "mod4"               --> super (default)                        
berryc move_mask "shift|mod4"         --> shift + super                          

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants