Package: fbpager
Version: 0.1.5~git20090221.1.8e0927e6-1
Severity: normal

Hi,

I have tried to make openbox with a decent pager. 

I wished to use fbpager, but it does not allow to be on the bottom right hand 
side, without decoration (window decoration, min, max, close).

herewith the rc:

fbpager.alpha: 255
fbpager.x: 0
fbpager.y: 0
fbpager.workspace.width: 64
fbpager.workspace.height: 64
fbpager.workspacesPerRow: 6400
fbpager.followDrag: false
fbpager.followMove: false
fbpager.changeWorkspaceButton: 11
fbpager.raiseWindowButton: 2
fbpager.lowerWindowButton: 3
fbpager.closeWindowButton: 3 3 1
fbpager.exitButton: 1 3 3
fbpager.nextWorkspaceButton: 4
fbpager.prevWorkspaceButton: 5
fbpager.moveInWorkspaceButton: 1
fbpager.dragToWorkspaceButton: 2
fbpager.align: LeftToRight
fbpager.color: white
fbpager.windowColor: white
fbpager.focusedWindowColor: white
fbpager.windowBorderColor: black
fbpager.backgroundColor: darkgray
fbpager.currentBackgroundColor: lightgray
fbpager.multiClickTime: 250
fbpager.icons: false
fbpager.windowBorderWidth: 1



So I must use the bbpager with works much much better and allows a no 
decoration:

! vim:enc=utf-8:nu:ai:si:et:ts=4:sw=4:ft=xdefaults:

!**********************************************************************
!** bbpager.rc: bbpager configuration file                           **
!**                                                                  **
!** This is the global bbpager configuration file. To make           **
!** user-specific modifications, you should copy this file to your   **
!** home directory in $HOME/.bbtools/bbpager.rc and edit that file.  **
!**                                                                  **
!** All options have been commented out in this file. To change an   **
!** option from its default setting, uncomment it and modify the     **
!** setting.                                                         **
!**********************************************************************


!**********************************************************************
!** behavior section
!**********************************************************************

!** Indicate whether the bbpager window is withdrawn. If using with
!**   blackbox, "withdrawn" means it will be placed in the slit.
bbpager.withdrawn:     true

!** Set the position of the bbpager window.
!** Relevant only when bbpager.withdrawn is False.
!bbpager.position:               +0-0

!** Set the width and height of bbpager's model of the desktop windows.
!bbpager.desktop.width:          50
!bbpager.desktop.height:         30
!bbpager.desktop.width:          40
!bbpager.desktop.height:         22
bbpager.desktop.width:          33
bbpager.desktop.height:         18 



!** Set the desktop orientation.
!** Possible values: horizontal, vertical
!bbpager.desktop.orientation:   horizontal

!** Define the maximum number of columns. The number of rows will
!**   increase as necessary to accommodate additional desktops.
!** Relevant only when bbpager.desktop.orientation is horizontal.
!bbpager.desktop.columns:               1

!** Define the maximum number of rows. The number of columns will
!**   increase as necessary to accommodate additional desktops.
!** Relevant only when bbpager.desktop.orientation is vertical.
!bbpager.desktop.rows:                  1

!** Set the window focus style. This is the method to distinguish
!**   the focused window from unfocused windows. When set to none,
!**   a window will appear the same whether or not it is focused.
!**   When set to border, a window's border may change when it is
!**   focused, but its interior appearance will not. When set to
!**   texture, a window's border and interior appearance may
!**   change when it is focused.
!** Possible values: none, border, texture
bbpager.window.focusStyle:      border

!** Set the desktop focus style. This is the method to distinguish
!**   the focused desktop from the other desktops. When set to none,
!**   a desktop will appear the same whether or not it is focused.
!**   When set to border, a desktop's border may change when it is
!**   focused, but its interior appearance will not. When set to
!**   texture, a desktop's border and interior appearance may
!**   change when it is focused.
!** Possible values: none, border, texture
bbpager.desktop.focusStyle:      border

!** Set the mouse button used to perform various actions.
!** Typically, button 1 is the left mouse button, 2 middle, 3 right,
!**   etc., though this may be changed in the user's X configuration.
!** A value of 0 may be assigned to bbpager.windowFocusButton or
!**   bbpager.windowRaiseButton, meaning that no button will perform
!**   these actions.
!** 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:    1
bbpager.windowMoveButton:      1
bbpager.windowFocusButton:      1
bbpager.windowRaiseButton:      1


!**********************************************************************
!** style section
!**
!** See the blackbox documentation for a description of the style
!** syntax.
!**********************************************************************

!** Set the margin between the edge of the tool and the desktops.
bbpager.margin:             1

!** Set the margin between the desktops.
bbpager.desktop.margin:  1

!** Define the frame style.
!** bbpager will attempt to copy these options from the blackbox
!**   toolbar style.
bbpager.frame.appearance: Flat solid
!bbpager.frame.color:     #313233
bbpager.frame.color:     black

!** Define the desktop window style. This style is used to draw
!**   all desktops when bbpager.desktop.focusStyle is none or border,
!**   and it is used to draw the unfocused desktops when
!**   bbpager.desktop.focusStyle is texture.
!** bbpager will attempt to copy these options from the blackbox
!**   toolbar.label style.
bbpager.desktop.appearance: Flat solid
!bbpager.desktop.color:     #313233
bbpager.desktop.color:     black

!** Define the focused desktop window style. This style is used
!**   to draw the focused desktop when bbpager.desktop.focusStyle
!**   is texture.
bbpager.desktop.focus.appearance: Flat solid
bbpager.desktop.focus.color:     #ffffff

!** Define the border for the focused desktop window.
!** Set borderWidth to 0 for no border.
!** Not relevant when bbpager.desktop.focusStyle is none.
bbpager.active.desktop.borderColor:     #666666
bbpager.active.desktop.borderWidth:     0

!** Define the border for unfocused desktop windows.
!** Set borderWidth to 0 for no border.
bbpager.inactive.desktop.borderColor:   #1f1f1f
bbpager.inactive.desktop.borderWidth:   0

!** Define the window style. This style is used to draw all
!**   windows when bbpager.window.focusStyle is none or border,
!**   and it is used to draw the unfocused windows when
!**   bbpager.window.focusStyle is texture.
!** bbpager will attempt to copy these options from the blackbox
!**   window.label.unfocus style.
bbpager.window.appearance:  Flat solid
!bbpager.window.color:       #313233
bbpager.window.color:       white

!** Define the focused window style. This style is used to draw
!**   the focused window when bbpager.window.focusStyle is
!**   texture.
!** bbpager will attempt to copy these options from the blackbox
!**   window.label.focus style.
bbpager.window.focus.appearance: Flat solid
bbpager.window.focus.color:     #313233

!** Define the border for the focused window.
!** Set borderWidth to 0 for no border.
!** Not relevant when bbpager.window.focusStyle is none.
!bbpager.active.window.borderColor:     #ff1493
bbpager.active.window.borderColor:      #ff4500
bbpager.active.window.borderWidth:      1

!** Define the border for unfocused windows.
!** Set borderWidth to 0 for no border.
bbpager.inactive.window.borderColor:    #1f1f1f
bbpager.inactive.window.borderWidth:    0

Maybe if I find time, I will create a fork of fbpager.

kind regards,

Debian Fan

-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fbpager depends on:
ii  libc6                         2.11.3-3   Embedded GNU C Library: Shared lib
ii  libgcc1                       1:4.4.5-8  GCC support library
ii  libstdc++6                    4.4.5-8    The GNU Standard C++ Library v3
ii  libx11-6                      2:1.3.3-4  X11 client-side library
ii  libxrender1                   1:0.9.6-1  X Rendering Extension client libra

fbpager recommends no packages.

fbpager suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to