Skip to content

Commit 6909c29

Browse files
committed
deploy: 812e4ef
1 parent 89faeb6 commit 6909c29

3 files changed

Lines changed: 40 additions & 3 deletions

File tree

docs/guidedtour/back.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h1>Styles</h1>
133133
<p>More information on creating a style "from scratch" may be found <a class="reference external" href="/docs/chap4.html">in the Window
134134
Maker User's Guide</a>. (Scroll down to the
135135
section on "Appearance Options.")</p>
136-
<p>A step-by-step guide to crafting a custom style is available <a class="reference external" href="http://windowmakerandi.blogspot.com/search?updated-min=2011-01-01T00:00:00-06:00&amp;amp;updated-max=2012-01-01T00:00:00-06:00&amp;amp;max-results=4target=%22_blank%22">HERE</a>.</p>
136+
<p>A step-by-step guide to crafting a custom style is available <a class="reference external" href='http://windowmakerandi.blogspot.com/search?updated-min=2011-01-01T00:00:00-06:00&amp;amp;updated-max=2012-01-01T00:00:00-06:00&amp;amp;max-results=4target="_blank"'>HERE</a>.</p>
137137
</section>
138138
<section id="themes">
139139
<h1>Themes</h1>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ <h2 id="download">Download</h2>
9494

9595
<ul>
9696
<li>Latest source of stable version is
97-
<a href="https://github.com/window-maker/wmaker/releases/download/wmaker-0.95.9/WindowMaker-0.95.9.tar.gz">0.95.9</a>,
98-
released on 04.04.2020. See the <a href="news">NEWS</a> section for more information.</li>
97+
<a href="https://github.com/window-maker/wmaker/releases/download/wmaker-0.96.0/WindowMaker-0.96.0.tar.gz">0.96.0</a>,
98+
released on 2023-08-05. See the <a href="news">NEWS</a> section for more information.</li>
9999
<li>Source code is also available through the
100100
<a href="http://repo.or.cz/w/wmaker-crm.git">git repository</a></li>
101101
</ul>

news/index.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,43 @@ <h1>
5757
<article>
5858
<h1 id="news">News</h1>
5959

60+
<h2 id="version-0960-released">Version 0.96.0 released</h2>
61+
62+
<p>Window Maker 0.96.0 was released on August 5th 2023</p>
63+
64+
<ul>
65+
<li>Screen corners can be assigned an external command to be
66+
executed when the mouse pointer is entering those areas.
67+
In WPrefs, “Hot Corner Shortcut Preferences” can be used
68+
for configuration or by manually adding a “HotCorners” key
69+
and value to “YES” in the ~/GNUstep/Defaults/WindowMaker file.
70+
Hot Corners feature is disabled by default.
71+
Actions are specified by the “HotCornerActions” and are defined
72+
as a four entries list (“top left action”, “top right action”,
73+
“bottom left action”, “bottom right action”).
74+
A screen corner area is a cube shape defined by the “HotCornerEdge”
75+
which is a number of pixels from 2 (by default) to 10.
76+
To lower the risk of triggering that feature accidentally a
77+
“HotCornerDelay” key can be used which is the time before the action
78+
is triggered while the pointer is in one of the screen corner.
79+
Default value is 250 ms.</li>
80+
<li>In WPrefs “Keyboard Shortcut Preferences” tab, three new actions can
81+
be configured: “Capture a portion of the screen”, “Capture a window”,
82+
“Capture the entire screen”. The file is saved in
83+
~/GNUstep/Library/WindowMaker/Screenshots directory under a filename
84+
format “screenshot_%Y-%m-%d_at_%H:%M:%S” followed by the extension.
85+
Which can be png or jpg based on WRaster dependencies.</li>
86+
<li>libXRes is now an optional dependency.
87+
XRes the resource extension for the X protocol is used to find the
88+
underlying processes (and PIDs) responsible for displaying the windows.</li>
89+
<li>Support for _NET_WM_FULLSCREEN_MONITORS hint.
90+
That hint allows applications that support it to be set as fullscreen on multiple heads.
91+
It depends on Xinerama extension support.</li>
92+
<li>To keep the dock on the primary head in a multi-head setup, set the option
93+
“KeepDockOnPrimaryHead” in ~/GNUstep/Defaults/WindowMaker to “YES” or click
94+
“Keep dock on primary head” under the WPrefs “Expert User Preferences” tab.</li>
95+
</ul>
96+
6097
<h2 id="moving-irc-official-channel-to-liberachat">Moving IRC official channel to Libera.chat</h2>
6198

6299
<p>At May 26 2021, by taking into account pros and cons, Window Maker team has

0 commit comments

Comments
 (0)