~ubuntu-branches/ubuntu/quantal/bbpager/quantal

« back to all changes in this revision

Viewing changes to data/bbpager.bb

  • Committer: Bazaar Package Importer
  • Author(s): Stan Vasilyev
  • Date: 2005-09-14 21:29:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050914212920-x29ksl01wqio0buq
Tags: 0.4.1b1-1
* New maintainer. (Closes: #259583: ITA: bbpager -- Pager for the
  Blackbox window manager - Debian Bug report logs)
* New upstream release
* Updated Free Software Foundation address in Debian copyright
* Updated homepage in package description
* Changed Depends: blackbox (>= 0.60.2) | openbox | fluxbox to
  Suggests: blackbox (>= 0.70) | openbox | fluxbox since this version of
  bbpager is compatible with KDE and other window managers
* Closes: #322306: bbpager fails to start under blackbox and fluxbox
  (possibly others)
* Closes: #237837: windows list leak in void
  WMInterface::windowAttributeChange(Window win)
* Closes: #101217: bbpager cannot find blackbox style file
* Closes: #178163: bbpager does not parse ~ in resource file
* Closes: #219345: Always showing sticky windows closed under fluxbox
* Added Depends: libbt and Build-Depends: libbt-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
!**********************************************************************
2
 
!** bbpager.bb: Style file for bbpager when using Blackbox           **
3
 
!**********************************************************************
4
 
 
5
 
! ** auto reconfigure when config-file has changed **
6
 
!bbpager.autoConfig:                False
7
 
! ** number of seconds between checks **
8
 
!bbpager.autoConfig.checkTimeout:   10
9
 
 
10
 
!** position of bbpager window **
11
 
bbpager.position:               +0-0
12
 
 
13
 
!** width and height of the pagers model of the desktop windows **
14
 
bbpager.desktop.width:          40
15
 
bbpager.desktop.height:         30
16
 
 
17
 
!** define the number of columns, the number of row will grow as
18
 
!** desktops are added (vertical orientation) 
19
 
!bbpager.columns:               1
20
 
 
21
 
!** define the number of rows, the number of columns will grow as
22
 
!** desktops are added (horizontal orientation) 
23
 
!bbpager.rows:                  1
24
 
 
25
 
!** bbpager on top of other windows **
26
 
bbpager.raised:                 True
27
 
 
28
 
!** set the window docus style none, border or texture
29
 
!bbpager.window.focusStyle:      texture
30
 
 
31
 
!**define focused desktop style none, border or texture
32
 
!bbpager.desktop.focusStyle:     border
33
 
!** focused desktop
34
 
!bbpager.desktop.focus:          Raised Gradient Vertical Bevel1
35
 
!bbpager.desktop.focus.color:    darkslategrey
36
 
!bbpager.desktop.focus.colorTo:  slategrey
37
 
 
38
 
!** change mouse button action, 
39
 
!** button 1 = left mouse button, 2 middle, 3 right etc.
40
 
!** you can define mutiple functions to a mouse button, like raise & focus
41
 
!bbpager.desktopChangeButton:   2
42
 
!bbpager.windowMoveButton:      1
43
 
!bbpager.windowFocusButton:     3
44
 
!bbpager.windowRaiseButton:     3
45
 
 
46
 
! *************************************************************
47
 
! ** By default the values below this point are taken from   **
48
 
! ** the Blackbox style.                                     **
49
 
! ** If you want to override something just uncomment it     **
50
 
! ** and change the value                                    **
51
 
! *************************************************************
52
 
 
53
 
!** set bevelwidth
54
 
!bbpager.bevelWidth:             4
55
 
 
56
 
!** define frame style **
57
 
!bbpager.frame:                 Raised Gradient Vertical Bevel1
58
 
!bbpager.frame.color:           slategrey
59
 
!bbpager.frame.colorTo:         darkslategrey
60
 
 
61
 
!** define pager-desktop window style **
62
 
!bbpager.desktop:               Sunken Gradient Vertical Bevel1
63
 
!bbpager.desktop.color:         slategrey
64
 
!bbpager.desktop.colorTo:       darkslategrey
65
 
 
66
 
!** define pager-window style **
67
 
!bbpager.window:                Raised Gradient Vertical Bevel1
68
 
!bbpager.window.color:          slategrey
69
 
!bbpager.window.colorTo:        darkslategrey
70
 
 
71
 
!** define pager-window style **
72
 
!bbpager.window.focus:          Raised Gradient Vertical Bevel1
73
 
!bbpager.window.focus.color:    rgb:c/9/6
74
 
!bbpager.window.focus.colorTo:  rgb:8/6/4
75
 
 
76
 
!bbpager.active.window.borderColor:     lightgrey
77
 
!bbpager.inactive.window.borderColor:   black
78
 
!bbpager.active.desktop.borderColor:    lightgrey