From 4ad11619a8f067ae0e2a6a398654560550a6d2a7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 25 Jan 2018 15:30:18 -0500 Subject: .bbtools/bbpager.rc: Adjust geometry --- (limited to '.bbtools') diff --git a/.bbtools/bbpager.rc b/.bbtools/bbpager.rc index 2878f38..ae2adc0 100755 --- a/.bbtools/bbpager.rc +++ b/.bbtools/bbpager.rc @@ -17,24 +17,24 @@ !** Indicate whether the bbpager window is withdrawn. If using with !** blackbox, "withdrawn" means it will be placed in the slit. -!bbpager.withdrawn: False +bbpager.withdrawn: False !** Set the position of the bbpager window. !** Relevant only when bbpager.withdrawn is False. -!bbpager.position: +0-0 +bbpager.position: +48+0 !** Set the width and height of bbpager's model of the desktop windows. -!bbpager.desktop.width: 40 -!bbpager.desktop.height: 30 +bbpager.desktop.width: 22 +bbpager.desktop.height: 22 !** Set the desktop orientation. !** Possible values: horizontal, vertical -!bbpager.desktop.orientation: horizontal +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 +bbpager.desktop.columns: 4 !** Define the maximum number of rows. The number of columns will !** increase as necessary to accommodate additional desktops. @@ -49,7 +49,7 @@ !** texture, a window's border and interior appearance may !** change when it is focused. !** Possible values: none, border, texture -!bbpager.window.focusStyle: texture +bbpager.window.focusStyle: texture !** Set the desktop focus style. This is the method to distinguish !** the focused desktop from the other desktops. When set to none, @@ -59,7 +59,7 @@ !** texture, a desktop's border and interior appearance may !** change when it is focused. !** Possible values: none, border, texture -!bbpager.desktop.focusStyle: border +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, @@ -84,10 +84,10 @@ !********************************************************************** !** Set the margin between the edge of the tool and the desktops. -!bbpager.margin: 4 +bbpager.margin: 1 !** Set the margin between the desktops. -!bbpager.desktop.margin: 4 +bbpager.desktop.margin: 1 !** Define the frame style. !** bbpager will attempt to copy these options from the blackbox -- cgit v0.9.1