-
Notifications
You must be signed in to change notification settings - Fork 414
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
Add support for 8 and 9 mouse buttons #843
base: master
Are you sure you want to change the base?
Commits on Sep 6, 2018
-
Add support for 8 and 9 mouse buttons
Some mouses have additional buttons which can be conveniently used for window move/resize operations. Buttons 4-7 are skipped since they represent scroll events.
Dmitry Lavnikevich committedSep 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 7202c39 - Browse repository at this point
Copy the full SHA 7202c39View commit details -
Make button8 and button9 grab window without modifier
Unlike buttons 1-3 these two can be used solely for window resize/movement actions and so do not require modifier.
Dmitry Lavnikevich committedSep 6, 2018 Configuration menu - View commit details
-
Copy full SHA for c50106f - Browse repository at this point
Copy the full SHA c50106fView commit details
Commits on May 29, 2019
-
Merge branch 'master' of https://github.com/baskerville/bspwm
Dmitry Lavnikevich committedMay 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 32b7fd9 - Browse repository at this point
Copy the full SHA 32b7fd9View commit details
Commits on Jun 20, 2019
-
Apply pointer_follows_focus option only if it was modified
This prevents pointer being centered on a node when the option is configured. It helps in case when xbanish only enables pointer following focus when the pointer is invisible. Which is needed to prevent 'caging' pointer on some modal dialog windows.
Dmitry Lavnikevich committedJun 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 5657926 - Browse repository at this point
Copy the full SHA 5657926View commit details
Commits on Nov 10, 2019
-
Merge branch 'master' of https://github.com/baskerville/bspwm
Dmitry Lavnikevich committedNov 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 124cfdd - Browse repository at this point
Copy the full SHA 124cfddView commit details
Commits on Apr 26, 2020
-
Split node vertically only when width exceed height of node hvsplit_ratio times.
Dmitry Lavnikevich committedApr 26, 2020 Configuration menu - View commit details
-
Copy full SHA for bbd8968 - Browse repository at this point
Copy the full SHA bbd8968View commit details
Commits on Sep 9, 2020
-
Since gcc 10 compiler defaults to -fno-common. In bspwm it is fixed in master. Set flag explicitly to avoid pulling in changes from master.
Dmitry Lavnikevich committedSep 9, 2020 Configuration menu - View commit details
-
Copy full SHA for d031e0d - Browse repository at this point
Copy the full SHA d031e0dView commit details