diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-04-24 01:08:27 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-04-24 01:08:27 (EDT) |
commit | a1558b6b7eb804e1b3c1c59175998a895e2d6240 (patch) | |
tree | 7dfcf0359128ef84bde028367132112e64c656a3 /.bbtools | |
parent | 8929f9080344fcfe733ac26d737a577eafc6e5c2 (diff) | |
download | fluxbox-a1558b6b7eb804e1b3c1c59175998a895e2d6240.zip fluxbox-a1558b6b7eb804e1b3c1c59175998a895e2d6240.tar.gz fluxbox-a1558b6b7eb804e1b3c1c59175998a895e2d6240.tar.bz2 |
.bbtools/bbpager.rc: Change mouse buttons
Diffstat (limited to '.bbtools')
-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 !********************************************************************** |