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

Pointer move/resize doesn't works with last update #678

Closed
agauniyal opened this issue Jul 15, 2017 · 3 comments
Closed

Pointer move/resize doesn't works with last update #678

agauniyal opened this issue Jul 15, 2017 · 3 comments

Comments

@agauniyal
Copy link

agauniyal commented Jul 15, 2017

What are new alternatives for this piece of conf

#
# pointer focus/move/resize
#

# start move/resize
super + button{1-3}
    ; bspc pointer -g {move,resize_side,resize_corner}

# end move/resize
super + @button{1-3}
    bspc pointer -u
@neeasade
Copy link
Contributor

under bspc config:

       pointer_motion_interval
           The minimum interval, in milliseconds, between two motion notify events.

       pointer_modifier
           Keyboard modifier used for moving or resizing windows. Accept the following values: shift, control, lock, mod1, mod2, mod3, mod4, mod5.

       pointer_action1, pointer_action2, pointer_action3
           Action performed when pressing pointer_modifier + button<n>. Accept the following values: move, resize_side, resize_corner, focus, none.

@agauniyal
Copy link
Author

@neeasade would you mind telling me how do I change the config to reflect these changes. I've inherited the config from someone else so I'm unaware of these changes. I'm willing to learn but right now this is hurting my workflow :/

@neeasade
Copy link
Contributor

remove the above from your sxhkd and add to your bspwmrc:

bspc config pointer_modifier mod4
bspc config pointer_action1 move
bspc config pointer_action2 resize_side
bspc config pointer_action1 resize_corner

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

No branches or pull requests

3 participants