1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 13:28:05 +01:00

Describe relaunching in the NEWS file.

This commit is contained in:
Iain Patterson
2012-04-04 13:18:24 +01:00
committed by Carlos R. Mafra
parent aaf934eb2f
commit ba786015b7

19
NEWS
View File

@@ -4,6 +4,25 @@ NEWS for veteran Window Maker users
--- 0.95.X
New application Relaunching functionality
-----------------------------------------
There are now several ways to launch a new instance of an application with the
same command line that was originally used to start it.
1. By selecting Launch from the application's window menu.
2. By using the "Launch new instance of application" keyboard shortcut.
3. By clicking the application's appicon with the middle button.
4. By double-clicking the application's appicon while holding Control.
For example, if you have two xterms open, one started with "xterm" and one
started with "xterm -rv", using the Relaunch functionality on the first xterm
would run "xterm" and using it on the second would run "xterm -rv". Thus
Relaunching can also be thought of as "cloning" an application.
Application Relaunching works by examining the window's WM_COMMAND property and
so will not work if it is not set.
Options to limit the window/menu title height
---------------------------------------------