You are not logged in.

#21 2016-03-02 01:12:18

Eraph
Member
From: /au/qld/bne
Registered: 2016-02-29
Posts: 282
Website

Re: Changing the window border size

damo wrote:

In a terminal, look at the manpages for concise descriptions

man openbox
man compton

Openbox manages windows, placement, snapping etc; compton (the compositor BL uses) deals with transparency and effects basically.
(Aside: maybe we should put `man openbox` in the menu as well)

I appreciate your help here, I don't recall even seeing the name 'Compton' before (I'm away from my lappy now so can't check). This is good advice anyway, but I'm just trying to help you understand that for people who haven't used this kind of environment before, sometimes we're looking around trying to figure out what it is we're trying to do and it's just a bit
Black-Guy-Meme-Question-Marks-Que-02.jpg


Lenovo IdeaPad Yoga 13 | BunsenLabs Hydrogen (x64)
Intel Core i7-3537U | Intel HD4000 | 8GB DDR3 | 256GB SSD

Offline

#22 2016-03-02 01:19:34

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Changing the window border size

^ Yeah, we all started out from where you are now...keep on truckin' smile


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#23 2016-03-02 03:28:00

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,654
Website

Re: Changing the window border size

damo wrote:

(Aside: maybe we should put `man openbox` in the menu as well)

There's nothing particularly useful there though. The website is far more helpful IMO.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#24 2016-03-02 04:08:30

vasa1
Member
Registered: 2015-09-29
Posts: 204

Re: Changing the window border size

DivingPhoenix wrote:

... and I searched the forums, and the web, as I said ... we are at an impasse.  Sorry, I tried, failed, and resorted to here.  Thanks for the info.

If you searched for openbox border width, the first few hits should have sorted out the issue.


Using the Openbox (3.5.2) session of Lubuntu 14.04 LTS but very interested in BL :)

Offline

#25 2016-03-02 07:39:15

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Changing the window border size

Just to note that windows can be resized from anywhere with <Alt>+right-click & drag.

Offline

#26 2016-03-02 07:44:45

Eraph
Member
From: /au/qld/bne
Registered: 2016-02-29
Posts: 282
Website

Re: Changing the window border size

Head_on_a_Stick wrote:

Just to note that windows can be resized from anywhere with <Alt>+right-click & drag.

Some folks say I'm easily pleased, but...

THAT'S AMAZING.


Lenovo IdeaPad Yoga 13 | BunsenLabs Hydrogen (x64)
Intel Core i7-3537U | Intel HD4000 | 8GB DDR3 | 256GB SSD

Offline

#27 2016-03-02 10:20:34

pvsage
Internal Affairs
Registered: 2015-09-29
Posts: 1,433

Re: Changing the window border size

^ This to resize and <Alt>+left-click & drag to move are both crowd pleasers.

johnraff wrote:
damo wrote:

(Aside: maybe we should put `man openbox` in the menu as well)

There's nothing particularly useful there though. The website is far more helpful IMO.

Even more helpful to me is a well-documented theme.rc or rc.xml, once a user knows to look for these files.  They often document things you won't find on the openbox website.


Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009

Offline

#28 2016-03-02 15:10:00

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,660

Re: Changing the window border size


You must unlearn what you have learned.
    -- yoda

Online

#29 2016-03-02 15:21:00

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Changing the window border size

pvsage wrote:

...
Even more helpful to me is a well-documented theme.rc or rc.xml, once a user knows to look for these files.  They often document things you won't find on the openbox website.

In the case of OB themerc files, do they need much internal explanation? The lines are pretty explanatory themselves - it would be hard to add comments to this example snippet...

window.handle.width: 0
window.client.padding.width: 0
window.client.padding.height: 0
border.width: 1
padding.width: 2
window.active.border.color: #7F7F7F
window.inactive.border.color: #788390
menu.border.color: #788390
menu.overlap: 2
window.frameColor: #7F7F7F
window.*.client.color: #7F7F7F
*.text.justify: center

OTOH, might the BL themerc's be improved with a help link in the header comments?

!! For help on Openbox theme configuration: http://openbox.org/wiki/Help:Themes

once a user knows to look for these files

...and that was the problem with the OP, who didn't realise he was dealing with a window manager setting.

Last edited by damo (2016-03-02 15:25:22)


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#30 2016-03-02 16:36:10

pvsage
Internal Affairs
Registered: 2015-09-29
Posts: 1,433

Re: Changing the window border size

OP does have a point though (although this would be a bug against Openbox or OBConf, not BunsenLabs):  Having an option to override a themerc's border.width from OBConf (suppose, for example, someone with low vision and/or hand tremors really needs 10px borders or larger on whatever theme he switched to) that is saved to the Openbox rc.xml falls into the "would be really nice" category.  I think something along the lines of a checkbox and spinbutton for "Override Openbox theme's border width" would fit well on the Move & Resize tab, since moving and resizing is what a lot of us use the borders for.


Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009

Offline

#31 2016-03-03 00:24:15

DivingPhoenix
Member
Registered: 2016-03-01
Posts: 12

Re: Changing the window border size

Head_on_a_Stick wrote:

Just to note that windows can be resized from anywhere with <Alt>+right-click & drag.

Ooo! Awesome -- thanks! big_smile

Offline

#32 2016-03-03 00:46:55

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Changing the window border size

DivingPhoenix wrote:
Head_on_a_Stick wrote:

Just to note that windows can be resized from anywhere with <Alt>+right-click & drag.

Ooo! Awesome -- thanks! big_smile

...and drag them with <Alt>+L-click & drag wink


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

Board footer

Powered by FluxBB