It is not always already evident, see my example with 6 apps in the tray, pleaseanikin wrote:... What does it show, that's not already evident when one looks at the minimized tray?...

It is not always already evident, see my example with 6 apps in the tray, pleaseanikin wrote:... What does it show, that's not already evident when one looks at the minimized tray?...
Code: Select all
<PopupStyle enabled="false">
</PopupStyle>
I upgraded all my machines to JWM version 869 yesterday and the borders have now been removed so in maximised state if you push the cursor all the way to the edge you are on the scrollbar and can move it.MochiMoppel wrote:In maximised state shifting the mouse to the right edge hits the border, not the scrollbar.
I installed jwm2-845-w5c.pet today, the newest (?) pet offered for download and still hit the border and when trying to drag the scrollbar an annoying dimension indicator pops up in the center of the screen. Where can I download an even newer version?OscarTalks wrote: if you push the cursor all the way to the edge you are on the scrollbar and can move it.
I just download the source code from:-MochiMoppel wrote:Where can I download an even newer version?
Code: Select all
strip --strip-unneeded jwm
This worked well with previous releases of JWM and perhaps still works but I don't know how...Other Settings
The following tags may also be supplied.
Tag Description Default Range
ButtonClose An icon to use for the close button on client windows instead of the default.
ButtonMax An icon to use for the maximize button on client windows instead of the default.
ButtonMaxActivve An icon to use for the maximize button on maximized client windows instead of the default.
ButtonMin An icon to use for the minimize button on client windows instead of the default.
Code: Select all
<JWM>
<ButtonClose>/root/.jwm/W_buttons/Current_ButtonClose.xbm</ButtonClose>
<ButtonMax>/root/.jwm/W_buttons/Current_ButtonMax.xbm</ButtonMax>
<ButtonMaxActive>/root/.jwm/W_buttons/Current_ButtonMaxActive.xbm</ButtonMaxActive>
<ButtonMin>/root/.jwm/W_buttons/Current_ButtonMin.xbm</ButtonMin>
</JWM>
Code: Select all
JWM: warning: /root/.jwm/jwmrc-extra[2]: Balise incorrecte dans JWM: ButtonClose
JWM: warning: /root/.jwm/jwmrc-extra[3]: Balise incorrecte dans JWM: ButtonMax
JWM: warning: /root/.jwm/jwmrc-extra[4]: Balise incorrecte dans JWM: ButtonMaxActive
JWM: warning: /root/.jwm/jwmrc-extra[5]: Balise incorrecte dans JWM: ButtonMin
Configuration Changes
JWM no longer allows custom window buttons. These buttons are now custom drawn to an appropriate size using X graphics primitives.
No need to despair.Argolance wrote:
I already made such a script for ToOpPy (see picture below), which seems (more or less) to work like the 01micko's one but using xbm pictures and working with older JWM release.No need to despair. Wink
Window buttons now can be i.a. in PNG or SVG formats.
Grab the latest jwmconfig3-140121 - it includes some themes and a GUI (by 01micko) to switch between them.
Code: Select all
<ButtonClose>/root/.jwm/W_buttons/Current_ButtonClose.png</ButtonClose>
<ButtonMax>/root/.jwm/W_buttons/Current_ButtonMax.png</ButtonMax>
<ButtonMaxActive>/root/.jwm/W_buttons/Current_ButtonMaxActive.png</ButtonMaxActive>
<ButtonMin>/root/.jwm/W_buttons/Current_ButtonMin.png</ButtonMin>
???Configuration Changes
JWM no longer allows custom window buttons. These buttons are now custom drawn to an appropriate size using X graphics primitives.
Oh, it seems that this feature has been introduced 3 snapshots later, in s848.My JWM release is 845. Isn't it the latest?
I think you will do the right thing! The advantage of xbm buttons is that they are displayed using the color of the title of the window. The disadvantage is that they are a bit "rough"!Joe wrote: I'll open an issue to address that (I think it would be cool to support xbm icons everywhere).
.. has been (fortunately) reintroduced!SFR wrote:Oh, it seems that this feature has been introduced 3 snapshots later, in s848.
BTW, the latest is s896.