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

Add support for 8 and 9 mouse buttons #843

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Sep 6, 2018

  1. 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 committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    7202c39 View commit details
    Browse the repository at this point in the history
  2. 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 committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    c50106f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Merge branch 'master' of https://github.com/baskerville/bspwm

    Dmitry Lavnikevich committed May 29, 2019
    Configuration menu
    Copy the full SHA
    32b7fd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. 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 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    5657926 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Merge branch 'master' of https://github.com/baskerville/bspwm

    Dmitry Lavnikevich committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    124cfdd View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Implement hvsplit scheme

    Split node vertically only when width exceed height of node hvsplit_ratio times.
    Dmitry Lavnikevich committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    bbd8968 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Fix build for gcc 10

    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 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    d031e0d View commit details
    Browse the repository at this point in the history