diff options
-rwxr-xr-x | .bbtools/bbpager.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.bbtools/bbpager.rc b/.bbtools/bbpager.rc index f649fe4..344059a 100755 --- a/.bbtools/bbpager.rc +++ b/.bbtools/bbpager.rc @@ -70,10 +70,10 @@ bbpager.desktop.focusStyle: texture !** Multiple functions may be assigned to a single mouse button. For !** example, raise and focus might be good candidates to assign to !** the same button. -!bbpager.desktopChangeButton: 2 -!bbpager.windowMoveButton: 1 -!bbpager.windowFocusButton: 0 -!bbpager.windowRaiseButton: 0 +bbpager.desktopChangeButton: 1 +bbpager.windowMoveButton: 2 +bbpager.windowFocusButton: 0 +bbpager.windowRaiseButton: 0 !********************************************************************** |