diff -pruN 2.9.8-1/AUTHORS 2.9.9-1/AUTHORS
--- 2.9.8-1/AUTHORS	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/AUTHORS	2022-08-01 21:49:30.000000000 +0000
@@ -1,4 +1,4 @@
-icewm -- authors file.  2022-07-18
+icewm -- authors file.  2022-08-01
 
 Author: Bert Gijsbers <gijsbers@science.uva.nl>
 Author: Luna  Jernberg <bittin@opensuse.org>
diff -pruN 2.9.8-1/ChangeLog 2.9.9-1/ChangeLog
--- 2.9.8-1/ChangeLog	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/ChangeLog	2022-08-01 21:49:30.000000000 +0000
@@ -1,5 +1,279 @@
 # created with git log --stat=76 -M -C -500|fmt -sct -w80
 
+commit 97952377fb3838ca26a5a20a31c69eac4e1b73ab
+Merge: 9b23165b 751e987a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Aug 1 23:37:56 2022 +0200
+
+    Merge branch 'icewm-1-4-BRANCH'
+
+commit 751e987aaeff2a8b25491c00058a13eafffd1a76
+Merge: d876f65e 173c5737
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Aug 1 23:34:29 2022 +0200
+
+    Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into
+    icewm-1-4-BRANCH
+
+commit 173c5737fbc6bf6248c60f153b17dcf01be38937
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Jul 30 20:43:25 2022 +0200
+
+    Prefer findClient in two cases: unmap notify and recv ping.
+
+ src/wmmgr.cc | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit dda71e87cdecb487a6b6ec9c106a10b9400f61f2
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Sat Jul 30 13:01:01 2022 +0200
+
+    Get rid of the frameContext.
+
+ src/wmapp.cc    | 40 ++++++++++++------------
+ src/wmclient.cc | 33 ++------------------
+ src/wmframe.cc  |  1 -
+ src/wmmgr.cc    | 88 ++++++++++++++++++++++++++++++-----------------------
+ src/yxapp.cc    |  2 +-
+ src/yxcontext.h |  2 --
+ 6 files changed, 75 insertions(+), 91 deletions(-)
+
+commit d1feb93fb083a54b790af2f00492582ada12f7fe
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Fri Jul 29 10:06:31 2022 +0200
+
+    Automatically detect and prevent race conditions in icesh relating to
+    moving and sizing windows for issue #335. Improve the accuracy of the
+    "sizeto" command in icesh for issue #335. Add "extents" command to
+    icesh. Add "workarea" command to icesh.
+
+ man/icesh.pod |  12 +++-
+ src/icesh.cc  | 209 ++++++++++++++++++++++++++++++++++++++++++++----------
+ 2 files changed, 183 insertions(+), 38 deletions(-)
+
+commit b9f05a2b6f38738e352f6efd8fc52963782f1ed3
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Jul 27 23:31:42 2022 +0200
+
+    Add markdown and icesh.
+
+ README.md    | 14 ++++++++++----
+ README.md.in | 10 ++++++++--
+ 2 files changed, 18 insertions(+), 6 deletions(-)
+
+commit 26e0de1e550a68e01267df6cffb9239d061de9a5
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Jul 27 15:10:27 2022 +0200
+
+    Accept either markdown or asciidoc to generate manual html with CMake.
+
+ doc/CMakeLists.txt | 58 +++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 41 insertions(+), 17 deletions(-)
+
+commit 04dd0086a8bbe13fcd5c01acb8668b49854c8892
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Jul 27 06:09:31 2022 +0200
+
+    Drop obsolete wmOccupyAll().
+
+ src/wmframe.cc | 5 -----
+ src/wmframe.h  | 1 -
+ 2 files changed, 6 deletions(-)
+
+commit 59986924ace101f9b5e2ef8ad2c17e5876b8040f
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Wed Jul 27 05:59:16 2022 +0200
+
+    Cleanup key grabs.
+
+ man/icewm-keys.pod |  12 -----
+ man/icewm.pod      |   8 ++--
+ src/bindkey.h      |  11 ++---
+ src/wmframe.cc     |  74 ++++++++++++++--------------
+ src/wmmgr.cc       | 128 ++++++++++++++++++++++++-------------------------
+ src/yconfig.h      |   4 +-
+ src/ywindow.cc     |  95 +++++++++++++++++++++---------------
+ src/ywindow.h      |   7 +--
+ 8 files changed, 173 insertions(+), 166 deletions(-)
+
+commit 6a9ea05b14bbb665d3b4efcee6e1ec24b6c97ac8
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jul 26 21:12:43 2022 +0200
+
+    Cleanup test and prefer markdown manual.
+
+ doc/Makefile.am | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+commit 9a43fc02abc656e79ac4a62b4e0c82acc02c8b1a
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jul 26 20:59:36 2022 +0200
+
+    Try srcdir.
+
+ doc/Makefile.am | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 44a4bcf82b9392f7a7556a4e58adb6fc46ae68ea
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jul 26 20:38:15 2022 +0200
+
+    Also install markdown.
+
+ .github/workflows/cmake.yml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 104db663eb58a797f1677e0fcbbe55203a934047
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jul 26 20:30:30 2022 +0200
+
+    Prevent warnings.
+
+ doc/Makefile.am   | 2 ++
+ src/acpustatus.cc | 8 ++++++--
+ src/fdomenu.cc    | 7 +++++--
+ 3 files changed, 13 insertions(+), 4 deletions(-)
+
+commit b706d6aad7936ed3213dcc15115a5141f563b92b
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jul 26 20:03:14 2022 +0200
+
+    Remove dependency on asciidoc and prefer markdown format for the manual.
+
+ VERSION         |    2 +-
+ configure.ac    |   25 +-
+ doc/Makefile.am |    6 +-
+ doc/icewm.md    | 2558 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 2570 insertions(+), 21 deletions(-)
+
+commit fbb8c1b4371c521c993a10dff040ca8b2cb83056
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jul 26 19:03:14 2022 +0200
+
+    Support more HTML entities in icehelp.
+
+ src/icehelp.cc | 32 +++++++++++++++++++++++++++-----
+ 1 file changed, 27 insertions(+), 5 deletions(-)
+
+commit 72ecc8d87627f0a5b6c2cc4e25dc50db2e656e49
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jul 26 18:05:27 2022 +0200
+
+    WindowMaker dock apps are supported.
+
+ TODO | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 40cf52e4786a3f73d1908743ad9883496ee21f85
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jul 26 16:19:16 2022 +0200
+
+    Complete -e option.
+
+ src/genpref.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 80a4a852ad6949756ab961329477c6f85049a1d9
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jul 26 16:05:31 2022 +0200
+
+    Add key bindings for single window tiling operations for issues
+    bbidulock/icewm#335, ice-wm/icewm#74 and ice-wm/icewm#84.
+
+ man/icewm.pod   | 36 +++++++++++++++++++++++++
+ src/bindkey.h   | 36 ++++++++++++++++++-------
+ src/default.h   |  9 +++++++
+ src/genpref.cc  | 10 ++++++-
+ src/movesize.cc | 18 +++++++++++++
+ src/wmapp.cc    | 26 ++++++++----------
+ src/wmframe.cc  |  9 +++++++
+ src/ywindow.cc  | 78 ++++++++++++++++++++++++++++-------------------------
+ 8 files changed, 160 insertions(+), 62 deletions(-)
+
+commit 79ee5df4cf487558e1b6e6e1aef6f9141804aa03
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jul 26 13:16:58 2022 +0200
+
+    Keep accurate track of window changes in workspace buttons for
+    PagerShowPreview.  Only redraw affected workspace buttons, which reduces
+    the total number of workspace button redraws, especially for larges
+    number of workspace buttons.
+
+ src/aworkspaces.cc |  31 +++++++++----
+ src/aworkspaces.h  |   9 +++-
+ src/decorate.cc    |   2 +-
+ src/movesize.cc    |   2 +-
+ src/wmframe.cc     |  41 +++++++++++------
+ src/wmmgr.cc       | 116 ++++++++++++++++++++++++-------------------------
+ src/wmmgr.h        |  21 +++++----
+ src/wmtaskbar.cc   |   5 ++-
+ src/wmtaskbar.h    |   4 +-
+ src/wmwinlist.cc   |   2 +-
+ 10 files changed, 134 insertions(+), 99 deletions(-)
+
+commit 5a3f36f2e082fa4edfc3ab287d2eef514d77baa4
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Tue Jul 26 13:15:45 2022 +0200
+
+    Permit percentages to have comma's in icesh.
+
+ src/icesh.cc | 34 ++++++++++++++++++++++++++--------
+ 1 file changed, 26 insertions(+), 8 deletions(-)
+
+commit 9b23165b88e4104be210406130f13303f7fe3ecf
+Author: Bert Gijsbers <gijsbers@science.uva.nl>
+Date:   Mon Jul 18 22:55:37 2022 +0200
+
+    Prepare 2.9.8 release
+
+ AUTHORS      |   5 +-
+ ChangeLog    | 625 ++++++++++++++++++++++++++++---------------------------
+ NEWS         |  90 ++++----
+ README.md    |  36 ++--
+ RELEASE.md   |   2 +-
+ VERSION      |   2 +-
+ configure.ac |  10 +-
+ po/ar.po     | 104 ++++-----
+ po/be.po     | 104 ++++-----
+ po/bg.po     | 104 ++++-----
+ po/ca.po     | 104 ++++-----
+ po/cs.po     | 104 ++++-----
+ po/da.po     | 104 ++++-----
+ po/de.po     | 104 ++++-----
+ po/el.po     | 104 ++++-----
+ po/en.po     | 104 ++++-----
+ po/es.po     | 104 ++++-----
+ po/fi.po     | 104 ++++-----
+ po/fr.po     | 104 ++++-----
+ po/he.po     | 104 ++++-----
+ po/hr.po     | 104 ++++-----
+ po/hu.po     | 104 ++++-----
+ po/icewm.pot | 106 +++++-----
+ po/id.po     | 104 ++++-----
+ po/it.po     | 104 ++++-----
+ po/ja.po     | 104 ++++-----
+ po/ko.po     | 104 ++++-----
+ po/lt.po     | 104 ++++-----
+ po/lv.po     | 104 ++++-----
+ po/mk.po     | 130 ++++++------
+ po/nb.po     | 104 ++++-----
+ po/nl.po     | 104 ++++-----
+ po/no.po     | 104 ++++-----
+ po/pl.po     | 104 ++++-----
+ po/pt.po     | 104 ++++-----
+ po/pt_BR.po  | 104 ++++-----
+ po/ro.po     | 104 ++++-----
+ po/ru.po     | 104 ++++-----
+ po/sk.po     | 104 ++++-----
+ po/sl.po     | 104 ++++-----
+ po/sv.po     | 134 ++++++------
+ po/tr.po     | 104 ++++-----
+ po/uk.po     | 104 ++++-----
+ po/vi.po     | 104 ++++-----
+ po/zh_CN.po  | 104 ++++-----
+ po/zh_TW.po  | 104 ++++-----
+ 46 files changed, 2454 insertions(+), 2430 deletions(-)
+
 commit 4427e35bc1f5cd99ee10866aa8c63aee4514d56a
 Merge: 8d8acc27 d876f65e
 Author: Bert Gijsbers <gijsbers@science.uva.nl>
@@ -6018,333 +6292,3 @@ Date:   Fri May 7 14:31:25 2021 +0000
 
  po/pt_BR.po | 38 +++++++++++++++++++-------------------
  1 file changed, 19 insertions(+), 19 deletions(-)
-
-commit 08c4cdeaef18bd676e40b1316f546997195433d3
-Author: Freek de Kruijf <freek@opensuse.org>
-Date:   Thu May 6 21:30:28 2021 +0000
-
-    Translated using Weblate (Dutch)
-
-    Currently translated at 100.0% (477 of 477 strings)
-
- po/nl.po | 18 +++++++-----------
- 1 file changed, 7 insertions(+), 11 deletions(-)
-
-commit 96779731d8ed74d30d6e62fb1f1c4b2be7711016
-Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
-Date:   Thu May 6 22:05:57 2021 +0000
-
-    Translated using Weblate (Japanese)
-
-    Currently translated at 100.0% (477 of 477 strings)
-
- po/ja.po | 18 +++++++-----------
- 1 file changed, 7 insertions(+), 11 deletions(-)
-
-commit cc4244183f7060cfe19a9752f301f0290cd86b8d
-Author: David Medina <medipas@gmail.com>
-Date:   Thu May 6 19:03:10 2021 +0000
-
-    Translated using Weblate (Catalan)
-
-    Currently translated at 100.0% (477 of 477 strings)
-
- po/ca.po | 18 +++++++-----------
- 1 file changed, 7 insertions(+), 11 deletions(-)
-
-commit 33497dea8067a6d9eeccb3ec8eec57dd16c4f1b9
-Author: Bert Gijsbers <gijsbers@science.uva.nl>
-Date:   Fri May 7 01:39:59 2021 +0200
-
-    Prepare 2.3.4 release
-
- AUTHORS      |   8 +-
- ChangeLog    | 815 ++++++++++++++++++++++++++++++-------------------------
- NEWS         | 102 ++++---
- README.md    |  36 +--
- VERSION      |   2 +-
- configure.ac |  10 +-
- po/ar.po     |  82 +++---
- po/be.po     |  82 +++---
- po/bg.po     |  82 +++---
- po/ca.po     |  82 +++---
- po/cs.po     |  82 +++---
- po/da.po     |  82 +++---
- po/de.po     |  82 +++---
- po/el.po     |  82 +++---
- po/en.po     |  82 +++---
- po/es.po     |  82 +++---
- po/fi.po     |  82 +++---
- po/fr.po     |  82 +++---
- po/he.po     |  82 +++---
- po/hr.po     |  82 +++---
- po/hu.po     |  82 +++---
- po/icewm.pot |  84 +++---
- po/id.po     |  82 +++---
- po/it.po     |  82 +++---
- po/ja.po     |  82 +++---
- po/ko.po     |  82 +++---
- po/lt.po     |  82 +++---
- po/lv.po     |  82 +++---
- po/mk.po     |  82 +++---
- po/nb.po     |  82 +++---
- po/nl.po     |  82 +++---
- po/no.po     |  82 +++---
- po/pl.po     |  82 +++---
- po/pt.po     |  82 +++---
- po/pt_BR.po  |  82 +++---
- po/ro.po     |  82 +++---
- po/ru.po     |  82 +++---
- po/sk.po     |  82 +++---
- po/sl.po     |  82 +++---
- po/sv.po     |  82 +++---
- po/tr.po     |  82 +++---
- po/uk.po     |  82 +++---
- po/vi.po     |  82 +++---
- po/zh_CN.po  |  82 +++---
- po/zh_TW.po  |  82 +++---
- 45 files changed, 2143 insertions(+), 2030 deletions(-)
-
-commit c6619282bf52afcb1b6900348f4fa0e1b7c91e2b
-Merge: fef8441f 20314f45
-Author: Bert Gijsbers <gijsbers@science.uva.nl>
-Date:   Fri May 7 01:29:16 2021 +0200
-
-    Merge branch 'icewm-1-4-BRANCH'
-
-commit 20314f45588e6a5619e419beff62e549c6e48550
-Merge: 721a1b20 43ec0839
-Author: Bert Gijsbers <gijsbers@science.uva.nl>
-Date:   Fri May 7 01:27:56 2021 +0200
-
-    Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into
-    icewm-1-4-BRANCH
-
-commit 43ec0839bf40ecd469f7ab3e65068777a6df76dd
-Author: Bert Gijsbers <gijsbers@science.uva.nl>
-Date:   Fri May 7 01:06:25 2021 +0200
-
-    Reduce freetype font size for icehelp. Improve reversed link color
-    for icehelp.
-
- src/icehelp.cc | 23 +++++++++++++----------
- 1 file changed, 13 insertions(+), 10 deletions(-)
-
-commit 9faf348bca2689e0227a1fba6404dd42c7e0eb4b
-Author: Bert Gijsbers <gijsbers@science.uva.nl>
-Date:   Thu May 6 19:26:26 2021 +0200
-
-    make update-po
-
- po/ar.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/be.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/bg.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/ca.po     | 128 ++++++++++++++++++++++++++++-----------------------
- po/cs.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/da.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/de.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/el.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/en.po     | 120 ++++++++++++++++++++++++++----------------------
- po/es.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/fi.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/fr.po     | 128 ++++++++++++++++++++++++++++-----------------------
- po/he.po     | 120 ++++++++++++++++++++++++++----------------------
- po/hr.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/hu.po     | 136 +++++++++++++++++++++++++++++++------------------------
- po/icewm.pot | 122 +++++++++++++++++++++++++++----------------------
- po/id.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/it.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/ja.po     | 128 ++++++++++++++++++++++++++++-----------------------
- po/ko.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/lt.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/lv.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/mk.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/nb.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/nl.po     | 128 ++++++++++++++++++++++++++++-----------------------
- po/no.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/pl.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/pt.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/pt_BR.po  | 124 ++++++++++++++++++++++++++++----------------------
- po/ro.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/ru.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/sk.po     | 128 ++++++++++++++++++++++++++++-----------------------
- po/sl.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/sv.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/tr.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/uk.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/vi.po     | 124 ++++++++++++++++++++++++++++----------------------
- po/zh_CN.po  | 124 ++++++++++++++++++++++++++++----------------------
- po/zh_TW.po  | 124 ++++++++++++++++++++++++++++----------------------
- 39 files changed, 2736 insertions(+), 2122 deletions(-)
-
-commit f1d41d292d4a069dcaba87f9ddc69cca1a23806d
-Author: Bert Gijsbers <gijsbers@science.uva.nl>
-Date:   Thu May 6 19:25:16 2021 +0200
-
-    Check input lengths.
-
- src/icehelp.cc | 12 +++++++-----
- 1 file changed, 7 insertions(+), 5 deletions(-)
-
-commit 063e412b71fd4d2dfe878b04c681ac1e11b79617
-Author: Bert Gijsbers <gijsbers@science.uva.nl>
-Date:   Thu May 6 19:12:00 2021 +0200
-
-    Add PingTimeout.
-
- man/icewm-preferences.pod | 4 ++++
- 1 file changed, 4 insertions(+)
-
-commit affe7d96d9cadb37841f0f8f3a2105694aecbab7
-Author: Bert Gijsbers <gijsbers@science.uva.nl>
-Date:   Thu May 6 19:03:37 2021 +0200
-
-    Improve accuracy of clicking on links in icehelp. Support reverse video
-    in icehelp. Add more keyboard shortcuts to icehelp.
-
- src/icehelp.cc     | 133 +++++++++++++++++++++++++++++++++++++++----------
- src/yscrollbar.cc  |  15 ++++++
- src/yscrollbar.h   |   3 ++
- src/yscrollview.cc |  27 ++--------
- src/yscrollview.h  |  18 +++----
- 5 files changed, 139 insertions(+), 57 deletions(-)
-
-commit 918c05ab43f9c547545841b972bf4926b55afca2
-Author: Bert Gijsbers <gijsbers@science.uva.nl>
-Date:   Thu May 6 19:02:36 2021 +0200
-
-    Don't adjust workarea when snapping from outside the workarea.
-
- src/movesize.cc | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-commit 0a32a9a13b591e2e99f1b2e48fd88e11d889c924
-Author: Bert Gijsbers <gijsbers@science.uva.nl>
-Date:   Thu May 6 19:01:31 2021 +0200
-
-    Add reverse color.
-
- src/ycolor.cc | 10 ++++++++++
- src/ycolor.h  |  2 ++
- 2 files changed, 12 insertions(+)
-
-commit 74aa52f91eb2adbd5ea863259777c1ed831ba1ed
-Author: Bert Gijsbers <gijsbers@science.uva.nl>
-Date:   Thu May 6 19:00:22 2021 +0200
-
-    Add setNetName.
-
- src/ywindow.cc | 6 ++++++
- src/ywindow.h  | 1 +
- 2 files changed, 7 insertions(+)
-
-commit e9c0278f109c1322cda05154b330cb20906787d6
-Author: Bert Gijsbers <gijsbers@science.uva.nl>
-Date:   Thu May 6 18:59:22 2021 +0200
-
-    Add a --disable-rsvg option to configure for issue #587.
-
- configure.ac | 38 ++++++++++++++++++++++----------------
- 1 file changed, 22 insertions(+), 16 deletions(-)
-
-commit c8f7c5f44c7674d99f3c1610e8df2ed55744d66c
-Author: Ferdinand Galko <galko.ferdinand@gmail.com>
-Date:   Thu May 6 13:32:01 2021 +0000
-
-    Translated using Weblate (Slovak)
-
-    Currently translated at 100.0% (474 of 474 strings)
-
- po/sk.po | 8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-commit 87fff3d3b7a1f1301dfeb7be5b6c446ecc9e6444
-Author: Freek de Kruijf <freek@opensuse.org>
-Date:   Thu May 6 08:29:44 2021 +0000
-
-    Translated using Weblate (Dutch)
-
-    Currently translated at 100.0% (474 of 474 strings)
-
- po/nl.po | 8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-commit aa8d5ffe5bc64a94b9d58c4e0aa78cbd01bcc7f7
-Author: Guillaume GARDET <guillaume.gardet@opensuse.org>
-Date:   Thu May 6 06:41:28 2021 +0000
-
-    Translated using Weblate (French)
-
-    Currently translated at 100.0% (474 of 474 strings)
-
- po/fr.po | 8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-commit aaad3bf3ddd038dae102560929b03e3bf67b4471
-Author: David Medina <medipas@gmail.com>
-Date:   Thu May 6 08:37:02 2021 +0000
-
-    Translated using Weblate (Catalan)
-
-    Currently translated at 100.0% (474 of 474 strings)
-
- po/ca.po | 8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-commit 6945bd20579f6510ce34ad1666a293e4804987c7
-Author: Yasuhiko Kamata <belphegor@belbel.or.jp>
-Date:   Thu May 6 03:48:35 2021 +0000
-
-    Translated using Weblate (Japanese)
-
-    Currently translated at 100.0% (474 of 474 strings)
-
- po/ja.po | 8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-commit 74a762fd1041990755b891ea5e4f3d8d1b000367
-Author: Bert Gijsbers <gijsbers@science.uva.nl>
-Date:   Wed May 5 23:46:55 2021 +0200
-
-    make update-po
-
- po/ar.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/be.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/bg.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/ca.po     | 93 ++++++++++++++++++++++++++++------------------------
- po/cs.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/da.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/de.po     | 91 +++++++++++++++++++++++++++------------------------
- po/el.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/en.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/es.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/fi.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/fr.po     | 95 ++++++++++++++++++++++++++++-------------------------
- po/he.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/hr.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/hu.po     | 93 ++++++++++++++++++++++++++++------------------------
- po/icewm.pot | 91 +++++++++++++++++++++++++++------------------------
- po/id.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/it.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/ja.po     | 93 ++++++++++++++++++++++++++++------------------------
- po/ko.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/lt.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/lv.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/mk.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/nb.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/nl.po     | 99 ++++++++++++++++++++++++++++++--------------------------
- po/no.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/pl.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/pt.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/pt_BR.po  | 89 +++++++++++++++++++++++++++-----------------------
- po/ro.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/ru.po     | 91 +++++++++++++++++++++++++++------------------------
- po/sk.po     | 93 ++++++++++++++++++++++++++++------------------------
- po/sl.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/sv.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/tr.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/uk.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/vi.po     | 89 +++++++++++++++++++++++++++-----------------------
- po/zh_CN.po  | 89 +++++++++++++++++++++++++++-----------------------
- po/zh_TW.po  | 89 +++++++++++++++++++++++++++-----------------------
- 39 files changed, 1891 insertions(+), 1618 deletions(-)
diff -pruN 2.9.8-1/configure.ac 2.9.9-1/configure.ac
--- 2.9.8-1/configure.ac	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/configure.ac	2022-08-01 21:49:30.000000000 +0000
@@ -2,10 +2,10 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([icewm],[2.9.8],
+AC_INIT([icewm],[2.9.9],
         [https://github.com/bbidulock/icewm/issues],
         [icewm],[https://ice-wm.org])
-AC_REVISION([2.9.8])
+AC_REVISION([2.9.9])
 
 # set better defaults
 AC_PREFIX_DEFAULT([/usr])
@@ -22,13 +22,13 @@ AC_CONFIG_AUX_DIR([scripts])
 AC_USE_SYSTEM_EXTENSIONS
 AC_CANONICAL_TARGET
 
-DATE='2022-07-18'
+DATE='2022-08-01'
 AC_SUBST([DATE])
 
-MDOCDATE='July 18, 2022'
+MDOCDATE='August 1, 2022'
 AC_SUBST([MDOCDATE])
 
-BRANCH='2.9.8'
+BRANCH='2.9.9'
 AC_SUBST([BRANCH])
 
 APPLICATIONS='icewm icewm-session icesh icewmhint icewmbg icehelp'
@@ -59,7 +59,8 @@ AC_ARG_VAR([MKFONTDIR],[mkfontdir comman
 AC_CHECK_PROGS([MKFONTDIR],[mkfontdir],[${am_missing_run}mkfontdir],[$PATH$PATH_SEPARATOR/usr/X11R6/bin])
 
 AC_ARG_VAR([MARKDOWN],[markdown command. @<:@default=markdown@:>@])
-AC_CHECK_PROGS([MARKDOWN],[markdown],[${am_missing_run}markdown],[$PATH])
+AC_CHECK_PROGS([MARKDOWN],[markdown markdown_py discount-markdown Markdown.pl],
+	       [${am_missing_run}markdown],[$PATH])
 
 AC_ARG_VAR([ASCIIDOC],[asciidoc command. @<:@default=asciidoctor@:>@])
 AC_CHECK_PROGS([ASCIIDOC],[asciidoc asciidoctor],[${am_missing_run}asciidoc],[$PATH])
@@ -69,19 +70,7 @@ if test -z "$ASCIIDOC_BACKEND"; then
 	case "$ASCIIDOC" in
 		asciidoc) ASCIIDOC_BACKEND="--backend=html4" ;;
 		asciidoctor) ASCIIDOC_BACKEND="--backend=html5" ;;
-		*) AC_MSG_WARN([ASCIIDOC $ASCIIDOC is not supported.]) ;;
-	esac
-fi
-
-AC_ARG_VAR([ASCIIMAN],[asciidoc to manpage converter. @<:@default=a2x@:>@])
-AC_CHECK_PROGS([ASCIIMAN],[a2x asciidoctor],[${am_missing_run}a2x],[$PATH])
-
-AC_ARG_VAR([ASCIIMAN_FORMAT],[asciidoc manpage option @<:@default=NONE@:>@])
-if test -z "$ASCIIMAN_FORMAT"; then
-	case "$ASCIIMAN" in
-		a2x) ASCIIMAN_FORMAT="--format=manpage" ;;
-		asciidoctor) ASCIIMAN_FORMAT="--backend=manpage" ;;
-		*) AC_MSG_WARN([ASCIIMAN $ASCIIMAN is not supported.]) ;;
+		*) AC_MSG_NOTICE([ASCIIDOC $ASCIIDOC is not supported.]) ;;
 	esac
 fi
 
diff -pruN 2.9.8-1/debian/changelog 2.9.9-1/debian/changelog
--- 2.9.8-1/debian/changelog	2022-07-21 05:22:32.000000000 +0000
+++ 2.9.9-1/debian/changelog	2022-08-05 19:58:29.000000000 +0000
@@ -1,3 +1,9 @@
+icewm (2.9.9-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Eduard Bloch <blade@debian.org>  Fri, 05 Aug 2022 21:58:29 +0200
+
 icewm (2.9.8-1) unstable; urgency=low
 
   * New upstream release
diff -pruN 2.9.8-1/debian/patches/debian-changes 2.9.9-1/debian/patches/debian-changes
--- 2.9.8-1/debian/patches/debian-changes	2022-07-21 05:22:32.000000000 +0000
+++ 2.9.9-1/debian/patches/debian-changes	2022-08-05 19:58:29.000000000 +0000
@@ -3,8 +3,8 @@ delta against upstream is either kept as
 in some VCS, and exported as a single patch instead of more manageable
 atomic patches.
 
---- icewm-2.9.8.orig/lib/keys.in
-+++ icewm-2.9.8/lib/keys.in
+--- icewm-2.9.9.orig/lib/keys.in
++++ icewm-2.9.9/lib/keys.in
 @@ -27,8 +27,8 @@ key "Super+KP_Add"          amixer sset
  key "XF86AudioLowerVolume"  amixer sset Master 5%-
  key "XF86AudioRaiseVolume"  amixer sset Master 5%+
@@ -16,8 +16,8 @@ atomic patches.
  key "XF86Eject"             eject
  key "XF86Calculator"        /bin/sh -c "gnome-calculator || xcalc || ( type bc >/dev/null 2>&1 && @XTERMCMD@ -e bc -l)"
  
---- icewm-2.9.8.orig/lib/winoptions.in
-+++ icewm-2.9.8/lib/winoptions.in
+--- icewm-2.9.9.orig/lib/winoptions.in
++++ icewm-2.9.9/lib/winoptions.in
 @@ -5,6 +5,8 @@
  
  xterm.XTerm.icon: xterm
@@ -27,8 +27,8 @@ atomic patches.
  nxterm.icon: xterm
  fte.icon: fte
  emacs.Emacs.icon: emacs
---- icewm-2.9.8.orig/src/default.h
-+++ icewm-2.9.8/src/default.h
+--- icewm-2.9.9.orig/src/default.h
++++ icewm-2.9.9/src/default.h
 @@ -125,7 +125,7 @@ XIV(bool, win95keys,
  XIV(bool, autoReloadMenus,                      true)
  XIV(bool, arrangeWindowsOnScreenSizeChange,     true)
@@ -81,8 +81,8 @@ atomic patches.
  #if __OpenBSD__
  #define NET_DEVICES                             "[ew]* vio*"
  #else
---- icewm-2.9.8.orig/src/wmapp.cc
-+++ icewm-2.9.8/src/wmapp.cc
+--- icewm-2.9.9.orig/src/wmapp.cc
++++ icewm-2.9.9/src/wmapp.cc
 @@ -42,6 +42,7 @@
  char const *ApplicationName("IceWM");
  RebootShutdown rebootOrShutdown = Logout;
@@ -91,7 +91,7 @@ atomic patches.
  
  YWMApp *wmapp;
  YWindowManager *manager;
-@@ -1236,6 +1237,9 @@ YWMApp::YWMApp(int *argc, char ***argv,
+@@ -1234,6 +1235,9 @@ YWMApp::YWMApp(int *argc, char ***argv,
      focusMode(loadFocusMode()),
      managerWindow(None)
  {
@@ -101,7 +101,7 @@ atomic patches.
      wmapp = this;
      YIcon::iconResourceLocator = this;
  
-@@ -1992,6 +1996,14 @@ public:
+@@ -1990,6 +1994,14 @@ public:
      }
  };
  
diff -pruN 2.9.8-1/doc/CMakeLists.txt 2.9.9-1/doc/CMakeLists.txt
--- 2.9.8-1/doc/CMakeLists.txt	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/doc/CMakeLists.txt	2022-08-01 21:49:30.000000000 +0000
@@ -2,9 +2,10 @@ cmake_minimum_required(VERSION 2.6)
 PROJECT(ICEWM CXX)
 
 #
-# The list of AsciiDoc pages which need to be converted to HTML.
+# The list of files which need to be converted to HTML.
 #
-set(ADOC_NAMES icewm.adoc)
+set(MARK_FILES icewm.md)
+set(ADOC_FILES icewm.adoc)
 
 #
 # The destination directory for HTML pages.
@@ -18,40 +19,63 @@ if(NOT HTMLDIR)
 endif()
 
 #
-# Detect AsciiDoc convertor to HTML.
+# Detect input processor.
 #
-if(NOT ASCIIDOC)
-    find_program(ASCIIDOC NAMES asciidoctor asciidoc)
-endif()
-if((ASCIIDOC) AND (NOT ASCIIDOC_BACKEND))
-    if(ASCIIDOC MATCHES asciidoctor$)
-        set(ASCIIDOC_BACKEND "--backend=html5")
-    elseif(ASCIIDOC MATCHES asciidoc$)
-        set(ASCIIDOC_BACKEND "--backend=html4")
+if(NOT MARKDOWN AND NOT ASCIIDOC)
+    find_program(MARKDOWN NAMES markdown markdown_py discount-markdown Markdown.pl)
+    if (NOT MARKDOWN)
+        find_program(ASCIIDOC NAMES asciidoctor asciidoc)
     endif()
 endif()
 
 #
+# Convert Markdown pages to HTML.
+#
+if(MARKDOWN)
+    set(HTML_OUTPUT_FILES)
+    foreach(mark ${MARK_FILES})
+        string(REGEX REPLACE \\.md$ .html htm ${mark})
+        set(txt "${CMAKE_SOURCE_DIR}/doc/${mark}")
+        set(out "${CMAKE_BINARY_DIR}/${htm}")
+        ADD_CUSTOM_COMMAND(OUTPUT "${out}"
+            COMMAND ${MARKDOWN} "${txt}" > "${out}"
+            DEPENDS "${txt}"
+            WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+            )
+        list(APPEND HTML_OUTPUT_FILES "${out}")
+    endforeach()
+    ADD_CUSTOM_TARGET(build_html_docs ALL DEPENDS ${HTML_OUTPUT_FILES})
+
+#
 # Convert AsciiDoc pages to HTML.
 #
-if((ASCIIDOC) AND (ASCIIDOC_BACKEND))
+elseif(ASCIIDOC)
+    if(NOT ASCIIDOC_BACKEND)
+        if(ASCIIDOC MATCHES asciidoctor$)
+            set(ASCIIDOC_BACKEND --backend=html5)
+        elseif(ASCIIDOC MATCHES asciidoc$)
+            set(ASCIIDOC_BACKEND --backend=html4)
+        endif()
+    endif()
+
     set(HTML_OUTPUT_FILES)
-    foreach(adoc ${ADOC_NAMES})
-        string(REGEX REPLACE "\\.adoc$" ".html" htm "${adoc}")
+    foreach(adoc ${ADOC_FILES})
+        string(REGEX REPLACE \\.adoc$ .html htm ${adoc})
         set(txt "${CMAKE_SOURCE_DIR}/doc/${adoc}")
         set(out "${CMAKE_BINARY_DIR}/${htm}")
         ADD_CUSTOM_COMMAND(OUTPUT "${out}"
-            COMMAND "${ASCIIDOC}" "${ASCIIDOC_BACKEND}" -o "${out}" "${txt}"
+            COMMAND ${ASCIIDOC} ${ASCIIDOC_BACKEND} -o "${out}" "${txt}"
             DEPENDS "${txt}"
             WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
             )
         list(APPEND HTML_OUTPUT_FILES "${out}")
     endforeach()
     ADD_CUSTOM_TARGET(build_html_docs ALL DEPENDS ${HTML_OUTPUT_FILES})
+
 else()
-    message(WARNING "asciidoctor or its backend not found.\n"
+    message(WARNING "markdown and asciidoctor not found.\n"
             "NOT regenerating HTML documentation.\n"
-            "To rebuild install asciidoctor or asciidoc.")
+            "To rebuild install markdown or asciidoctor.")
     FILE(GLOB HTML_OUTPUT_FILES *.html)
 endif()
 
diff -pruN 2.9.8-1/doc/icewm.md 2.9.9-1/doc/icewm.md
--- 2.9.8-1/doc/icewm.md	1970-01-01 00:00:00.000000000 +0000
+++ 2.9.9-1/doc/icewm.md	2022-08-01 21:49:30.000000000 +0000
@@ -0,0 +1,2558 @@
+---
+title: IceWM Manual
+---
+
+Introduction
+============
+
+This document is the manual for the **IceWM** X11 window manager.
+The [IceWM manpages](https://ice-wm.org/man/) provide additional documentation.
+
+The goal of IceWM is to provide a small, fast and familiar window manager for the X11 window system, which is compatible with the EWMH and ICCCM window manager protocols. Generally, it tries to make all functions available both by keyboard and by mouse (this is not currently possible when using mouse focus).
+
+IceWM originally was designed to emulate the look of Motif, OS/2 Warp 4, OS/2 Warp 3 and Windows 95. Since it has a theming engine others styles are possible. A large number of original themes have been created and [published by users](https://themes.ice-wm.org/).
+
+Further information can be found at [the IceWM website](https://ice-wm.org/),
+at the [current site of development](https://github.com/bbidulock/icewm/),
+which includes the [support requests](https://github.com/bbidulock/icewm/issues/).
+
+Copying
+=======
+
+IceWM and its documentation are covered by a GNU LGPL license,
+which is included in the distribution.
+
+First steps
+===========
+
+IceWM components
+----------------
+
+The IceWM suite consists of the following core applications provided by the main package:
+
+- **[icewm](https://ice-wm.org/man/icewm)** - The actual window manager binary. It handles window placement and draws the window decorations.
+
+- **[icewmbg](https://ice-wm.org/man/icewmbg)** - The background setting application. It can assign plain background color or images in different formats to the X background. Either shared or separate for different workspaces. This program should be started before `icewm`.
+
+- **[icewm-session](https://ice-wm.org/man/icewm-session)** - The IceWM session manager runs all of the above. This is the preferred program to start IceWM.
+
+- **[icewm-menu-fdo](https://ice-wm.org/man/icewm-menu-fdo)** - This generates IceWM program menus from FreeDesktop `.desktop` files.
+
+- **[icewmhint](https://ice-wm.org/man/icewmhint)** - Is a simple utility for passing IceWM hints to IceWM by window class and instance. Icewmhint uses a special property, '"\_ICEWM\_WINOPHINT"', on the root window to pass special hints to IceWM.
+
+- **[icehelp](https://ice-wm.org/man/icehelp)** - Is used by icewm to display the 'IceWM manual' and the manpages. See the output of `icehelp --help` for details.
+
+- **[icesh](https://ice-wm.org/man/icesh)** - Could be used to manage IceWM internals from the command line.
+
+Starting icewm
+--------------
+
+The `icewm` program alone is suitable for use with desktop environments like GNOME. If you wish to run the whole IceWM suite (WM, background changer, Docklet support, and startup/shutdown script handling), use the `icewm-session` binary instead of pure `icewm`. Note that this is not a complete Session Manager but it helps to automate the startup.
+
+First make sure that you choose the correct [X startup](https://www.tldp.org/HOWTO/XWindow-User-HOWTO/runningx.html) script in your home directory. For most distributions either the file `$HOME/.xsession` or `$HOME/.xinitrc` is honored by startx and X display managers like KDM. On RedHat, the `$HOME/.Xclients` may be used instead. In all cases, choose the one recommended by your distribution and make sure that there is no concurrency between the X startup scripts. Ensure that the script is executable. Mine looks something like this:
+
+    #!/bin/bash
+    # run profile to set $PATH and other env vars correctly
+    . $HOME/.bash_profile
+    # setup touchpad and the external mouse
+    xset m 7 2
+    xinput set-ptr-feedback 0 7 1.9 1
+
+    # start icewm-session
+    exec icewm-session
+    xterm
+
+The xterm on the last line is there simply to make sure that your X session doesn't crash if IceWM does (should never happen). You can restart IceWM from there or start some other window manager. The session will close if you close the xterm.
+
+Startup and shutdown scripts
+----------------------------
+
+After initialization `icewm-session` will search the resource path for a `startup` script. If this file is found and if it is executable `icewm-session` will run this script. During termination of `icewm-session` the `shutdown` script is executed.
+
+Example `~/.icewm/startup` script:
+
+    #!/bin/bash
+
+    [ -x ~/.icewm/restart ] && source ~/.icewm/restart
+
+    gnome-terminal --geometry 80x25+217+235 &
+    xscreensaver &
+
+On termination the `shutdown` script will be run first, then `icewm-session` will terminate icewm and icewmbg.
+
+Hint: `icewm-session` is meant for easy desktop initialization and it is part of IceWM due to popular demand. For more sophisticated session management one could use a real session manager. IceWM supports the XSESSION protocol.
+
+Extra session environment
+-------------------------
+
+Please note that if icewm-session is used as the only startup mechanism (without having .xsession involved), one can write additional environment settings into the file `$HOME/.icewm/env`. Expansion of simple shell style variables should be supported on most platforms. Shell command expansion is supported if `wordexp` was configured. This extra environment is only effective in applications started by icewm-session and their subprocesses.
+
+Example `env`:
+
+    PATH=~/bin:$PATH
+    LANG=de_DE.UTF-8
+
+Focus models
+============
+
+IceWM implements four general focus models:
+
+- **clickToRaise**
+
+  Exactly like Win95, OS/2 Warp. When window is clicked with a mouse, it is raised and activated.
+
+- **clickToFocus**
+
+  Window is raised and focused when titlebar or frame border is clicked. Window is focused but not raised when window interior is clicked.
+
+- **pointerFocus**
+
+  When the mouse is moved, focus is set to window under a mouse. It should be possible to change focus with the keyboard when mouse is not moved.
+
+- **explicitFocus**
+
+  When a window is clicked, it is activated, but not raised. New windows do not automatically get the focus unless they are transient windows for the active window.
+
+Detailed configuration is possible using the configuration file options.
+
+Mouse Commands
+==============
+
+Frame Commands
+--------------
+
+- **Left Button**
+
+  Select and raise the window. On the window frame, resize the window.
+
+- **Right Button**
+
+  When dragged, moves the window. When clicked, displays the context menu.
+
+Title Bar Commands
+------------------
+
+- **Any Button Drag**
+
+  Move the window.
+
+- **Alt + Left Button**
+
+  Lower the window.
+
+- **Left Button Double Click**
+
+  Maximize/Restore the window.
+
+- **Middle Button Double Click**
+
+  Rollup/Unroll the window.
+
+The Ctrl key can be used together with a mouse button to prevent a window from being raised to the top of the stack.
+
+Taskbar commands
+----------------
+
+- **Left Button Click**
+
+  Activate the workspace with the window and raise the window. Toggles the minimized/active state of the window.
+
+- **Shift + Left Button Click**
+
+  Move window to current workspace. This only works when windows from all workspaces are shown on the taskbar all the time.
+
+- **Control + Left Button Click**
+
+  Minimize/restore the window.
+
+- **Middle Button Click**
+
+  Toggle raised/lowered state of the window.
+
+- **Shift + Middle Button Click**
+
+  Add the window to the current workspace.
+
+- **Control + Middle Button Click**
+
+  Lower the window.
+
+- **Right Button Click**
+
+  Display a context menu.
+
+Keyboard Commands
+=================
+
+The Alt key is assumed to be the key defined as the Mod1 modifier.
+
+- `Alt+F1`
+
+  Raise the window.
+
+- `Alt+F2`
+
+  Make a window occupy all desktops.
+
+- `Alt+F3`
+
+  Lower the window to the bottom of the stack.
+
+- `Alt+F4`
+
+  Close the window.
+
+- `Alt+F5`
+
+  Restore the window state if maximized or minimized/hidden.
+
+- `Alt+F6`
+
+  Focus to next window.
+
+- `Alt+Shift+F6`
+
+  Focus to previous window.
+
+- `Alt+F7`
+
+  Starts movement of the active window. Move the window either by the mouse or by the arrow keys. The arrow keys can be accelerated four times by the Shift key or sixteen times by the Control key. Press the left button or the Enter key when done. To cancel press Escape.
+
+- `Alt+F8`
+
+  Starts resizing of the active window. Resize the window either by the mouse or by the arrow keys. The arrow keys can be accelerated four times by the Shift key or sixteen times by the Control key. Press the left button or the Enter key when done. To cancel press Escape.
+
+- `Alt+F9`
+
+  Minimize the window to taskbar.
+
+- `Alt+F10`
+
+  Maximize the window.
+
+- `Alt+Shift+F10`
+
+  Maximize the window vertically (toggle).
+
+- `Alt+F11`
+
+  Hide the window (appears in window list, but not on taskbar).
+
+- `Alt+F12`
+
+  Rollup the window.
+
+- `Ctrl+Escape`
+
+  Show the start menu.
+
+- `Ctrl+Alt+Escape`
+
+  Show the window list.
+
+- `Shift+Escape`
+
+  Show the system-menu of the window.
+
+- `Alt+Escape`
+
+  Focus to next window (down in zorder)
+
+- `Alt+Shift+Escape`
+
+  Focus to previous window (up in zorder)
+
+- `Alt+Tab`
+
+  Switch between windows (top -> bottom).
+
+- `Alt+Shift+Tab`
+
+  Switch between windows (bottom <- top).
+
+- `Ctrl+Alt+LeftArrow`
+
+  Switch to the previous workspace (cycle).
+
+- `Ctrl+Alt+RightArrow`
+
+  Switch to the next workspace (cycle).
+
+- `Ctrl+Alt+DownArrow`
+
+  Switch to the previously active workspace.
+
+- `Ctrl+Alt+Shift+LeftArrow`
+
+  Move the focused window to the previous workspace and activate it.
+
+- `Ctrl+Alt+Shift+RightArrow`
+
+  Move the focused window to the next workspace and activate it.
+
+- `Ctrl+Alt+Shift+DownArrow`
+
+  Move the focused window to the previously active workspace and activate it.
+
+- `Ctrl+Alt+Delete`
+
+  displays the session dialog.
+
+- `Ctrl+Alt+Space`
+
+  Activate the AddressBar. This is a command line in the taskbar where a shell command can be typed. Pressing the Enter key will execute the command. If **AddressBarCommand** was configured it will be used to execute the command otherwise `/bin/sh` is used. If the **Control** key was also pressed then the command is executed in a terminal as given by **TerminalCommand**. The address bar maintains a history which is navigable by the Up and Down keys. A rich set of editing operations is supported, including cut-/copy-/paste-operations and file completion using **Tab** or **Ctrl-I**.
+
+- `Ctrl+Alt+d`
+
+  Show the desktop.
+
+- `Ctrl+Alt+h`
+
+  Toggle taskbar visibility.
+
+The Resource Path
+=================
+
+IceWM looks in several locations for configuration information, themes and customization; together these locations are called the resource path. The resource path contains the following directories:
+
+$ICEWM\_PRIVCFG; $XDG\_CONFIG\_HOME/icewm; $HOME/.icewm
+The first of these which is defined and existent is used to search for the user's personal customization.
+
+/etc/icewm
+the system-wide defaults directory
+
+/usr/share/icewm OR /usr/local/share/icewm
+the compiled-in default directory with default files
+
+The directories are searched in the above order, so any file located in the system/install directory can be overridden by the user by creating the same directory hierarchy under `$HOME/.icewm`.
+
+To customize icewm yourself, you could create the `$HOME/.icewm` directory and copy the files that you wish to modify, like `preferences`, `keys` or `winoptions`, from `/etc/icewm`, `/usr/share/icewm` or `/usr/local/share/icewm` and then modify as you like.
+
+To customize the default themes, create the `$HOME/.icewm/themes` directory and copy all the theme files there and then modify as necessary. Each theme has its own subdirectory. Themes can be downloaded from <https://themes.ice-wm.org>.
+
+Configuration Files
+===================
+
+IceWM uses the following configuration files:
+
+- **[theme](https://ice-wm.org/man/icewm-theme)**
+
+  Currently selected theme
+
+- **[preferences](https://ice-wm.org/man/icewm-preferences)**
+
+  General settings - paths, colors, fonts...
+
+- **[prefoverride](https://ice-wm.org/man/icewm-prefoverride)**
+
+  Settings that should override the themes.
+
+- **[menu](https://ice-wm.org/man/icewm-menu)**
+
+  Menu of startable applications. Usually customized by the user.
+
+- **[programs](https://ice-wm.org/man/icewm-programs)**
+
+  Automatically generated menu of startable applications (this should be used for **wmconfig**, **menu** or similar packages, perhaps as a part of the login or X startup sequence).
+
+- **[winoptions](https://ice-wm.org/man/icewm-winoptions)**
+
+  Application window options
+
+- **[keys](https://ice-wm.org/man/icewm-keys)**
+
+  Global keybindings to launch applications (not window manager related)
+
+- **[toolbar](https://ice-wm.org/man/icewm-toolbar)**
+
+  Quick launch application icons on the taskbar.
+
+Theme
+=====
+
+The `theme` file contains the currently selected theme. It will be overwritten automatically when a theme is selected from the Themes menu.
+
+Preferences
+===========
+
+This section shows preferences that can be set in `preferences`. Themes will not be able to override these settings. Default values are shown following the equal sign.
+
+Focus and Behavior
+------------------
+
+The following settings can be set to value 1 (enabled) or value 0 (disabled).
+
+- `ClickToFocus = 1`
+
+  Enables click to focus mode.
+
+- `RaiseOnFocus = 1`
+
+  Window is raised when focused.
+
+- `FocusOnClickClient = 1`
+
+  Window is focused when client area is clicked.
+
+- `RaiseOnClickClient = 1`
+
+  Window is raised when client area is clicked.
+
+- `RaiseOnClickTitleBar = 1`
+
+  Window is raised when titlebar is clicked.
+
+- `RaiseOnClickButton = 1`
+
+  Window is raised when title bar button is clicked.
+
+- `RaiseOnClickFrame = 1`
+
+  Window is raised when frame is clicked.
+
+- `LowerOnClickWhenRaised = 0`
+
+  Lower the active window when clicked again.
+
+- `PassFirstClickToClient = 1`
+
+  The click which raises the window is also passed to the client.
+
+- `FocusChangesWorkspace = 0`
+
+  Change to the workspace of newly focused windows.
+
+- `AutoRaise = 0`
+
+  Windows will raise automatically after AutoRaiseDelay when focused.
+
+- `StrongPointerFocus = 0`
+
+  When focus follows mouse always give the focus to the window under mouse pointer - Even when no mouse motion has occurred. Using this is not recommended. Please prefer to use just ClickToFocus=0.
+
+- `FocusOnMap = 1`
+
+  Window is focused after being mapped.
+
+- `FocusOnMapTransient = 1`
+
+  Transient window is focused after being mapped.
+
+- `FocusOnMapTransientActive = 1`
+
+  Focus dialog window when initially mapped only if parent frame focused.
+
+- `FocusOnAppRaise = 1`
+
+  The window is focused when application raises it.
+
+- `RequestFocusOnAppRaise = 1`
+
+  Request focus (flashing in taskbar) when application requests raise.
+
+- `MapInactiveOnTop = 1`
+
+  Put new windows on top even if not focusing them.
+
+- `PointerColormap = 0`
+
+  Colormap focus follows pointer.
+
+- `DontRotateMenuPointer = 1`
+
+  Don't rotate the cursor for popup menus.
+
+- `LimitSize = 1`
+
+  Limit size of windows to screen.
+
+- `LimitPosition = 1`
+
+  Limit position of windows to screen.
+
+- `LimitByDockLayer = 0`
+
+  Let the Dock layer limit the workspace (incompatible with GNOME Panel).
+
+- `ConsiderHBorder = 0`
+
+  Consider border frames when maximizing horizontally.
+
+- `ConsiderVBorder = 0`
+
+  Consider border frames when maximizing vertically.
+
+- `ConsiderSizeHintsMaximized = 1`
+
+  Consider XSizeHints if frame is maximized.
+
+- `CenterMaximizedWindows = 0`
+
+  Center maximized windows which can't fit the screen (like terminals).
+
+- `HideBordersMaximized = 0`
+
+  Hide window borders if window is maximized.
+
+- `HideTitleBarWhenMaximized = 0`
+
+  Hide title bar when maximized.
+
+- `CenterLarge = 0`
+
+  Center large windows.
+
+- `CenterTransientsOnOwner = 1`
+
+  Center dialogs on owner window.
+
+- `SizeMaximized = 0`
+
+  Window can be resized when maximized.
+
+- `MinimizeToDesktop = 0`
+
+  Window is minimized to desktop area (in addition to the taskbar).
+
+- `MiniIconsPlaceHorizontal = 0`
+
+  Place the mini-icons horizontal instead of vertical.
+
+- `MiniIconsRightToLeft = 0`
+
+  Place new mini-icons from right to left.
+
+- `MiniIconsBottomToTop = 0`
+
+  Place new mini-icons from bottom to top.
+
+- `GrabRootWindow = 1`
+
+  Manage root window (EXPERIMENTAL - normally enabled!).
+
+- `ShowMoveSizeStatus = 1`
+
+  Move/resize status window is visible when moving/resizing the window.
+
+- `ShowWorkspaceStatus = 1`
+
+  Show name of current workspace while switching.
+
+- `ShowWorkspaceStatusAfterSwitch = 1`
+
+  Show name of current workspace while switching workspaces.
+
+- `ShowWorkspaceStatusAfterActivation = 1`
+
+  Show name of current workspace after explicit activation.
+
+- `WarpPointer = 0`
+
+  Pointer is moved in pointer focus move when focus is moved using the keyboard.
+
+- `OpaqueMove = 1`
+
+  Window is immediately moved when dragged, no outline is shown.
+
+- `OpaqueResize = 0`
+
+  Window is immediately resized when dragged, no outline is shown.
+
+- `DelayPointerFocus = 1`
+
+  Similar to delayed auto raise.
+
+- `Win95Keys = 0`
+
+  Makes 3 additional keys perform sensible functions. The keys must be mapped to MetaL, MetaR and Menu. The left one will activate the start menu and the right one will display the window list.
+
+- `ModSuperIsCtrlAlt = 1`
+
+  Treat Super/Win modifier as Ctrl+Alt.
+
+- `UseMouseWheel = 0`
+
+  Mouse wheel support.
+
+- `TaskBarTaskGrouping = 0`
+
+  Group applications with the same class name under a single task button.
+
+- `ShowPopupsAbovePointer = 0`
+
+  Show popup menus above mouse pointer.
+
+- `ReplayMenuCancelClick = 0`
+
+  Send the clicks outside menus to target window.
+
+- `ManualPlacement = 0`
+
+  Windows must be placed manually by the user.
+
+- `SmartPlacement = 1`
+
+  Smart window placement (minimal overlap).
+
+- `IgnoreNoFocusHint = 0`
+
+  Ignore no-accept-focus hint set by some windows.
+
+- `MenuMouseTracking = 0`
+
+  If enabled, menus will track the mouse even when no mouse button is pressed.
+
+- `ClientWindowMouseActions = 1`
+
+  Allow mouse actions on client windows.
+
+- `SnapMove = 1`
+
+  Snap to nearest screen edge/window when moving windows.
+
+- `SnapDistance = 8`
+
+  Distance in pixels before windows snap together
+
+- `ArrangeWindowsOnScreenSizeChange = 1`
+
+  Automatically arrange windows when screen size changes.
+
+- `MsgBoxDefaultAction = 0`
+
+  Preselect to Cancel (0) or the OK (1) button in message boxes
+
+- `EdgeResistance = 32`
+
+  Resistance to move window with mouse outside screen limits. Setting it to 10000 makes the resistance infinite.
+
+- `AllowFullscreen = 1`
+
+  Allow to switch a window to fullscreen.
+
+- `FullscreenUseAllMonitors = 0`
+
+  Span over all available screens if window goes into fullscreen.
+
+- `NetWorkAreaBehaviour = 0`
+
+  NET\_WORKAREA behaviour: 0 (single/multimonitor with STRUT information, like metacity), 1 (always full desktop), 2 (singlemonitor with STRUT, multimonitor without STRUT).
+
+- `ConfirmLogout = 1`
+
+  Confirm Logout.
+
+- `MultiByte = 1`
+
+  Overrides automatic multiple byte detection.
+
+- `ShapesProtectClientWindow = 1`
+
+  Don't cut client windows by shapes set trough frame corner pixmap.
+
+- `DoubleBuffer = 1`
+
+  Use double buffering when redrawing the display.
+
+- `XRRDisable = 0`
+
+  Disable use of new XRANDR API for dual head (nvidia workaround)
+
+- `PreferFreetypeFonts = 1`
+
+  Favor \*Xft fonts over core X11 fonts where possible.
+
+- `IconPath = /usr/share/icons/hicolor:/usr/share/icons:/usr/share/pixmaps`
+
+  Icon search path (colon separated)
+
+- `MailCommand = xterm -name mutt -e mutt`
+
+  Command to run on mailbox.
+
+- `MailClassHint = mutt.XTerm`
+
+  WM\_CLASS to allow runonce for MailCommand.
+
+- `LockCommand =`
+  Command to lock display/screensaver.
+
+- `ClockCommand = xclock -name icewm -title Clock`
+
+  Command to run on clock.
+
+- `ClockClassHint = icewm.XClock`
+
+  WM\_CLASS to allow runonce for ClockCommand.
+
+- `RunCommand =`
+  Command to select and run a program.
+
+- `OpenCommand =`
+  Command to run to open a file.
+
+- `TerminalCommand = xterm`
+
+Terminal emulator must accept -e option.
+
+- `LogoutCommand =`
+  Command to start logout.
+
+- `LogoutCancelCommand =`
+  Command to cancel logout.
+
+- `ShutdownCommand =`
+  Command to shutdown the system.
+
+- `RebootCommand =`
+  Command to reboot the system.
+
+- `SuspendCommand =`
+  Command to send the system to standby mode.
+
+- `CPUStatusCommand =`
+  Command to run on CPU status.
+
+- `CPUStatusClassHint = top.XTerm`
+
+  WM\_CLASS to allow runonce for CPUStatusCommand.
+
+- `CPUStatusCombine = 1`
+
+  Combine all CPUs to one.
+
+- `NetStatusCommand =`
+  Command to run on Net status.
+
+- `NetStatusClassHint = netstat.XTerm`
+
+  WM\_CLASS to allow runonce for NetStatusCommand.
+
+- `AddressBarCommand =`
+  Command to run for address bar entries.
+
+- `XRRPrimaryScreenName =`
+  screen/output name of the primary screen.
+
+Quick Switch List
+-----------------
+
+- `QuickSwitch = 1`
+
+  enable Alt+Tab window switcher.
+
+- `QuickSwitchToMinimized = 1`
+
+  Alt+Tab switches to minimized windows too.
+
+- `QuickSwitchToHidden = 1`
+
+  Alt+Tab to hidden windows.
+
+- `QuickSwitchToUrgent = 1`
+
+  Prioritize Alt+Tab to urgent windows.
+
+- `QuickSwitchToAllWorkspaces = 1`
+
+  Alt+Tab switches to windows on any workspace.
+
+- `QuickSwitchGroupWorkspaces = 1`
+
+  Alt+Tab: group windows on current workspace.
+
+- `QuickSwitchAllIcons = 1`
+
+  Show all reachable icons when quick switching.
+
+- `QuickSwitchTextFirst = 0`
+
+  Show the window title above (all reachable) icons.
+
+- `QuickSwitchSmallWindow = 0`
+
+  Attempt to create a small QuickSwitch window (1/3 instead of 3/5 of
+
+- `QuickSwitchMaxWidth = 0`
+
+  Go through all window titles and choose width of the longest one.
+
+- `QuickSwitchVertical = 1`
+
+  Place the icons and titles vertical instead of horizontal.
+
+- `QuickSwitchHugeIcon = 0`
+
+  Show the huge (48x48) of the window icon for the active window.
+
+- `QuickSwitchFillSelection = 0`
+
+  Fill the rectangle highlighting the current icon.
+
+Edge Workspace Switching
+------------------------
+
+- `EdgeSwitch = 0`
+
+  Workspace switches by moving mouse to left/right screen edge.
+
+- `HorizontalEdgeSwitch = 0`
+
+  Workspace switches by moving mouse to left/right screen edge.
+
+- `VerticalEdgeSwitch = 0`
+
+  Workspace switches by moving mouse to top/bottom screen edge.
+
+- `ContinuousEdgeSwitch = 1`
+
+  Workspace switches continuously when moving mouse to screen edge.
+
+Task Bar
+--------
+
+The following settings can be set to value 1 (enabled) or value 0 (disabled).
+
+- `ShowTaskBar = 1`
+
+  Task bar is visible.
+
+- `TaskBarAtTop = 0`
+
+  Task bar is located at top of screen.
+
+- `TaskBarKeepBelow = 1`
+
+  Keep the task bar below regular windows
+
+- `TaskBarAutoHide = 0`
+
+  Task bar will auto hide when mouse leaves it.
+
+- `TaskBarFullscreenAutoShow = 1`
+
+  Auto show task bar when fullscreen window active.
+
+- `TaskBarShowClock = 1`
+
+  Task bar clock is visible.
+
+- `TaskBarShowAPMStatus = 0`
+
+  Show battery status monitor on task bar.
+
+- `TaskBarShowAPMAuto = 1`
+
+  Enable TaskBarShowAPMStatus if a battery is present.
+
+- `TaskBarShowAPMTime = 1`
+
+  Show battery status on task bar in time-format.
+
+- `TaskBarShowAPMGraph = 1`
+
+  Show battery status in graph mode.
+
+- `TaskBarShowMailboxStatus = 1`
+
+  Display status of mailbox (see 'Mailbox' below).
+
+- `TaskBarMailboxStatusBeepOnNewMail = 0`
+
+  Beep when new mail arrives.
+
+- `TaskBarMailboxStatusCountMessages = 0`
+
+  Display mail message count as tooltip.
+
+- `TaskBarShowWorkspaces = 1`
+
+  Show workspace switching buttons on task bar.
+
+- `TaskBarShowWindows = 1`
+
+  Show windows on the taskbar.
+
+- `TaskBarShowShowDesktopButton = 1`
+
+  Show 'show desktop' button on taskbar.
+  If set to 2, it will move the icon to the right side, after the clock.
+
+- `ShowEllipsis = 0`
+
+  Show Ellipsis in taskbar items and some other locations. This is a visual indicator like "..." to show that a string didn't fit into the visible area.
+
+- `TaskBarShowTray = 1`
+
+  Show windows in the tray.
+
+- `TrayShowAllWindows = 1`
+
+  Show windows from all workspaces on tray.
+
+- `TaskBarEnableSystemTray = 1`
+
+  Enable the system tray in the taskbar.
+
+- `TaskBarShowTransientWindows = 1`
+
+  Show transient (dialogs, ...) windows on task bar.
+
+- `TaskBarShowAllWindows = 0`
+
+  Show windows from all workspaces on task bar.
+
+- `TaskBarShowWindowIcons = 1`
+
+  Show icons of windows on the task bar.
+
+- `TaskBarShowStartMenu = 1`
+
+  Show button for the start menu on the task bar.
+
+- `TaskBarShowWindowListMenu = 1`
+
+  Show button for window list menu on taskbar.
+
+- `TaskBarShowCPUStatus = 1`
+
+  Show CPU status on task bar (Linux & Solaris).
+
+- `CPUStatusShowRamUsage = 1`
+
+  Show RAM usage in CPU status tool tip.
+
+- `CPUStatusShowSwapUsage = 1`
+
+  Show swap usage in CPU status tool tip.
+
+- `CPUStatusShowAcpiTemp = 1`
+
+  Show ACPI temperature in CPU status tool tip.
+
+- `CPUStatusShowAcpiTempInGraph = 0`
+
+  Show ACPI temperature in CPU graph.
+
+- `AcpiIgnoreBatteries =`
+  List of battery names ignore.
+
+- `CPUStatusShowCpuFreq = 1`
+
+  Show CPU frequency in CPU status tool tip.
+
+- `NetStatusShowOnlyRunning = 0`
+
+  Show network status only for connected devices, such as an active ethernet link or associated wireless interface. If false, any network interface that has been brought up will be displayed.
+
+- `TaskBarShowMEMStatus = 1`
+
+  Show memory usage status on task bar (Linux only).
+
+- `TaskBarShowNetStatus = 1`
+
+  Show network status on task bar (Linux only).
+
+- `NetworkStatusDevice = "[ew]*"`
+  List of network devices to be displayed in tray, space separated. Shell wildcard patterns can also be used.
+
+- `TaskBarShowCollapseButton = 0`
+
+  Show a button to collapse the taskbar.
+
+- `TaskBarDoubleHeight = 0`
+
+  Double height task bar
+
+- `TaskBarWorkspacesLeft = 1`
+
+  Place workspace pager on left, not right.
+
+- `TaskBarWorkspacesTop = 0`
+
+  Place workspace pager on top row when using dual-height taskbar.
+
+- `PagerShowPreview = 1`
+
+  Show a mini desktop preview on each workspace button. By pressing the middle mouse button the 'window list' is shown. The right button activates the 'window list menu'. By using the scroll wheel over the 'workspace list' one can quickly cycle over all workspaces.
+
+- `PagerShowWindowIcons = 1`
+
+  Draw window icons inside large enough preview windows on pager (if PagerShowPreview=1).
+
+- `PagerShowMinimized = 1`
+
+  Draw even minimized windows as unfilled rectangles (if PagerShowPreview=1).
+
+- `PagerShowBorders = 1`
+
+  Draw border around workspace buttons (if PagerShowPreview=1).
+
+- `PagerShowNumbers = 1`
+
+  Show number of workspace on workspace button (if PagerShowPreview=1).
+
+- `TaskBarLaunchOnSingleClick = 1`
+
+  Execute taskbar applet commands (like MailCommand, ClockCommand, ...) on single click.
+
+- `EnableAddressBar = 1`
+
+  Enable address bar functionality in taskbar.
+
+- `ShowAddressBar = 1`
+
+  Show address bar in task bar.
+
+- `TimeFormat = "%X"`
+
+  format for the taskbar clock (time) (see strftime(3) manpage).
+
+- `TimeFormatAlt = ""`
+
+  Alternate Clock Time format (e.g. for blinking effects).
+
+- `DateFormat = "%c"`
+
+  format for the taskbar clock tooltip (date+time) (see strftime(3) manpage).
+
+- `TaskBarCPUSamples = 20`
+
+  Width of CPU Monitor.
+
+- `TaskBarMEMSamples = 20`
+
+  Width of Memory Monitor.
+
+- `TaskBarNetSamples = 20`
+
+  Width of Net Monitor.
+
+- `TaskbarButtonWidthDivisor = 3`
+
+  Default number of tasks in taskbar.
+
+- `TaskBarWidthPercentage = 100`
+
+  Task bar width as percentage of the screen width.
+
+- `TaskBarJustify = "left"`
+
+  Taskbar justify left, right or center.
+
+- `TaskBarApmGraphWidth = 10`
+
+  Width of battery Monitor.
+
+- `TaskBarGraphHeight = 20`
+
+  Height of taskbar monitoring applets.
+
+- `XineramaPrimaryScreen = 0`
+
+  Primary screen for xinerama (taskbar, ...).
+
+Mailbox Monitoring (updated 2018-03-04)
+---------------------------------------
+
+- `MailCheckDelay = 30`
+
+  Delay between new-mail checks. (seconds).
+
+- `MailBoxPath = ""`
+
+This may contain a list of mailbox specifications. Mailboxes are separated by a space. If `TaskBarShowMailboxStatus` is enabled then IceWM will monitor each mailbox for status changes each `MailCheckDelay` seconds. For each mailbox IceWM will show an icon on the taskbar. The icon shows if there is mail, if there is unread mail, or if there is new mail. Hovering the mouse pointer over an icon shows the number of messages in this mailbox and also the number of unread mails. A mailbox can be the path to a file in conventional *mbox* format. If the path points to a directory then *Maildir* format is assumed. Remote mail boxes are specified by an URL using the Common Internet Scheme Syntax (RFC 1738):
+
+    scheme://user:password@server[:port][/path]
+
+Supported schemes are `pop3`, `pop3s`, `imap`, `imaps` and `file`. The `pop3s` and `imaps` schemes depend on the presence of the `openssl` command for `TLS/SSL` encryption. This is also the case if `port` is either `993` for imap or `995` for pop3. When the scheme is omitted then `file` is assumed. IMAP subfolders can be given by the path component. Reserved characters like *slash*, *at* and *colon* can be specified using escape sequences with a hexadecimal encoding like `%2f` for the slash or `%40` for the at sign. For example:
+
+    file:///var/spool/mail/captnmark
+    file:///home/captnmark/Maildir/
+    pop3://markus:%2f%40%3a@maol.ch/
+    pop3s://markus:password@pop.gmail.com/
+    imap://mathias@localhost/INBOX.Maillisten.icewm-user
+    imaps://mathias:password@imap.gmail.com/INBOX
+
+To help solve network protocol errors for pop3 and imap set the environment variable `ICEWM_MAILCHECK_TRACE`. IceWM will then log communication details for POP3 and IMAP mailboxes. Just set `export ICEWM_MAILCHECK_TRACE=1` before executing icewm, or set this in the `env` configuration file.
+
+Note that for IceWM to access Gmail you must first configure your Gmail account to enable POP3 or IMAP access. To allow non-Gmail applications like IceWM to use it see the Gmail help site for "Let less secure apps use your account". Also set secure file permissions on your IceWM preferences file and the directory which contains it. It is unwise to store a password on file ever. Consider a wallet extension for IceWM. The following Perl snippet demonstrates how to hex encode a password like `!p@a%s&s~`:
+
+    perl -e 'foreach(split("", $ARGV[0])) { printf "%%%02x", ord($_); }; print "\n";' '!p@a%s&s~'
+    %21%40%23%24%25%5e%26%2a%7e
+
+- `NewMailCommand =`
+
+  The command to be run when new mail arrives. It is executed by `/bin/sh -c`.
+  The following environment variables will be set:
+
+  - `ICEWM_MAILBOX` mailbox index number of `MailBoxPath` starting from 1.
+  - `ICEWM_COUNT` gives the total number of messages in this mailbox.
+  - `ICEWM_UNREAD` gives the number of unread messages in this mailbox.
+
+Menus
+-----
+
+- `AutoReloadMenus = 1`
+
+  Reload menu files automatically if set to 1.
+
+- `ShowProgramsMenu = 0`
+
+  Show programs submenu.
+
+- `ShowSettingsMenu = 1`
+
+  Show settings submenu.
+
+- `ShowFocusModeMenu = 1`
+
+  Show focus mode submenu.
+
+- `ShowThemesMenu = 1`
+
+  Show themes submenu.
+
+- `ShowLogoutMenu = 1`
+
+  Show logout menu.
+
+- `ShowHelp = 1`
+
+  Show the help menu item.
+
+- `ShowLogoutSubMenu = 1`
+
+  Show logout submenu.
+
+- `ShowAbout = 1`
+
+  Show the about menu item.
+
+- `ShowRun = 1`
+
+  Show the run menu item.
+
+- `ShowWindowList = 1`
+
+  Show the window menu item.
+
+- `MenuMaximalWidth = 0`
+
+  Maximal width of popup menus, 2/3 of the screen's width if set to zero.
+
+- `NestedThemeMenuMinNumber = 25`
+
+  Minimal number of themes after which the Themes menu becomes nested (0=disabled).
+
+Timings
+-------
+
+- `DelayFuzziness = 10`
+
+  Percentage of delay/timeout fuzziness to allow for merging of timer timeouts.
+
+- `ClickMotionDistance = 5`
+
+  Movement before click is interpreted as drag.
+
+- `ClickMotionDelay = 200`
+
+  Delay before click gets interpreted as drag.
+
+- `MultiClickTime = 400`
+
+  Time (ms) to recognize for double click.
+
+- `MenuActivateDelay = 40`
+
+  Delay before activating menu items.
+
+- `SubmenuMenuActivateDelay = 300`
+
+  Delay before activating menu submenus.
+
+- `ToolTipDelay = 5000`
+
+  Time before showing the tooltip.
+
+- `ToolTipTime = 60000`
+
+  Time before tooltip window is hidden (0 means never).
+
+- `AutoHideDelay = 300`
+
+  Time to auto hide taskbar (must enable first with TaskBarAutoHide).
+
+- `AutoShowDelay = 500`
+
+  Delay before task bar is shown.
+
+- `AutoRaiseDelay = 400`
+
+  Time to auto raise (must enable first with AutoRaise).
+
+- `PointerFocusDelay = 200`
+
+  Delay for pointer focus switching.
+
+- `EdgeSwitchDelay = 600`
+
+  Screen edge workspace switching delay.
+
+- `ScrollBarStartDelay = 500`
+
+  Initial scroll bar autoscroll delay
+
+- `ScrollBarDelay = 30`
+
+  Scroll bar autoscroll delay
+
+- `AutoScrollStartDelay = 500`
+
+  Auto scroll start delay
+
+- `AutoScrollDelay = 60`
+
+  Auto scroll delay
+
+- `WorkspaceStatusTime = 2500`
+
+  Time before workspace status window is hidden.
+
+- `TaskBarCPUDelay = 500`
+
+  Delay between CPU Monitor samples in ms.
+
+- `TaskBarMEMDelay = 500`
+
+  Delay between Memory Monitor samples in ms.
+
+- `TaskBarNetDelay = 500`
+
+  Delay between Net Monitor samples in ms.
+
+- `FocusRequestFlashTime = 0`
+
+  Number of seconds the taskbar app will blink when requesting focus (0 = forever).
+
+- `FocusRequestFlashInterval = 250`
+
+  Taskbar blink interval (ms) when requesting focus (0 = blinking disabled).
+
+- `BatteryPollingPeriod = 10`
+
+  Delay between power status updates (seconds).
+
+Buttons and Keys
+----------------
+
+- `UseRootButtons = 255`
+
+  Bitmask of root window button click to use in window manager.
+
+- `ButtonRaiseMask = 1`
+
+  Bitmask of buttons that raise the window when pressed.
+
+- `DesktopWinMenuButton = 0`
+
+  Desktop mouse-button click to show the window list menu.
+
+- `DesktopWinListButton = 2`
+
+  Desktop mouse-button click to show the window list.
+
+- `DesktopMenuButton = 3`
+
+  Desktop mouse-button click to show the root menu.
+
+- `TitleBarMaximizeButton = 1`
+
+  TitleBar mouse-button double click to maximize the window.
+
+- `TitleBarRollupButton = 2`
+
+  TitleBar mouse-button double click to rollup the window.
+
+- `RolloverButtonsSupported = 0`
+
+  Does it support the 'O' title bar button images (for mouse rollover)
+
+Workspaces
+----------
+
+- WorkspaceNames
+
+  List of workspace names, for example:
+
+    WorkspaceNames=" 1 ", " 2 ", " 3 ", " 4 "
+
+Paths
+-----
+
+- LibPath
+
+  Path to the icewm/lib directory.
+
+- IconPath
+
+  Path to the icon directory. Multiple paths can be given using the colon as a separator.
+
+Programs
+--------
+
+- ClockCommand
+
+  program to run when the clock is double clicked.
+
+- MailCommand
+
+  program to run when mailbox icon is double clicked.
+
+- LockCommand
+
+  program to run to lock the screen.
+
+- RunCommand
+
+  program to run when **Run** is selected from the start menu.
+
+Window Menus
+------------
+
+WinMenuItems
+Items to show in the window menus, possible values are:
+
+- `a=rAise`
+
+- `c=Close`
+
+- `f=Fullscreen`
+
+- `h=Hide`
+
+- `i=trayIcon`
+
+- `k=Kill`
+
+- `l=Lower`
+
+- `m=Move`
+
+- `n=miNimize`
+
+- `r=Restore`
+
+- `s=Size`
+
+- `t=moveTo`
+
+- `u=rollUp`
+
+- `w=WindowsList`
+
+- `x=maXimize`
+
+- `y=laYer`
+
+  Examples:
+
+    WinMenuItems=rmsnxfhualyticw   #Default menu
+    WinMenuItems=rmsnxfhualytickw  #Menu with all possible options
+    WinMenuItems=rmsnxc            #MS-Windows menu
+
+Theme Settings
+==============
+
+This section shows settings that can be set in theme files. They can also be set in `preferences` file but themes will override the values set there. To override the theme values the settings should be set in `prefoverride` file. Default values are shown following the equal sign.
+
+- `ThemeAuthor =`
+
+  Theme author, e-mail address, credits.
+
+- `ThemeDescription =`
+
+  Description of the theme, credits.
+
+- `Gradients =`
+
+  List of gradient pixmaps in the current theme.
+
+Borders
+-------
+
+The following settings can be set to a numeric value.
+
+- `BorderSizeX = 6`
+
+  Left/right border width.
+
+- `BorderSizeY = 6`
+
+  Top/bottom border height.
+
+- `DlgBorderSizeX = 2`
+
+  Left/right border width of non-resizable windows.
+
+- `DlgBorderSizeY = 2`
+
+  Top/bottom border height of non-resizable windows.
+
+- `CornerSizeX = 24`
+
+  Width of the window corner.
+
+- `CornerSizeY = 24`
+
+  Height of the window corner.
+
+- `TitleBarHeight = 20`
+
+  Height of the title bar.
+
+- `TitleBarJustify = 0`
+
+  Justification of the window title.
+
+- `TitleBarHorzOffset = 0`
+
+  Horizontal offset for the window title text.
+
+- `TitleBarVertOffset = 0`
+
+  Vertical offset for the window title text.
+
+- `TitleBarCentered = 0`
+
+  Draw window title centered (obsoleted by TitleBarJustify)
+
+- `TitleBarJoinLeft = 0`
+
+  Join title\*S and title\*T
+
+- `TitleBarJoinRight = 0`
+
+  Join title\*T and title\*B
+
+- `ScrollBarX = 16`
+
+  Scrollbar width.
+
+- `ScrollBarY = 16`
+
+  Scrollbar (button) height.
+
+- `MenuIconSize = 16`
+
+  Menu icon size.
+
+- `SmallIconSize = 16`
+
+  Dimension of the small icons.
+
+- `LargeIconSize = 32`
+
+  Dimension of the large icons.
+
+- `HugeIconSize = 48`
+
+  Dimension of the large icons.
+
+- `QuickSwitchHorzMargin = 3`
+
+  Horizontal margin of the quickswitch window.
+
+- `QuickSwitchVertMargin = 3`
+
+  Vertical margin of the quickswitch window.
+
+- `QuickSwitchIconMargin = 4`
+
+  Vertical margin in the quickswitch window.
+
+- `QuickSwitchIconBorder = 2`
+
+  Distance between the active icon and it's border.
+
+- `QuickSwitchSeparatorSize = 6`
+
+  Height of the separator between (all reachable) icons and text, 0 to avoid it.
+
+- `ShowMenuButtonIcon = 1`
+
+  Show application icon over menu button.
+
+- `TitleButtonsLeft = "s"`
+
+  Titlebar buttons from left to right (x=close, m=max, i=min, h=hide, r=rollup, s=sysmenu, d=depth).
+
+- `TitleButtonsRight = "xmir"`
+
+  Titlebar buttons from right to left (x=close, m=max, i=min, h=hide, r=rollup, s=sysmenu, d=depth).
+
+- `TitleButtonsSupported = "xmis"`
+
+  Titlebar buttons supported by theme (x,m,i,r,h,s,d).
+
+Fonts
+-----
+
+The following settings can be set to a string value.
+
+- `TitleFontName = "-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"`
+
+  Name of the title bar font.
+
+- `MenuFontName = "-*-sans-bold-r-*-*-*-100-*-*-*-*-*-*"`
+
+  Name of the menu font.
+
+- `StatusFontName = "-*-monospace-bold-r-*-*-*-120-*-*-*-*-*-*"`
+
+  Name of the status display font.
+
+- `QuickSwitchFontName = "-*-monospace-bold-r-*-*-*-120-*-*-*-*-*-*"`
+
+  Name of the font for Alt+Tab switcher window.
+
+- `NormalButtonFontName = "-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"`
+
+  Name of the normal button font.
+
+- `ActiveButtonFontName = "-*-sans-bold-r-*-*-*-120-*-*-*-*-*-*"`
+
+  Name of the active button font.
+
+- `NormalTaskBarFontName = "-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"`
+
+  Name of the normal task bar item font.
+
+- `ActiveTaskBarFontName = "-*-sans-bold-r-*-*-*-120-*-*-*-*-*-*"`
+
+  Name of the active task bar item font.
+
+- `ToolButtonFontName = "-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"`
+
+  Name of the tool button font (fallback: NormalButtonFontName).
+
+- `NormalWorkspaceFontName = "-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"`
+
+  Name of the normal workspace button font (fallback: NormalButtonFontName).
+
+- `ActiveWorkspaceFontName = "-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"`
+
+  Name of the active workspace button font (fallback: ActiveButtonFontName).
+
+- `MinimizedWindowFontName = "-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"`
+
+  Name of the mini-window font.
+
+- `ListBoxFontName = "-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"`
+
+  Name of the window list font.
+
+- `ToolTipFontName = "-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"`
+
+  Name of the tool tip font.
+
+- `ClockFontName = "-*-monospace-medium-r-*-*-*-140-*-*-*-*-*-*"`
+
+  Name of the task bar clock font.
+
+- `TempFontName = "-*-monospace-medium-r-*-*-*-140-*-*-*-*-*-*"`
+
+  Name of the task bar temperature font.
+
+- `ApmFontName = "-*-monospace-medium-r-*-*-*-140-*-*-*-*-*-*"`
+
+  Name of the task bar battery font.
+
+- `InputFontName = "-*-monospace-medium-r-*-*-*-140-*-*-*-*-*-*"`
+
+  Name of the input field font.
+
+- `LabelFontName = "-*-sans-medium-r-*-*-*-140-*-*-*-*-*-*"`
+
+  Name of the label font.
+
+When IceWM is configured with `--enable-xfreetype`, only the settings with "Xft" suffix will be used. They specifiy the font name in fontconfig format:
+
+    MenuFontNameXft="sans-serif:size=12:bold"
+
+- `TitleFontNameXft = "sans-serif:size=12"`
+
+  Name of the title bar font.
+
+- `MenuFontNameXft = "sans-serif:size=10:bold"`
+
+  Name of the menu font.
+
+- `StatusFontNameXft = "monospace:size=12:bold"`
+
+  Name of the status display font.
+
+- `QuickSwitchFontNameXft = "monospace:size=12:bold"`
+
+  Name of the font for Alt+Tab switcher window.
+
+- `NormalButtonFontNameXft = "sans-serif:size=12"`
+
+  Name of the normal button font.
+
+- `ActiveButtonFontNameXft = "sans-serif:size=12:bold"`
+
+  Name of the active button font.
+
+- `NormalTaskBarFontNameXft = "sans-serif:size=12"`
+
+  Name of the normal task bar item font.
+
+- `ActiveTaskBarFontNameXft = "sans-serif:size=12:bold"`
+
+  Name of the active task bar item font.
+
+- `ToolButtonFontNameXft = "sans-serif:size=12"`
+
+  Name of the tool button font (fallback: NormalButtonFontNameXft).
+
+- `NormalWorkspaceFontNameXft = "sans-serif:size=12"`
+
+  Name of the normal workspace button font (fallback: NormalButtonFontNameXft).
+
+- `ActiveWorkspaceFontNameXft = "sans-serif:size=12"`
+
+  Name of the active workspace button font (fallback: ActiveButtonFontNameXft).
+
+- `MinimizedWindowFontNameXft = "sans-serif:size=12"`
+
+  Name of the mini-window font.
+
+- `ListBoxFontNameXft = "sans-serif:size=12"`
+
+  Name of the window list font.
+
+- `ToolTipFontNameXft = "sans-serif:size=12"`
+
+  Name of the tool tip font.
+
+- `ClockFontNameXft = "monospace:size=12"`
+
+  Name of the task bar clock font.
+
+- `TempFontNameXft = "monospace:size=12"`
+
+  Name of the task bar temperature font.
+
+- `ApmFontNameXft = "monospace:size=12"`
+
+  Name of the task bar battery font.
+
+- `InputFontNameXft = "monospace:size=12"`
+
+  Name of the input field font.
+
+- `LabelFontNameXft = "sans-serif:size=12"`
+
+  Name of the label font.
+
+Colors
+------
+
+- `ColorDialog = "rgb:C0/C0/C0"`
+
+  Background of dialog windows.
+
+- `ColorNormalBorder = "rgb:C0/C0/C0"`
+
+  Border of inactive windows.
+
+- `ColorActiveBorder = "rgb:C0/C0/C0"`
+
+  Border of active windows.
+
+- `ColorNormalButton = "rgb:C0/C0/C0"`
+
+  Background of regular buttons.
+
+- `ColorNormalButtonText = "rgb:00/00/00"`
+
+  Textcolor of regular buttons.
+
+- `ColorActiveButton = "rgb:E0/E0/E0"`
+
+  Background of pressed buttons.
+
+- `ColorActiveButtonText = "rgb:00/00/00"`
+
+  Textcolor of pressed buttons.
+
+- `ColorNormalTitleButton = "rgb:C0/C0/C0"`
+
+  Background of titlebar buttons.
+
+- `ColorNormalTitleButtonText = "rgb:00/00/00"`
+
+  Textcolor of titlebar buttons.
+
+- `ColorToolButton = ""`
+
+  Background of toolbar buttons, ColorNormalButton is used if empty.
+
+- `ColorToolButtonText = ""`
+
+  Textcolor of toolbar buttons, ColorNormalButtonText is used if empty.
+
+- `ColorNormalWorkspaceButton = ""`
+
+  Background of workspace buttons, ColorNormalButton is used if empty.
+
+- `ColorNormalWorkspaceButtonText = ""`
+
+  Textcolor of workspace buttons, ColorNormalButtonText is used if empty.
+
+- `ColorActiveWorkspaceButton = ""`
+
+  Background of the active workspace button, ColorActiveButton is used if empty.
+
+- `ColorActiveWorkspaceButtonText = ""`
+
+  Textcolor of the active workspace button, ColorActiveButtonText is used if empty.
+
+- `ColorNormalTitleBar = "rgb:80/80/80"`
+
+  Background of the titlebar of regular windows.
+
+- `ColorNormalTitleBarText = "rgb:00/00/00"`
+
+  Textcolor of the titlebar of regular windows.
+
+- `ColorNormalTitleBarShadow = ""`
+
+  Textshadow of the titlebar of regular windows.
+
+- `ColorActiveTitleBar = "rgb:00/00/A0"`
+
+  Background of the titlebar of active windows.
+
+- `ColorActiveTitleBarText = "rgb:FF/FF/FF"`
+
+  Textcolor of the titlebar of active windows.
+
+- `ColorActiveTitleBarShadow = ""`
+
+  Textshadow of the titlebar of active windows.
+
+- `ColorNormalMinimizedWindow = "rgb:C0/C0/C0"`
+
+  Background for mini icons of regular windows.
+
+- `ColorNormalMinimizedWindowText = "rgb:00/00/00"`
+
+  Textcolor for mini icons of regular windows.
+
+- `ColorActiveMinimizedWindow = "rgb:E0/E0/E0"`
+
+  Background for mini icons of active windows.
+
+- `ColorActiveMinimizedWindowText = "rgb:00/00/00"`
+
+  Textcolor for mini icons of active windows.
+
+- `ColorNormalMenu = "rgb:C0/C0/C0"`
+
+  Background of pop-up menus.
+
+- `ColorNormalMenuItemText = "rgb:00/00/00"`
+
+  Textcolor of regular menu items.
+
+- `ColorActiveMenuItem = "rgb:A0/A0/A0"`
+
+  Background of selected menu item, leave empty to force transparency.
+
+- `ColorActiveMenuItemText = "rgb:00/00/00"`
+
+  Textcolor of selected menu items.
+
+- `ColorDisabledMenuItemText = "rgb:80/80/80"`
+
+  Textcolor of disabled menu items.
+
+- `ColorDisabledMenuItemShadow = ""`
+
+  Shadow of regular menu items.
+
+- `ColorMoveSizeStatus = "rgb:C0/C0/C0"`
+
+  Background of move/resize status window.
+
+- `ColorMoveSizeStatusText = "rgb:00/00/00"`
+
+  Textcolor of move/resize status window.
+
+- `ColorQuickSwitch = "rgb:C0/C0/C0"`
+
+  Background of the quick switch window.
+
+- `ColorQuickSwitchText = "rgb:00/00/00"`
+
+  Textcolor in the quick switch window.
+
+- `ColorQuickSwitchActive = ""`
+
+  Rectangle arround the active icon in the quick switch window.
+
+- `ColorDefaultTaskBar = "rgb:C0/C0/C0"`
+
+  Background of the taskbar.
+
+- `ColorNormalTaskBarApp = "rgb:C0/C0/C0"`
+
+  Background for task buttons of regular windows.
+
+- `ColorNormalTaskBarAppText = "rgb:00/00/00"`
+
+  Textcolor for task buttons of regular windows.
+
+- `ColorActiveTaskBarApp = "rgb:E0/E0/E0"`
+
+  Background for task buttons of the active window.
+
+- `ColorActiveTaskBarAppText = "rgb:00/00/00"`
+
+  Textcolor for task buttons of the active window.
+
+- `ColorMinimizedTaskBarApp = "rgb:A0/A0/A0"`
+
+  Background for task buttons of minimized windows.
+
+- `ColorMinimizedTaskBarAppText = "rgb:00/00/00"`
+
+  Textcolor for task buttons of minimized windows.
+
+- `ColorInvisibleTaskBarApp = "rgb:80/80/80"`
+
+  Background for task buttons of windows on other workspaces.
+
+- `ColorInvisibleTaskBarAppText = "rgb:00/00/00"`
+
+  Textcolor for task buttons of windows on other workspaces.
+
+- `ColorScrollBar = "rgb:A0/A0/A0"`
+
+  Scrollbar background (sliding area).
+
+- `ColorScrollBarSlider = "rgb:C0/C0/C0"`
+
+  Background of the slider button in scrollbars.
+
+- `ColorScrollBarButton = "rgb:C0/C0/C0"`
+
+  Background of the arrow buttons in scrollbars.
+
+- `ColorScrollBarArrow = "rgb:C0/C0/C0"`
+
+  Background of the arrow buttons in scrollbars (obsolete).
+
+- `ColorScrollBarButtonArrow = "rgb:00/00/00"`
+
+  Color of active arrows on scrollbar buttons.
+
+- `ColorScrollBarInactiveArrow = "rgb:80/80/80"`
+
+  Color of inactive arrows on scrollbar buttons.
+
+- `ColorListBox = "rgb:C0/C0/C0"`
+
+  Background of listboxes.
+
+- `ColorListBoxText = "rgb:00/00/00"`
+
+  Textcolor in listboxes.
+
+- `ColorListBoxSelection = "rgb:80/80/80"`
+
+  Background of selected listbox items.
+
+- `ColorListBoxSelectionText = "rgb:00/00/00"`
+
+  Textcolor of selected listbox items.
+
+- `ColorToolTip = "rgb:E0/E0/00"`
+
+  Background of tooltips.
+
+- `ColorToolTipText = "rgb:00/00/00"`
+
+  Textcolor of tooltips.
+
+- `ColorLabel = "rgb:C0/C0/C0"`
+
+  Background of labels, leave empty to force transparency.
+
+- `ColorLabelText = "rgb:00/00/00"`
+
+  Textcolor of labels.
+
+- `ColorInput = "rgb:FF/FF/FF"`
+
+  Background of text entry fields (e.g. the addressbar).
+
+- `ColorInputText = "rgb:00/00/00"`
+
+  Textcolor of text entry fields (e.g. the addressbar).
+
+- `ColorInputSelection = "rgb:80/80/80"`
+
+  Background of selected text in an entry field.
+
+- `ColorInputSelectionText = "rgb:00/00/00"`
+
+  Selected text in an entry field.
+
+- `ColorClock = "rgb:00/00/00"`
+
+  Background of non-LCD clock, leave empty to force transparency.
+
+- `ColorClockText = "rgb:00/FF/00"`
+
+  Background of non-LCD monitor.
+
+- `ColorApm = "rgb:00/00/00"`
+
+  Background of battery monitor, leave empty to force transparency.
+
+- `ColorApmText = "rgb:00/FF/00"`
+
+  Textcolor of battery monitor.
+
+- `ColorApmBattary = "rgb:FF/FF/00"`
+
+  Color of battery monitor when discharging.
+
+- `ColorApmLine = "rgb:00/FF/00"`
+
+  Color of battery monitor when charging.
+
+- `ColorApmGraphBg = "rgb:00/00/00"`
+
+  Background color for graph mode.
+
+- `ColorCPUStatusUser = "rgb:00/FF/00"`
+
+  User load on the CPU monitor.
+
+- `ColorCPUStatusSystem = "rgb:FF/00/00"`
+
+  System load on the CPU monitor.
+
+- `ColorCPUStatusInterrupts = "rgb:FF/FF/00"`
+
+  Interrupts on the CPU monitor.
+
+- `ColorCPUStatusIoWait = "rgb:60/00/60"`
+
+  IO Wait on the CPU monitor.
+
+- `ColorCPUStatusSoftIrq = "rgb:00/FF/FF"`
+
+  Soft Interrupts on the CPU monitor.
+
+- `ColorCPUStatusNice = "rgb:00/00/FF"`
+
+  Nice load on the CPU monitor.
+
+- `ColorCPUStatusIdle = "rgb:00/00/00"`
+
+  Idle (non) load on the CPU monitor, leave empty to force transparency.
+
+- `ColorCPUStatusSteal = "rgb:FF/8A/91"`
+
+  Involuntary Wait on the CPU monitor.
+
+- `ColorCPUStatusTemp = "rgb:60/60/C0"`
+
+  Temperature of the CPU.
+
+- `ColorMEMStatusUser = "rgb:40/40/80"`
+
+  User program usage in the memory monitor.
+
+- `ColorMEMStatusBuffers = "rgb:60/60/C0"`
+
+  OS buffers usage in the memory monitor.
+
+- `ColorMEMStatusCached = "rgb:80/80/FF"`
+
+  OS cached usage in the memory monitor.
+
+- `ColorMEMStatusFree = "rgb:00/00/00"`
+
+  Free memory in the memory monitor.
+
+- `ColorNetSend = "rgb:FF/FF/00"`
+
+  Outgoing load on the network monitor.
+
+- `ColorNetReceive = "rgb:FF/00/FF"`
+
+  Incoming load on the network monitor.
+
+- `ColorNetIdle = "rgb:00/00/00"`
+
+  Idle (non) load on the network monitor, leave empty to force transparency.
+
+- `ColorApmBattery = rgb:FF/FF/00`
+
+  Color of battery monitor in battery mode.
+
+Desktop Background
+------------------
+
+The following options are used by `icewmbg`:
+
+- `DesktopBackgroundCenter = 0`
+
+  Display desktop background centered and not tiled. (set to 0 or 1).
+
+- `DesktopBackgroundScaled = 0`
+
+  Resize desktop background to full screen.
+
+- `DesktopBackgroundColor = ""`
+
+  Color(s) of the desktop background.
+
+- `DesktopBackgroundImage = ""`
+
+  Image(s) for desktop background. If you want IceWM to ignore the desktop background image / color set both DesktopBackgroundColor and DesktopBackgroundImage to an empty value ("").
+
+- `SupportSemitransparency = 1`
+
+  Support for semitransparent terminals like Eterm or gnome-terminal.
+
+- `DesktopTransparencyColor = ""`
+
+  Color(s) to announce for semitransparent windows.
+
+- `DesktopTransparencyImage = ""`
+
+  Image(s) to announce for semitransparent windows.
+
+- `DesktopBackgroundMultihead = 0`
+
+  Paint the background image over all multihead monitors combined.
+
+Task Bar Style
+--------------
+
+- `TaskBarClockLeds = 1`
+
+  Display clock using LCD style pixmaps.
+
+Menus and Toolbar (updated 2018-05-06)
+======================================
+
+menu
+----
+
+Within the `menu` configuration file you can configure which programs are to appear in the root/start menu.
+
+Submenus can be created with:
+
+    menu "title" icon_name {
+    # contained items
+    }
+    separator
+    menufile "title" icon_name filename
+    menuprog "title" icon_name program arguments
+    menuprogreload "title" icon_name timeout program arguments
+    include filename
+    includeprog program arguments
+
+Menus can be populated with submenus and with program entries as explained below for the `program` configuration file. Comments start with a \#-sign.
+
+The `menufile` directive creates a submenu with a title and an icon, while `menuprog` and `menuprogreload` create a submenu with entries from the output of `program arguments` where the timeout of `menuprogreload` says to reload the submenu after the timeout expires. The `include` statement loads more configuration from the given filename, while `includeprog` runs `program arguments` to parse the output.
+
+toolbar
+-------
+
+The `toolbar` configuration file is used to put programs as buttons on the taskbar. It uses the same syntax as the `menu` file.
+
+programs
+--------
+
+Usually automatically generated menu configuration file of installed programs. The `programs` file should be automatically generated by `wmconfig` (Redhat), `menu` (Debian), or `icewm-menu-fdo`.
+
+Programs can be added using the following syntax:
+
+    prog "title" icon_name program_executable options
+
+Restarting another window manager can be done using the restart program:
+
+    restart "title" icon_name program_executable options
+
+icon\_name can be `-` if icon is not wanted, or `!` if the icon name shall be guessed by checking the command (i.e. the real executable file, following symlinks as needed).
+
+The "runonce" keyword allows to launch an application only when no window has the WM\_CLASS hint specified. Otherwise the first window having this class hint is mapped and raised. Syntax:
+
+    runonce "title" icon_name "res_name.res_class" program_executable options
+    runonce "title" icon_name "res_name" program_executable options
+    runonce "title" icon_name ".res_class" program_executable options
+
+The class hint of an application window can be figured out by running
+
+    xprop WM_CLASS
+
+Submenus can be added using the same keywords as the `menu` configuration file.
+
+Only double quotes are interpreted by IceWM. IceWM doesn't run the shell automatically, so you may have to do that.
+
+Hot Keys
+========
+
+IceWM allows launching of arbitrary programs with any key combination. This is configured in the `keys` file. The syntax of this file is like:
+
+**key** "key combination" program options...
+
+For example:
+
+    key  "Alt+Ctrl+t"  xterm -rv
+    key "Ctrl+Shift+r" icewm --restart
+    runonce "Alt+F12"  "res_name.res_class" program_executable options
+
+Window Options (updated 2018-03-04)
+===================================
+
+The **winoptions** file is used to configure settings for individual application windows. Each line in this file must have one of the following formats:
+
+- **window\_name.window\_class.option: argument**
+
+- **window\_name.window\_role.option: argument**
+
+- **window\_class.option: argument**
+
+- **window\_name.option: argument**
+
+- **window\_role.option: argument**
+
+- **.option: argument**
+
+The last format sets a default option value for all windows. Each window on the desktop should have **name** and **class** resources associated with it. Some applications also have a **window role** resource. They can be determined using the `xprop` utility. When used on a toplevel window, `xprop | grep -e CLASS -e ROLE` should output a line like this:
+
+    WM_CLASS = "name", "Class"
+
+and may also display a line like this:
+
+    WM_WINDOW_ROLE = "window role"
+
+It's possible that an application's **name** and/or **class** contains a dot character (**.**), which is also used by IceWM to separate **name**, **class** and **role** values. In this case precede the dot with the backslash character. In the following example, we suppose an application's window has `the.name` as its **name** value and `The.Class` as its **class** value and for this combination we set **option** to **argument**.
+
+    the\.name.The\.Class.option: argument
+
+Options that can be set per window are as follows:
+
+- **icon**
+
+  The name of the icon.
+
+- **workspace**
+
+  Default workspace for window (number, counting from 0)
+
+- **layer**
+
+  The default stacking layer for the window. Layer can be one of the following seven strings:
+
+  - *Desktop*
+    Desktop window. There should be only one window in this layer.
+
+  - *Below*
+    Below default layer.
+
+  - *Normal*
+    Default layer for the windows.
+
+  - *OnTop*
+    Above the default.
+
+  - *Dock*
+    Layer for windows docked to the edge of the screen.
+
+  - *AboveDock*
+    Layer for the windows above the dock.
+
+  - *Menu*
+    Layer for the windows above the dock.
+
+  You can also use a number from 0 to 15.
+
+- **geometry**
+
+  The default geometry for the window. This geometry should be specified in the usual X11-geometry-syntax, formal notation:
+
+        [=][<width>{xX}<height>][{+-}<xoffset>{+-}<yoffset>]
+
+- **tray**
+
+  The default tray option for the window. This affects both the tray and the task pane. Tray can be one of the following strings:
+
+  - *Ignore*
+    Don't add an icon to the tray pane.
+
+  - *Minimized*
+    Add an icon the the tray. Remove the task pane button when minimized.
+
+  - *Exclusive*
+    Add an icon the the tray. Never create a task pane button.
+
+- **order: 0**
+
+  The sorting order of task buttons and tray icons. The default value is zero. Increasing positive values go farther right, while decreasing negative values go farther left. The order option applies to the task pane, the tray pane and the system tray.
+
+- **allWorkspaces: 0**
+
+  If set to 1, window will be visible on all workspaces.
+
+- **appTakesFocus: 0**
+
+  if set to 1, IceWM will assume the window supports the WM\_TAKE\_FOCUS protocol even if the window did not advertise that it does.
+
+- **dBorder: 1**
+
+  If set to 0, window will not have a border.
+
+- **dClose: 1**
+
+  If set to 0, window will not have a close button.
+
+- **dDepth: 1**
+
+  If set to 0, window will not have a depth button.
+
+- **dHide: 1**
+
+  If set to 0, window will not have a hide button.
+
+- **dMaximize: 1**
+
+  If set to 0, window will not have a maximize button.
+
+- **dMinimize: 1**
+
+  If set to 0, window will not have a minimize button.
+
+- **dResize: 1**
+
+  If set to 0, window will not have a resize border.
+
+- **dRollup: 1**
+
+  If set to 0, window will not have a shade button.
+
+- **dSysMenu: 1**
+
+  If set to 0, window will not have a system menu.
+
+- **dTitleBar: 1**
+
+  If set to 0, window will not have a title bar.
+
+- **doNotCover: 0**
+
+  if set to 1, this window will limit the workspace available for regular applications. At the moment the window has to be sticky to make it work.
+
+- **doNotFocus: 0**
+
+  if set to 1, IceWM will never give focus to the window.
+
+- **fClose: 1**
+
+  If set to 0, window will not be closable.
+
+- **fHide: 1**
+
+  If set to 0, window will not be hidable.
+
+- **fMaximize: 1**
+
+  If set to 0, window will not be maximizable.
+
+- **fMinimize: 1**
+
+  If set to 0, window will not be minimizable.
+
+- **fMove: 1**
+
+  If set to 0, window will not be movable.
+
+- **fResize: 1**
+
+  If set to 0, window will not be resizable.
+
+- **fRollup: 1**
+
+  If set to 0, window will not be shadable.
+
+- **forcedClose: 0**
+
+  if set to 1 and the application had not registered WM\_DELETE\_WINDOW, a close confirmation dialog won't be offered upon closing the window.
+
+- **fullKeys: 0**
+
+  If set to 1, the window manager leave more keys (Alt+F?) to the application.
+
+- **ignoreNoFocusHint: 0**
+
+  if set to 1, IceWM will focus even if the window does not handle input.
+
+- **ignorePagerPreview: 0**
+
+  If set to 1, window will not appear in pager preview.
+
+- **ignorePositionHint: 0**
+
+  if set to 1, IceWM will ignore the position hint.
+
+- **ignoreQuickSwitch: 0**
+
+  If set to 1, window will not be accessible using QuickSwitch feature (Alt+Tab).
+
+- **ignoreTaskBar: 0**
+
+  If set to 1, window will not appear on the task bar.
+
+- **ignoreUrgentHint: 0**
+
+  if set to 1, IceWM will ignore it if the window sets the urgent hint.
+
+- **ignoreWinList: 0**
+
+  If set to 1, window will not appear in the window list.
+
+- **noFocusOnAppRaise: 0**
+
+  if set to 1, window will not automatically get focus as application raises it.
+
+- **noFocusOnMap: 0**
+
+  if set to 1, IceWM will not assign focus when the window is mapped for the first time.
+
+- **noIgnoreTaskBar: 0**
+
+  if set to 1, will show the window on the taskbar.
+
+- **startFullscreen: 0**
+
+  if set to 1, window will cover the entire screen.
+
+- **startMaximized: 0**
+
+  if set to 1, window starts maximized.
+
+- **startMaximizedHorz: 0**
+
+  if set to 1, window starts maximized horizontally.
+
+- **startMaximizedVert: 0**
+
+  if set to 1, window starts maximized vertically.
+
+- **startMinimized: 0**
+
+  if set to 1, window starts minimized.
+
+Icon handling
+=============
+
+Generic
+-------
+
+The window manager expects to find two XPM files for each icon specified in the configuration files as *ICON*. They should be named like this:
+
+- **ICON\_16x16.xpm**
+
+  A small 16x16 pixmap.
+
+- **ICON\_32x32.xpm**
+
+  A normal 32x32 pixmap.
+
+- **ICON\_48x48.xpm**
+
+  A large 48x48 pixmap.
+
+Other pixmap sizes like 20x20, 24x24, 40x40, 48x48, 64x64 might be used in the future. Perhaps we need a file format that can contain more than one image (with different sizes and color depths) like Windows'95 and OS/2 .ICO files.
+
+It would be nice to have a feature from OS/2 that varies the icon size with screen resolution (16x16 and 32x32 icons are quite small on 4000x4000 screens ;-)
+
+GDK-Pixbuf
+----------
+
+When icewm was configured with the `--enable-gdk-pixbuf` option all of GdkPixbuf's image formats are supported. Use them by specifying the full filename or an absolute path:
+
+- **ICON.bmp**
+
+  A PPM icon in your IconPath.
+
+- **/usr/share/pixmap/ICON.png**
+
+  An PNG image with absolute location.
+
+Mouse cursors
+=============
+
+IceWM scans the theme and configuration directories for a subdirectory called *cursors* containing monochrome but transparent XPM files. To change the mouse cursor you have to use this filenames:
+
+- **left.xbm**
+
+  Default cursor (usually pointer to the left).
+
+- **right.xbm**
+
+  Menu cursor (usually pointer to the right).
+
+- **move.xbm**
+
+  Window movement cursor.
+
+- **sizeTL.xbm**
+
+  Cursor when you resize the window by top left.
+
+- **sizeT.xbm**
+
+  Cursor when you resize the window by top.
+
+- **sizeTR.xbm**
+
+  Cursor when you resize the window by top right.
+
+- **sizeL.xbm**
+
+  Cursor when you resize the window by left.
+
+- **sizeR.xbm**
+
+  Cursor when you resize the window by right.
+
+- **sizeBL.xbm**
+
+  Cursor when you resize the window by bottom left.
+
+- **sizeB.xbm**
+
+  Cursor when you resize the window by bottom.
+
+- **sizeBR.xbm**
+
+  Cursor when you resize the window by bottom right.
+
+Themes
+======
+
+Themes are used to configure the way the window manager looks. Things like fonts, colors, border sizes, button pixmaps can be configured. Put together they form a theme.
+
+Theme files are searched in the `themes` subdirectories.
+
+These directories contain other directories that contain related theme files and their .xpm files. Each theme file specifies fonts, colors, border sizes, ...
+
+The theme to use is specified in `~/.icewm/theme` file:
+
+- `Theme = "nice/default.theme"`
+
+  Name of the theme to use. Both the directory and theme file name must be specified.
+
+If the theme directory contains a file named *fonts.dir* created by mkfontdir the theme directory is inserted into the X servers font search path.
+
+[www.box-look.org](https://themes.ice-wm.org) has a very large number of themes which were created by users of IceWM.
+
+Command Line Options
+====================
+
+`icewm` supports the following options:
+
+    -d, --display=NAME
+    NAME of the X server to use.
+
+    --client-id=ID
+    Client id to use when contacting session manager.
+
+    --sync
+    Synchronize X11 commands.
+
+    -c, --config=FILE
+    Load preferences from FILE.
+
+    -t, --theme=FILE
+    Load theme from FILE.
+
+    --postpreferences
+    Print preferences after all processing.
+
+    -V, --version
+    Prints version information and exits.
+
+    -h, --help
+    Prints this usage screen and exits.
+
+    --replace
+    Replace an existing window manager.
+
+    -r, --restart
+    Tell the running icewm to restart itself.
+
+    --configured
+    Print the compile time configuration.
+
+    --directories
+    Print the configuration directories.
+
+    -l, --list-themes
+    Print a list of all available themes.
+
+The restart option can be used to reload the IceWM configuration after modifications. It is the preferred way to restart IceWM from the command line or in scripts. To load a different theme from the command line, combine this with the `--theme=NAME` option like:
+
+    icewm -r -t CrystalBlue
+
+The theme name will then be saved to the 'theme' configuration file, before restarting IceWM.
+
+Glossary
+========
+
+Resource Path
+A set of directories used by IceWM to locate resources like configuration files, themes, icons. See section **The Resource Path**.
+
+Authors
+=======
+
+Authors having contributed to this document include Gallium, Macek, Hasselmann, Gijsbers, Bidulock and Bloch.
+
+See Also
+========
+
+[icehelp(1)](https://ice-wm.org/man/icehelp),
+[icesh(1)](https://ice-wm.org/man/icesh),
+[icesound(1)](https://ice-wm.org/man/icesound),
+[icewm-env(5)](https://ice-wm.org/man/icewm-env),
+[icewm-focus_mode(5)](https://ice-wm.org/man/icewm-focus_mode.html),
+[icewm-keys(5)](https://ice-wm.org/man/icewm-keys),
+[icewm-menu-fdo(1)](https://ice-wm.org/man/icewm-menu-fdo),
+[icewm-menu(5)](https://ice-wm.org/man/icewm-menu),
+[icewm-preferences(5)](https://ice-wm.org/man/icewm-preferences),
+[icewm-prefoverride(5)](https://ice-wm.org/man/icewm-prefoverride),
+[icewm-programs(5)](https://ice-wm.org/man/icewm-programs),
+[icewm-session(1)](https://ice-wm.org/man/icewm-session),
+[icewm-set-gnomewm(1)](https://ice-wm.org/man/icewm-set-gnomewm),
+[icewm-shutdown(5)](https://ice-wm.org/man/icewm-shutdown),
+[icewm-startup(5)](https://ice-wm.org/man/icewm-startup),
+[icewm-theme(5)](https://ice-wm.org/man/icewm-theme),
+[icewm-toolbar(5)](https://ice-wm.org/man/icewm-toolbar),
+[icewm-winoptions(5)](https://ice-wm.org/man/icewm-winoptions),
+[icewm(1)](https://ice-wm.org/man/icewm),
+[icewmbg(1)](https://ice-wm.org/man/icewmbg),
+[icewmhint(1)](https://ice-wm.org/man/icewmhint),
+[icewmtray(1)](https://ice-wm.org/man/icewmtray).
+
diff -pruN 2.9.8-1/doc/Makefile.am 2.9.9-1/doc/Makefile.am
--- 2.9.8-1/doc/Makefile.am	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/doc/Makefile.am	2022-08-01 21:49:30.000000000 +0000
@@ -1,7 +1,8 @@
 
 EXTRA_DIST = \
 	$(html_documentation) \
-	icewm.adoc
+	icewm.adoc \
+	icewm.md
 
 doc_DATA = \
 	$(html_documentation)
@@ -9,8 +10,10 @@ doc_DATA = \
 html_documentation = \
 	icewm.html
 
-$(html_documentation): %.html: %.adoc
-	$(AM_V_GEN)$(ASCIIDOC) $(ASCIIDOC_BACKEND) -o $@ $<
+$(html_documentation): %.html: %.md %.adoc
+	$(AM_V_GEN)if test -x "`which $(MARKDOWN) 2>/dev/null`"; then \
+		$(MARKDOWN) $(srcdir)/$*.md >$@; else \
+		$(ASCIIDOC) $(ASCIIDOC_BACKEND) -o $@ $(srcdir)/$*.adoc; fi
 
 maintainer-clean-local:
 	-rm -f -- $(html_documentation)
diff -pruN 2.9.8-1/.github/workflows/cmake.yml 2.9.9-1/.github/workflows/cmake.yml
--- 2.9.8-1/.github/workflows/cmake.yml	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/.github/workflows/cmake.yml	2022-08-01 21:49:30.000000000 +0000
@@ -28,7 +28,7 @@ jobs:
     - name: Get Build Dependencies
       shell: bash
       working-directory: ${{runner.workspace}}/build
-      run: sudo apt update && sudo apt install libxrender-dev gettext autopoint libxft-dev libsndfile1-dev libao-dev libsm-dev libx11-dev libxext-dev x11proto-core-dev asciidoctor libxpm-dev libimlib2-dev libgdk-pixbuf2.0-dev libglib2.0-dev libfribidi-dev librsvg2-dev xorg-dev
+      run: sudo apt update && sudo apt install libxrender-dev gettext autopoint libxft-dev libsndfile1-dev libao-dev libsm-dev libx11-dev libxext-dev x11proto-core-dev markdown asciidoctor libxpm-dev libimlib2-dev libgdk-pixbuf2.0-dev libglib2.0-dev libfribidi-dev librsvg2-dev xorg-dev
 
     - name: Configure CMake
       # Use a bash shell so we can use the same syntax for environment variable
diff -pruN 2.9.8-1/man/icesh.pod 2.9.9-1/man/icesh.pod
--- 2.9.8-1/man/icesh.pod	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/man/icesh.pod	2022-08-01 21:49:30.000000000 +0000
@@ -576,6 +576,11 @@ Print all properties and their values.
 
 Print the identifier of the window frame.
 
+=item B<extents>
+
+Print the window identifier and the frame border sizes: left, right,
+top and bottom.
+
 =item B<click> I<window-x> I<window-y> I<button>
 
 Send a button press and release event at position (I<window-x>,
@@ -641,6 +646,11 @@ If I<SHOWING> is C<1> then set C<showing
 If I<SHOWING> is C<0> then turn off C<showing the desktop>.
 Print the current mode if I<SHOWING> is not given.
 
+=item B<workarea>
+
+Print the dimensions of the work area for the current workspace.
+This is the desktop, but minus space occupied by dock and panel windows.
+
 =item B<randr>
 
 Summarize the I<RandR> configuration.
@@ -898,7 +908,7 @@ workspace and activate Firefox.
 
 Resize the focused window to occupy the right half of the desktop area.
 
-    icesh -f sizeto 49% 100% sync top sync right sync raise activate
+    icesh -f sizeto 49% 100% sync top sync right sync raise
 
 Toggle the frame border of the focused window.
 
diff -pruN 2.9.8-1/man/icewm-keys.pod 2.9.9-1/man/icewm-keys.pod
--- 2.9.8-1/man/icewm-keys.pod	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/man/icewm-keys.pod	2022-08-01 21:49:30.000000000 +0000
@@ -119,18 +119,6 @@ change the current workspace rolling the
 These are key bindings for single window tile operations to replace the
 I<KeyWinArrange> key bindings from the F<preferences> file:
 
-    key "Ctrl+Alt+KP_7" icesh -f sizeto 49% 49% top left
-    key "Ctrl+Alt+KP_8" icesh -f sizeto 100% 49% top left
-    key "Ctrl+Alt+KP_9" icesh -f sizeto 49% 49% top right
-    key "Ctrl+Alt+KP_6" icesh -f sizeto 49% 100% top right
-    key "Ctrl+Alt+KP_3" icesh -f sizeto 49% 49% bottom right
-    key "Ctrl+Alt+KP_2" icesh -f sizeto 100% 49% bottom left
-    key "Ctrl+Alt+KP_1" icesh -f sizeto 49% 49% bottom right
-    key "Ctrl+Alt+KP_4" icesh -f sizeto 49% 100% top left
-    key "Ctrl+Alt+KP_5" icesh -f sizeto 49% 49% center
-
-Some systems need this instead:
-
     key "Ctrl+Alt+KP_Home"  icesh -f sizeto 49% 49% top left
     key "Ctrl+Alt+KP_Up"    icesh -f sizeto 100% 49% top left
     key "Ctrl+Alt+KP_Prior" icesh -f sizeto 49% 49% top right
diff -pruN 2.9.8-1/man/icewm.pod 2.9.9-1/man/icewm.pod
--- 2.9.8-1/man/icewm.pod	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/man/icewm.pod	2022-08-01 21:49:30.000000000 +0000
@@ -744,6 +744,42 @@ Moves the active window to the middle le
 
 Moves the active window to the center of the screen.
 
+=item B<KeyWinTileLeft>=""
+
+Let the active window occupy the left half of the screen.
+
+=item B<KeyWinTileRight>=""
+
+Let the active window occupy the right half of the screen.
+
+=item B<KeyWinTileTop>=""
+
+Let the active window occupy the top half of the screen.
+
+=item B<KeyWinTileBottom>=""
+
+Let the active window occupy the bottom half of the screen.
+
+=item B<KeyWinTileTopLeft>=""
+
+Let the active window occupy the top left quarter of the screen.
+
+=item B<KeyWinTileTopRight>=""
+
+Let the active window occupy the top right quarter of the screen.
+
+=item B<KeyWinTileBottomLeft>=""
+
+Let the active window occupy the bottom left quarter of the screen.
+
+=item B<KeyWinTileBottomRight>=""
+
+Let the active window occupy the bottom right quarter of the screen.
+
+=item B<KeyWinTileCenter>=""
+
+Let the active window occupy the center quarter of the screen.
+
 =item B<KeyWinSmartPlace>=C<Ctrl+Alt+Shift+KP_5>
 
 Smart place the active window.
@@ -840,11 +876,11 @@ Goes to workspace 9.
 
 Goes to workspace 10.
 
-=item B<KeySysWorkspace11>=C<Alt+Ctrl+bracketleft>
+=item B<KeySysWorkspace11>=C<Alt+Ctrl+minus>
 
 Goes to workspace 11.
 
-=item B<KeySysWorkspace12>=C<Alt+Ctrl+bracketright>
+=item B<KeySysWorkspace12>=C<Alt+Ctrl+equal>
 
 Goes to workspace 12.
 
@@ -888,11 +924,11 @@ Takes the active window to workspace 9.
 
 Takes the active window to workspace 10.
 
-=item B<KeySysWorkspace11TakeWin>=C<Alt+Ctrl+Shift+bracketleft>
+=item B<KeySysWorkspace11TakeWin>=C<Alt+Ctrl+Shift+minus>
 
 Takes the active window to workspace 11.
 
-=item B<KeySysWorkspace12TakeWin>=C<Alt+Ctrl+Shift+bracketright>
+=item B<KeySysWorkspace12TakeWin>=C<Alt+Ctrl+Shift+equal>
 
 Takes the active window to workspace 12.
 
diff -pruN 2.9.8-1/NEWS 2.9.9-1/NEWS
--- 2.9.8-1/NEWS	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/NEWS	2022-08-01 21:49:30.000000000 +0000
@@ -1,11 +1,47 @@
-icewm -- history of user-visible changes.  2022-07-18
+icewm -- history of user-visible changes.  2022-08-01
+
+Release icewm-2.9.9 released 2022-08-01
+---------------------------------------
+
+git shortlog -e -n -w80,6,8 2.9.8...2.9.9
+
+Bert Gijsbers <gijsbers@science.uva.nl> (20):
+      Permit percentages to have comma's in icesh.
+      Keep accurate track of window changes in workspace buttons for
+        PagerShowPreview.  Only redraw affected workspace buttons, which reduces
+        the total number of workspace button redraws, especially for larges
+        number of workspace buttons.
+      Add key bindings for single window tiling operations for issues
+        bbidulock/icewm#335, ice-wm/icewm#74 and ice-wm/icewm#84.
+      Complete -e option.
+      WindowMaker dock apps are supported.
+      Support more HTML entities in icehelp.
+      Remove dependency on asciidoc and prefer markdown format for the manual.
+      Prevent warnings.
+      Also install markdown.
+      Try srcdir.
+      Cleanup test and prefer markdown manual.
+      Cleanup key grabs.
+      Drop obsolete wmOccupyAll().
+      Accept either markdown or asciidoc to generate manual html with CMake.
+      Add markdown and icesh.
+      Automatically detect and prevent race conditions in icesh relating to
+        moving and sizing windows for issue #335. Improve the accuracy of the
+        "sizeto" command in icesh for issue #335. Add "extents" command to
+        icesh. Add "workarea" command to icesh.
+      Get rid of the frameContext.
+      Prefer findClient in two cases: unmap notify and recv ping.
+      Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into
+        icewm-1-4-BRANCH
+      Merge branch 'icewm-1-4-BRANCH'
+
 
 Release icewm-2.9.8 released 2022-07-18
 ---------------------------------------
 
 git shortlog -e -n -w80,6,8 2.9.7...2.9.8
 
-Bert Gijsbers <gijsbers@science.uva.nl> (21):
+Bert Gijsbers <gijsbers@science.uva.nl> (22):
       Omit trailing dot in CPU temperature and add centigrade symbol for issue
         #652.
       If there is no WM active, then a restart will start icewm.
@@ -32,6 +68,7 @@ Bert Gijsbers <gijsbers@science.uva.nl>
       Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into
         icewm-1-4-BRANCH
       Merge branch 'icewm-1-4-BRANCH'
+      Prepare 2.9.8 release
 
 Kristijan Fremen Velkovski <me@krisfremen.com> (2):
       Translated using Weblate (Macedonian)
@@ -292,44 +329,4 @@ Taras Panchenko <top39@ukr.net> (1):
 
 Yasuhiko Kamata <belphegor@belbel.or.jp> (1):
       Translated using Weblate (Japanese)
-
-
-Release icewm-2.9.2 released 2021-12-07
----------------------------------------
-
-git shortlog -e -n -w80,6,8 2.9.1...2.9.2
-
-Bert Gijsbers <gijsbers@science.uva.nl> (19):
-      Fix for fullscreen wine programs for issue ice-wm/icewm#73.
-      Fix against the flashing of title bar buttons when the window list is
-        activated.
-      Add class tokens.
-      Include sys/wait.h for FreeBSD and internationalize the keyboard tooltip.
-      Use class tokens to hide use of strtok.
-      Internationalize the error messages for the dynamic menu.
-      Add class YPidWaiter for asynchronous waiting for process termination.
-      Prevent negative image positions in fillPixmap.
-      Fix the drawing of ledclock pixmaps for some themes like "unusualscars" by
-        means of clipping before calling fillPixmap.
-      Update pot files.
-      Raise the window list before mapping it.
-      Prefer PictOpOver over PictOpSrc in drawPixmap for 24-bit displays.
-      Delay font loading in APM until battery is detected.
-      Add support for multiple clocks in different time zones.
-      Improve explanation for TimeFormat and give an example.
-      Postpone XFreeFontSet until names are no longer needed.
-      Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into
-        icewm-1-4-BRANCH
-      Merge branch 'icewm-1-4-BRANCH'
-      Prepare 2.9.2 release
-
-Taras Panchenko <top39@ukr.net> (2):
-      Translated using Weblate (Russian)
-      Translated using Weblate (Ukrainian)
-
-Ferdinand Galko <galko.ferdinand@gmail.com> (1):
-      Translated using Weblate (Slovak)
-
-Yasuhiko Kamata <belphegor@belbel.or.jp> (1):
-      Translated using Weblate (Japanese)
 
diff -pruN 2.9.8-1/po/ar.po 2.9.9-1/po/ar.po
--- 2.9.8-1/po/ar.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/ar.po	2022-08-01 21:49:30.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.3.12.52\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-01-01 23:12+0000\n"
 "Last-Translator: Ghassan <ghassan.alnajjar1984@gmail.com>\n"
 "Language-Team: Arabic <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -72,7 +72,7 @@ msgstr "Ø§Ù„ØªØ§Ø±ÙŠØ®"
 msgid "Default"
 msgstr "Ø¥ÙØªØ±Ø§Ø¶ÙŠ"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "ØªØ¹Ø·ÙŠÙ„"
@@ -87,12 +87,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Ù…Ø¦ÙˆÙŠØ©"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "Ø§Ù„Ù…Ø¹Ø§Ù„Ø¬ %s Ø§Ù„Ø­Ù…Ù„:%3.2f%3.2f%3.2f%u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -101,7 +101,7 @@ msgstr ""
 "\n"
 "Ø±Ø§Ù… (Ù…Ø³Ø§Ø­Ø© Ù…ØªÙˆÙØ±Ø©): %5.3f (%.3f) Ø¬ÙŠØ¬Ø§"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -110,7 +110,7 @@ msgstr ""
 "\n"
 "Ø§Ù„Ù…Ø¨Ø§Ø¯Ù„Ø©: %.3f (%.3f) Ø¬ÙŠØ¬Ø§"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -119,7 +119,7 @@ msgstr ""
 "\n"
 "ACPI Ø§Ù„Ù…Ø¤Ù‚Øª: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -128,15 +128,15 @@ msgstr ""
 "\n"
 "ØªØ±Ø¯Ø¯ Ø§Ù„Ù…Ø¹Ø§Ù„Ø¬: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "ÙˆØ­Ø¯Ø© Ø§Ù„Ù…Ø¹Ø§Ù„Ø¬Ø© Ø§Ù„Ù…Ø±ÙƒØ²ÙŠØ©"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Ø§Ù„Ø­Ù…Ù„: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -145,16 +145,16 @@ msgstr ""
 "\n"
 "Ø°Ø§ÙƒØ±Ø© Ø§Ù„ÙˆØµÙˆÙ„ Ø§Ù„Ø¹Ø´ÙˆØ§Ø¦ÙŠ (Ø§Ù„Ù…Ø³ØªØ®Ø¯Ù…): %5.3f (%.3f) Ø¬ÙŠØ¬Ø§ Ø¨Ø§ÙŠØª"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "ÙˆØ­Ø¯Ø© Ø§Ù„Ù…Ø¹Ø§Ù„Ø¬Ø© Ø§Ù„Ù…Ø±ÙƒØ²ÙŠØ©%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Combine"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Separate"
 
@@ -340,7 +340,7 @@ msgstr "Ø£Ø³ÙÙ„"
 msgid "NET"
 msgstr "Ø§Ù„Ø´Ø¨ÙƒØ©"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Ù…Ø³Ø§Ø­Ø© Ø§Ù„Ø¹Ù…Ù„: "
 
@@ -1034,178 +1034,178 @@ msgstr "ØªØ·ÙˆÙŠØ± ÙˆÙŠØ¨"
 msgid "WordProcessor"
 msgstr "Ù…Ø¹Ø§Ù„Ø¬ ÙƒÙ„Ù…Ø§Øª"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Ù„Ù„Ø®Ù„Ù"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+ÙŠØ³Ø§Ø±"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "ØªØ­ÙˆÙŠÙ„"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+ÙŠÙ…ÙŠÙ†"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Ø³Ø§Ø¨Ù‚"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Ø§Ù„ØªØ§Ù„ÙŠ"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Ù…Ø­ØªÙˆÙŠØ§Øª"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "ÙÙ‡Ø±Ø³Øª"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "ØªØ¬Ø¯..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Ø¨Ø­Ø« Ø¹Ù† Ø§Ù„ØªØ§Ù„ÙŠ"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "Ø§ÙØªØ­ ÙÙŠ Ø§Ù„Ù…ØªØµÙØ­"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Ø¥Ø¹Ø§Ø¯Ø© ØªØ­Ù…ÙŠÙ„"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Ø¥ØºÙ„Ø§Ù‚"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "Ø§Ù„Ø£Ø³Ø¦Ù„Ø© ÙˆØ§Ù„Ø¥Ø¬Ø§Ø¨Ø§Øª Ø§Ù„Ù…ØªØ¯Ø§ÙˆÙ„Ø©"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Ø¯Ù„ÙŠÙ„"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Ø¯Ø¹Ù…"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Ø§Ù„Ø¥Ø±Ø´Ø§Ø¯Ø§Øª Ø§Ù„ØªÙˆØ¶ÙŠØ­ÙŠØ© Ù„Ù„Ø³Ù…Ø©"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Ù…ÙˆÙ‚Ø¹ ÙˆÙŠØ¨"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Ø¨Ø±ÙˆØªÙˆÙƒÙˆÙ„ ØºÙŠØ± Ù…Ø¯Ø¹ÙˆÙ…."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Ù…Ø³Ø§Ø± ØºÙŠØ± ØµØ§Ù„Ø­: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Ù„Ø§ ÙŠØ´ÙŠØ± Ø§Ù„Ù…Ø³Ø§Ø± Ø¥Ù„Ù‰ Ù…Ù„Ù."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "ÙØ´Ù„ ÙØªØ­ Ø§Ù„Ù…Ù„Ù Ù„Ù„Ù‚Ø±Ø§Ø¡Ø©."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "ÙØ´Ù„ Ø¥Ù†Ø´Ø§Ø¡ Ù…Ù„Ù Ù…Ø¤Ù‚Øª"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "ÙØ´Ù„ ØªÙ†ÙÙŠØ° Ø§Ù„Ù†Ø¸Ø§Ù… (%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "ÙØ´Ù„ Ø¥Ù„ØºØ§Ø¡ Ø¶ØºØ· Ø§Ù„ØµÙˆØ±Ø© %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "ØªØ¹Ø°Ø± ØªØ­Ø¯ÙŠØ¯ Ù…Ø³Ø§Ø± curl Ø£Ùˆ wget ÙÙŠ PATH"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "Ù‡Ù†Ø§Ùƒ Ø£Ø­Ø±Ù ØºÙŠØ± Ø¢Ù…Ù†Ø© ÙÙŠ URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1277,7 +1277,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "ØªØ¬Ø§Ù‡Ù„ Ø§Ù„Ø®ÙŠØ§Ø±: `%s'"
@@ -1322,115 +1322,115 @@ msgstr "Ù†ÙØ³ Ø§Ù„Ù„Ø¹Ø¨Ø©"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Ù„Ù„Ù…Ø³Ø§Ø¹Ø¯Ø© Ø¨Ø±Ø¬Ø§Ø¡ Ø§Ù„Ø±Ø¬ÙˆØ¹ Ø¥Ù„Ù‰ ØµÙØ­Ø© Ø§Ù„Ø¯Ù„ÙŠÙ„(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Ø±Ù…Ø² Ø§Ø³Ù… Ø§Ù„Ù…Ø¬Ø§Ù„ `%s' (Ù†Ø¸Ø§Ù‚ Ø±Ù‚Ù…ÙŠ: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Ù…Ø³Ø§Ø­Ø© Ø§Ù„Ø¹Ù…Ù„ Ø®Ø§Ø±Ø¬ Ø§Ù„Ù†Ø·Ø§Ù‚: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Ø§Ø³Ù… Ù…Ø³Ø§Ø­Ø© Ø§Ù„Ø¹Ù…Ù„ ØºÙŠØ± ØµØ§Ù„Ø­: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Ø·Ø¨Ù‚Ø© Ù†ÙˆØ§ÙØ° Ø¬Ù†ÙˆÙ…"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "ØµÙŠÙ†ÙŠØ© Ø®ÙŠØ§Ø±Ø§Øª IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "Ø±Ù…ÙˆØ² Ø§Ù„Ø®Ø·ÙˆØ±Ø©"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "ÙˆØ¸Ø§Ø¦Ù ØªØ­Ø±ÙŠØ±"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Ø¹Ù„Ø§Ù…Ø§Øª Ø§Ù„ØªØ­Ø±ÙŠØ±"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "Ø­Ø§Ù„Ø© Ù†Ø§ÙØ°Ø© EWMH"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Ù…Ø³Ø§Ø­Ø© Ø§Ù„Ø¹Ù…Ù„#%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "Ø­Ø§Ù„Ø© ØºÙŠØ± ØµØ§Ù„Ø­Ø©: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "Ù„Ø§ ÙŠÙ…ÙƒÙ† Ø§Ù„Ø­ØµÙˆÙ„ Ø¹Ù„Ù‰ Ù‡Ù†Ø¯Ø³Ø© Ø§Ù„Ù†Ø§ÙØ°Ø© 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "Xinerama ØºÙŠØ±ØµØ§Ù„Ø­: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "Ø­Ø¬Ø¬ ØºÙŠØ± ØµØ§Ù„Ø­Ø©: `%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Ø§Ù„Ø­Ø¯Ø«`%sÙŠØªØ·Ù„Ø¨ Ø¹Ù„Ù‰ Ø§Ù„Ø£Ù‚Ù„ %d Ø­Ø¬Ù‡."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "ØªØ¹Ø¨ÙŠØ± ØºÙŠØ± ØµØ§Ù„Ø­: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr "Ù„Ø§ ÙŠÙ…ÙƒÙ† ÙØªØ­ Ø§Ù„Ø¹Ø±Ø¶: %s. ÙŠØ¬Ø¨ ØªØ´ØºÙŠÙ„ X ÙˆØªØ¹ÙŠÙŠÙ† $DISPLAY."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "ØºÙŠØ± Ù…ØªÙˆÙ‚Ø¹: `%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Ù„Ù… ÙŠØªÙ… Ø§Ù„Ø¹Ø«ÙˆØ± Ø¹Ù„Ù‰ Ù†ÙˆØ§ÙØ°."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Ù„Ù… ØªØ­Ø¯Ø¯ Ø£ÙŠ Ø¥Ø¬Ø±Ø§Ø¡Ø§Øª."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Ù…ÙØ¹Ø±Ù Ù†Ø§ÙØ°Ø© Ø®Ø§Ø·Ø¦: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "PID ØºÙŠØ± ØµØ§Ù„Ø­Ø©: `%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "layer ØºÙŠØ± ØµØ§Ù„Ø­Ø©: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Ø¥Ø¬Ø±Ø§Ø¡ ØºÙŠØ± Ù…Ø¹Ø±ÙˆÙ: `%s'"
@@ -1889,7 +1889,7 @@ msgstr ""
 " Ø§Ù„ÙˆØ³Ø·:0 Ù…ØªØ¯Ø±Ø¬:1 = Ù…Ù„Ø¡ Ø¨ÙØ¹Ø¯ÙŠÙ† ÙˆØ§Ù„Ø§Ø­ØªÙØ§Ø¸ Ø¨Ù†Ø³Ø¨Ø© Ø§Ù„Ø¹Ø±Ø¶ Ø¥Ù„Ù‰ Ø§Ù„Ø§Ø±ØªÙØ§Ø¹\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Ø®ÙŠØ§Ø± ØºÙŠØ± Ù…Ø¹Ø±ÙˆÙ '%s'."
@@ -1930,7 +1930,7 @@ msgstr ""
 "  -h, --help          Ø·Ø¨Ø§Ø¹Ø© Ø´Ø§Ø´Ø© Ø§Ù„Ø§Ø³ØªØ®Ø¯Ø§Ù… Ù‡Ø°Ù‡ ÙˆÙ…Ø³Ø§Ø­Ø§Øª Ø§Ù„ØªØ®ØµÙŠØµ.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Ø¥ØªØ¬Ø§Ù‡ ØºÙŠØ± Ù…Ø¹Ø±ÙˆÙ Ø¹Ù†Ø¯ Ø·Ù„Ø¨ Ù†Ù‚Ù„/ØªØºÙŠÙŠØ± Ù…Ù‚Ø§Ø³: %d"
@@ -1975,105 +1975,105 @@ msgstr "Ø§Ù„Ø¹Ø§Ø±Ø¶:"
 msgid "icewm - About"
 msgstr "icewm - Ø­ÙˆÙ„"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Ù…Ø¯ÙŠØ± Ù†ÙˆØ§ÙØ° Ø¢Ø®Ø± Ù‚ÙŠØ¯ Ø§Ù„ØªØ´ØºÙŠÙ„ Ø¨Ø§Ù„ÙØ¹Ù„ØŒ Ø§Ø³ØªØ®Ø¯Ù…  --Ø§Ø³ØªØ¨Ø¯Ø§Ù„ Ù„ØªØ¨Ø¯ÙŠÙ„Ù‡"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "ÙØ´Ù„ Ø£Ù† ÙŠØµØ¨Ø­ Ù…Ø§Ù„Ùƒ ØªØ­Ø¯ÙŠØ¯ %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "ÙÙŠ Ø§Ù†ØªØ¸Ø§Ø± Ø§Ø³ØªØ¨Ø¯Ø§Ù„ Ù…Ø¯ÙŠØ± Ø§Ù„Ù†ÙˆØ§ÙØ° Ø§Ù„Ù‚Ø¯ÙŠÙ…"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "ØªÙ…."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_ØªØ³Ø¬ÙŠÙ„ Ø®Ø±ÙˆØ¬"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Ø§Ù„ØºØ§Ø¡ ØªØ³Ø¬ÙŠÙ„ Ø§Ù„Ø®Ø±ÙˆØ¬"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "ØºÙ„Ù‚ _Ù…Ø­Ø·Ø© Ø§Ù„Ø¹Ù…Ù„"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Ø¥Ø¹Ø§Ø¯Ø© ØªØ´ØºÙŠÙ„"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "Ø¥_ØºÙ„Ø§Ù‚"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "_Sleep mode"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Ø¥Ø¹Ø§Ø¯Ø© ØªØ´ØºÙŠÙ„ _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Ø¥Ø¹Ø§Ø¯Ø© ØªØ´ØºÙŠÙ„ _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Ù‚Ø§Ø¦Ù…Ø©"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "ÙÙˆÙ‚ Ø§Ù„Ù…Ù†ØµØ©"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "Ù…Ù†ØµØ©"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "ÙÙŠ Ø§Ù„Ø£Ø¹Ù„Ù‰"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "Ø¹Ø§Ø¯ÙŠ"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "ØªØ­Øª"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "Ø³Ø·Ø­ Ø§Ù„Ù…ÙƒØªØ¨"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "Ø§Ù„Ù†ØµÙ Ø§Ù„Ø£ÙŠØ³Ø±"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "Ø§Ù„Ù†ØµÙ Ø§Ù„Ø£ÙŠÙ…Ù†"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "Ø§Ù„Ù†ØµÙ Ø§Ù„Ø¹Ù„ÙˆÙŠ"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "Ø§Ù„Ù†ØµÙ Ø§Ù„Ø£Ø³ÙÙ„"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "Ø£Ø¹Ù„Ù‰ Ø§Ù„ÙŠØ³Ø§Ø±"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "Ø§Ø¹Ù„Ù‰ Ø§Ù„ÙŠÙ…ÙŠÙ†"
 
@@ -2081,115 +2081,115 @@ msgstr "Ø§Ø¹Ù„Ù‰ Ø§Ù„ÙŠÙ…ÙŠÙ†"
 msgid "Bottom Left"
 msgstr "Ø£Ø³ÙÙ„ Ø§Ù„ÙŠØ³Ø§Ø±"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "Ø£Ø³ÙÙ„ Ø§Ù„ÙŠÙ…ÙŠÙ†"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "Ù…Ø±ÙƒØ²"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Ù‚Ø±Ù…ÙŠØ¯ Ø£ÙÙ‚ÙŠ"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Ù‚Ø±Ù…ÙŠØ¯ Ø¹Ù…ÙˆØ¯ÙŠ"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "Ø§Ø³ØªØ¹Ø§Ø¯Ø©"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "Ø§Ù†Ù‚Ù„"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "Ù…Ù‚Ø§Ø³"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "ØªØµØºÙŠØ±"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "ØªÙƒØ¨ÙŠØ±"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Maximize_Vert"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "MaximizeHori_z"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "Ù…Ù„Ø¦ Ø§Ù„Ø´Ø§Ø´Ø©"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "Ø¥Ø®ÙØ§Ø¡"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Ø·ÙŠ"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "Ø±ÙØ¹"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Ø£Ø³ÙÙ„"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Ø·Ø¨Ù‚Ø©"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "Ø§Ù„Ø¨Ù„Ø§Ø·"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Ø£Ù†Ù‚Ù„ Ø¥Ù„Ù‰"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Ø´ØºÙ„ Ø§Ù„ÙƒÙ„"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "Ø­Ø¯ÙˆØ¯ Ù…Ø³Ø§Ø­Ø© Ø§Ù„Ø¹Ù…Ù„"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Ø£ÙŠÙ‚ÙˆÙ†Ø§Øª Ø§Ù„ØªØ·Ø¨ÙŠÙ‚Ø§Øª"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "ØºÙ„Ù‚"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "Ø§Ù‚ØªÙ„ Ø§Ù„Ø¹Ù…ÙŠÙ„"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "ÙØ§Ø¦Ù…Ø© Ø§Ù„Ù†ÙˆØ§ÙØ°"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Ù…Ø¯ÙŠØ± Ù†ÙˆØ§ÙØ° Ø¢Ø®Ø± Ù‚ÙŠØ¯ Ø§Ù„ØªØ´ØºÙŠÙ„ Ø¨Ø§Ù„ÙØ¹Ù„ØŒ Ø®Ø±ÙˆØ¬..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2198,11 +2198,11 @@ msgstr ""
 "Ù„Ø§ ÙŠÙ…ÙƒÙ† Ø¥Ø¹Ø§Ø¯Ø© ØªØ´ØºÙŠÙ„: %s\n"
 "Ù‡Ù„ Ø§Ù„Ù…Ø³Ø§Ø± ÙŠÙ‚ÙˆØ¯ Ø¥Ù„Ù‰ %sØŸ"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "Ù‚Ù… Ø¨ØªØ£ÙƒÙŠØ¯ Ø¥Ø¹Ø§Ø¯Ø© Ø§Ù„ØªØ´ØºÙŠÙ„ ÙƒÙ…Ø­Ø·Ø© Ø·Ø±ÙÙŠØ©"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2210,18 +2210,18 @@ msgstr ""
 "Ù‚Ù… Ø¨Ø¥Ù„ØºØ§Ø¡ Ø¥Ø¯Ø§Ø±Ø© Ø¬Ù…ÙŠØ¹ Ø§Ù„ØªØ·Ø¨ÙŠÙ‚Ø§Øª ÙˆØ¥Ø¹Ø§Ø¯Ø© Ø§Ù„ØªØ´ØºÙŠÙ„\n"
 "ÙƒÙ…Ø­Ø·Ø© Ø·Ø±ÙÙŠØ©. ØªÙ‚Ø¯Ù…ØŸ"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<Ù„Ø§ Ø´ÙŠØ¦>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      Ù…Ø¹Ø±Ù Ø§Ù„Ø¹Ù…ÙŠÙ„ Ø§Ù„Ù…Ø·Ù„ÙˆØ¨ Ø§Ø³ØªØ®Ø¯Ø§Ù…Ù‡ Ø¹Ù†Ø¯ Ø§Ù„Ø§ØªØµØ§Ù„ Ø¨Ù…Ø¯ÙŠØ± "
 "Ø§Ù„Ø¬Ù„Ø³Ø©.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2232,7 +2232,7 @@ msgstr ""
 "Ø§Ù„Ø¬Ù„Ø³Ø©.\n"
 "  --debug-z          Ø·Ø¨Ø§Ø¹Ø© Ø±Ø³Ø§Ø¦Ù„ ØªØµØ­ÙŠØ­ Ø§Ù„Ø£Ø®Ø·Ø§Ø¡ Ø§Ù„Ù…ØªØ¹Ù„Ù‚Ø© Ø¨ØªØ±Ø§Øµ Ø§Ù„Ù†ÙˆØ§ÙØ°.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2249,7 +2249,7 @@ msgstr ""
 "ØªØ­Ù…ÙŠÙ„ Ø§Ù„Ø³Ù…Ø© Ù…Ù† FILE.Ø§Ø¹Ø±Ø¶ Ø§Ù„ØµÙˆØ±Ø© Ù„ÙØªØ±Ø© ÙˆØ¬ÙŠØ²Ø© Ø¹Ù†Ø¯ Ø¨Ø¯Ø¡ Ø§Ù„ØªØ´ØºÙŠÙ„  Ø·Ø¨Ø§Ø¹Ø© Ø§Ù„ØªÙØ¶ÙŠÙ„Ø§Øª "
 "Ø¨Ø¹Ø¯ ÙƒÙ„ Ø¹Ù…Ù„ÙŠØ§Øª Ø§Ù„Ù…Ø¹Ø§Ù„Ø¬Ø©.Ø±Ù…Ø² ØŒ Ù…Ø³Ø§Ø±Ø§Øª Ø§Ù„ØªØªØ¨Ø¹ Ø£ÙŠÙ‚ÙˆÙ†Ø© Ø§Ù„Ù…Ø³ØªØ®Ø¯Ù…Ø© Ù„ØªØ­Ù…ÙŠÙ„ Ø§Ù„Ø§Ø¹Ø¯Ø§Ø¯.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2308,21 +2308,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "Ø¯Ù„Ø§Ø¦Ù„ Ø¥Ø¹Ø¯Ø§Ø¯ %s:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s Ø®ÙŠØ§Ø±Ø§Øª ØªÙ…Øª Ø¥Ø¹Ø¯Ø§Ø¯Ù‡Ø§:%s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "ØªØ£ÙƒÙŠØ¯ ØªØ³Ø¬ÙŠÙ„ Ø§Ù„Ø®Ø±ÙˆØ¬"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2358,7 +2358,7 @@ msgstr "Ù„Ù Ù„Ù„Ø£Ø³ÙÙ„"
 msgid "Rollup"
 msgstr "Ù„Ù Ù„Ù„Ø£Ø¹Ù„Ù‰"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2415,7 +2415,7 @@ msgstr "_Ø¥Ø¹Ø§Ø¯Ø© ØªØ´ØºÙŠÙ„ icewm"
 msgid "_About"
 msgstr "Ø­ÙˆÙ„"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2423,7 +2423,7 @@ msgstr ""
 "ØªØ­Ø°ÙŠØ±! Ø³ÙŠØªÙ… ÙÙ‚Ø¯Ø§Ù† Ø¬Ù…ÙŠØ¹ Ø§Ù„ØªØºÙŠÙŠØ±Ø§Øª ØºÙŠØ± Ø§Ù„Ù…Ø­ÙÙˆØ¸Ø© Ø¹Ù†Ø¯\n"
 "Ù‚ØªÙ„ Ù‡Ø°Ø§ Ø§Ù„Ø¹Ù…ÙŠÙ„. Ù‡Ù„ ØªØ±ØºØ¨ ÙÙŠ Ø§Ù„Ù…ØªØ§Ø¨Ø¹Ø©ØŸ"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Ø¥Ù†Ù‡Ø§Ø¡ Ø§Ù„Ø¹Ù…ÙŠÙ„: "
 
@@ -2494,11 +2494,11 @@ msgstr "Ù†ÙØ¯ ÙˆÙ‚ØªÙ‡ : '%s'"
 msgid "'%s' produces no output"
 msgstr "Ù„Ù… ÙŠØµØ¯Ø± Ø¹Ù† '%s' Ø£ÙŠØ© Ù…Ø®Ø±Ø¬Ø§Øª"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "Ø§Ù„Ø¨Ø±Ù†Ø§Ù…Ø¬ Ù…ÙÙ‚ÙˆØ¯"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Ù„ØªØ¨Ø¯ÙŠÙ„ Ù„ÙˆØ­Ø© Ø§Ù„Ù…ÙØ§ØªÙŠØ­ ØŒ ÙŠØ±Ø¬Ù‰ ØªØ«Ø¨ÙŠØªsetxkbmap"
 
diff -pruN 2.9.8-1/po/be.po 2.9.9-1/po/be.po
--- 2.9.8-1/po/be.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/be.po	2022-08-01 21:49:30.000000000 +0000
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.2\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2003-01-27 22:26+0300\n"
 "Last-Translator: Hleb Valoska <el_globus@tut.by>\n"
 "Language-Team: Belarusian <i18n@mova.org>\n"
@@ -67,7 +67,7 @@ msgstr ""
 msgid "Default"
 msgstr "Ð’Ñ‹Ð´Ð°Ð»Ñ–Ñ†ÑŒ"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr ""
@@ -82,64 +82,64 @@ msgstr ""
 msgid "Â°C"
 msgstr ""
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, fuzzy, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "Ð—Ð°Ð³Ñ€ÑƒÐ·ÐºÐ° CPU: %3.2f %3.2f %3.2f, %u Ð¿Ñ€Ð°Ñ†ÑÑÐ°Ñž"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
 "Ram (free): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
 "Swap (free): %.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
 "ACPI Temp: "
 msgstr ""
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
 "CPU Freq: %.3fGHz"
 msgstr ""
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr ""
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr ""
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
 "Ram (user): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr ""
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr ""
 
@@ -332,7 +332,7 @@ msgstr "Ð Ð°ÑÐºÑ€ÑƒÑ†Ñ–Ñ†ÑŒ"
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "ÐŸÑ€Ð°Ñ†Ð¾ÑžÐ½Ð°Ðµ Ð¿Ð¾Ð»Ðµ: "
 
@@ -1056,190 +1056,190 @@ msgstr ""
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "ÐÐ°Ð·Ð°Ð´"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Ð£Ð»ÐµÐ²Ð°"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "ÐÐ°Ð¿ÐµÑ€Ð°Ð´"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Ð£Ð¿Ñ€Ð°Ð²Ð°"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "ÐŸÐ°Ð¿ÑÑ€ÑÐ´Ð½Ñ–"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "ÐÐ°ÑÑ‚ÑƒÐ¿Ð½Ñ‹"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Ð—ÑŒÐ¼ÐµÑÑ‚"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "ÐŸÐµÑ€Ð°Ð»Ñ–Ðº"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Ð—Ð°ÐºÑ€Ñ‹Ñ†ÑŒ"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 #, fuzzy
 msgid "Theme Howto"
 msgstr "ÐÑžÑ‚Ð°Ñ€ Ñ‚ÑÐ¼Ñ‹:"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 #, fuzzy
 msgid "Unsupported protocol."
 msgstr "Ð†Ð½Ñ‚ÑÑ€Ñ„ÑÐ¹Ñ %s Ð½Ðµ Ð¿Ð°Ð´Ñ‚Ñ€Ñ‹Ð¼Ð»Ñ–Ð²Ð°ÐµÑ†Ñ†Ð°."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "ÐÑÐ¿Ñ€Ð°Ð²Ñ–Ð»ÑŒÐ½Ñ‹ ÑˆÐ»ÑÑ…: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 #, fuzzy
 msgid "Failed to open file for reading."
 msgstr "ÐÑÑžÐ´Ð°Ð»Ñ‹ Ð²Ñ‹Ð±Ð°Ñ€ Ð²Ð°ÐºÐ½Ð°, ÑÐºÐ¾Ðµ ÑžÑ‚Ñ€Ñ‹Ð¼Ð»Ñ–Ð²Ð°Ðµ Ñ„Ð¾ÐºÑƒÑ"
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 #, fuzzy
 msgid "Failed to create a temporary file"
 msgstr "ÐÑÑžÐ´Ð°Ð»Ð°Ðµ ÑÑ‚Ð²Ð°Ñ€ÑÐ½ÑŒÐ½Ðµ Ð°Ð½Ð°Ð½Ñ–Ð¼Ð½Ð°Ð³Ð° ÐºÐ°Ð½Ð°Ð»Ñƒ: %s"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, fuzzy, c-format
 msgid "Failed to decompress %s"
 msgstr "ÐÑÑžÐ´Ð°Ð»Ð°Ðµ Ð°Ð´ÐºÑ€Ñ‹Ñ†ÑŒÑ†Ñ‘ %s: %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1277,7 +1277,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, fuzzy, c-format
 msgid "Ignoring option '%s'"
 msgstr "ÐÐµÐ²ÑÐ´Ð¾Ð¼Ð°Ðµ Ð´Ð·ÐµÑÐ½ÑŒÐ½Ðµ: `%s'"
@@ -1322,128 +1322,128 @@ msgstr "Ð¢ÑƒÑŽ Ð¶ Ð³ÑƒÐ»ÑŒÐ½ÑŽ"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "ÐŸÑ€Ð°Ð¹Ð¼ÐµÐ½Ð°Ð²Ð°Ð½Ñ‹Ñ ÑÑ‹Ð¼Ð±Ð°Ð»Ñ– Ð²Ð¾Ð±Ð»Ð°ÑÑŒÑ†Ñ– `%s' (Ð»Ñ–ÐºÐ°Ð²Ñ‹ Ð´Ñ‹ÑÐ¿Ð°Ð·Ð¾Ð½: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, fuzzy, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Ð’Ð°Ñ€ÑˆÑ‚Ð°Ñ‚ Ð¿Ð°-Ð·Ð° Ð¼ÐµÐ¶Ð°Ð¼Ñ–: %d"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Ð”Ñ€ÑÐ½Ð½Ð°Ðµ Ñ–Ð¼Ñ Ð²Ð°Ñ€ÑˆÑ‚Ð°Ñ‚Ð°: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "ÐŸÐ»Ð°ÑÑ‚ Ð²Ð°ÐºÐ½Ð° GNOME'Ð°"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "ÐžÐ¿Ñ†Ñ‹Ñ ÑÐ¿Ð¾Ð´ÐºÐ° IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif functions"
 msgstr "Ð›ÑŽÐ±Ñ–Ð¼Ñ‹Ñ Ð´Ð°ÑÑ‚Ð°ÑÐ°Ð²Ð°Ð½ÑŒÐ½Ñ–"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif decorations"
 msgstr "Ð›ÑŽÐ±Ñ–Ð¼Ñ‹Ñ Ð´Ð°ÑÑ‚Ð°ÑÐ°Ð²Ð°Ð½ÑŒÐ½Ñ–"
 
 # Set the IceWM tray option hint??
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "Ð¡Ñ‚Ð°Ð½ Ð²Ð°ÐºÐ½Ð° GNOME'Ð°"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "ÐŸÑ€Ð°Ñ†Ð¾ÑžÐ½Ð°Ðµ Ð¿Ð¾Ð»Ðµ #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "Ð”Ñ€ÑÐ½Ð½Ñ‹ Ð¿Ð°Ñ€Ð°Ð¼ÑÑ‚Ð°Ñ€: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "Ð”Ñ€ÑÐ½Ð½Ñ‹ Ð¿Ð°Ñ€Ð°Ð¼ÑÑ‚Ð°Ñ€: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "Ð”Ñ€ÑÐ½Ð½Ñ‹ Ð¿Ð°Ñ€Ð°Ð¼ÑÑ‚Ð°Ñ€: `%s'."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Ð”Ð·ÐµÑÐ½ÑŒÐ½Ðµ `%s' Ð¿Ð°Ñ‚Ñ€Ð°Ð±ÑƒÐµ Ð¿Ñ€Ñ‹Ð½Ð°Ð¼ÑÑ– %d Ð¿Ð°Ñ€Ð°Ð¼ÑÑ‚Ñ€Ð°Ñž."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "ÐÑÐ¿Ñ€Ð°Ð²Ñ–Ð»ÑŒÐ½Ñ‹ Ð²Ñ‹Ñ€Ð°Ð·: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "ÐÐµÐ¼Ð°Ð³Ñ‡Ñ‹Ð¼Ð° Ð°Ð´ÐºÑ€Ñ‹Ñ†ÑŒ Ð´Ñ‹ÑÐ¿Ð»ÐµÐ¹: %s. ÐŸÐ°Ñ‚Ñ€ÑÐ±Ð½Ð° Ð·Ð°Ð¿ÑƒÑÑŒÑ†Ñ–Ñ†ÑŒ X Ñ– ÑžÑÑ‚Ð°Ð½Ð°Ð²Ñ–Ñ†ÑŒ $DISPLAY."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 msgid "Unexpected: `%s'."
 msgstr "ÐÐµÑ‡Ð°ÐºÐ°Ð½Ð°Ðµ ÐºÐ»ÑŽÑ‡Ð°Ð²Ð¾Ðµ ÑÐ»Ð¾Ð²Ð°: %s"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "ÐÑ Ð²Ñ‹Ð·Ð½Ð°Ñ‡Ð°Ð½Ð° Ð´Ð·ÐµÑÐ½ÑŒÐ½ÑÑž."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Ð”Ñ€ÑÐ½Ð½Ñ‹ Ð²Ñ‹Ð·Ð½Ð°Ñ‡Ð½Ñ–Ðº Ð²Ð°ÐºÐ½Ð°: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "Ð”Ñ€ÑÐ½Ð½Ñ‹ Ð¿Ð°Ñ€Ð°Ð¼ÑÑ‚Ð°Ñ€: `%s'."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "Ð”Ñ€ÑÐ½Ð½Ñ‹ Ð¿Ð°Ñ€Ð°Ð¼ÑÑ‚Ð°Ñ€: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "ÐÐµÐ²ÑÐ´Ð¾Ð¼Ð°Ðµ Ð´Ð·ÐµÑÐ½ÑŒÐ½Ðµ: `%s'"
@@ -1798,7 +1798,7 @@ msgid ""
 msgstr ""
 
 # fixme
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, fuzzy, c-format
 msgid "Unrecognized option '%s'."
 msgstr "ÐÐµÑ€Ð°ÑÐ¿Ð°Ð·Ð½Ð°Ð½Ð°Ñ Ð¾Ð¿Ñ†Ñ‹Ñ: %s\n"
@@ -1833,7 +1833,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr ""
@@ -1878,108 +1878,108 @@ msgstr ""
 msgid "icewm - About"
 msgstr "icewm - ÐŸÑ€Ð°"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 #, fuzzy
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Ð†Ð½ÑˆÑ‹ ÐºÑ–Ñ€Ð°ÑžÐ½Ñ–Ðº Ð²Ð°ÐºÐ¾Ð½ Ð·Ð°Ð¿ÑƒÑˆÑ‡Ð°Ð½Ñ‹, Ð²Ñ‹Ñ…Ð¾Ð´Ð¶Ñƒ..."
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Ð’Ñ‹Ð¹ÑÑŒÑ†Ñ–"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_ÐÐ´Ð¼ÐµÐ½Ð° Ð²Ñ‹Ñ…Ð°Ð´Ñƒ"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "_Ð—Ð°Ð±Ð»ÑÐºÐ°Ð²Ð°Ñ†ÑŒ Ð¡Ñ‚Ð°Ð½Ñ†Ñ‹ÑŽ"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "ÐŸÐµÑ€Ð°Ð·Ð°Ð³Ñ€ÑƒÐ·Ñ–Ñ†ÑŒ _ÐºÐ°Ð¼Ð¿ÑƒÑ‚Ð°Ñ€"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "_Ð’Ñ‹ÐºÐ»ÑŽÑ‡Ñ‹Ñ†ÑŒ ÐºÐ°Ð¼Ð¿ÑƒÑ‚Ð°Ñ€"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "ÐŸÐµÑ€Ð°Ð·Ð°Ð¿ÑƒÑÐº _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "ÐŸÐµÑ€Ð°Ð·Ð°Ð¿ÑƒÑÐº _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "ÐÐ° ÑžÐ·Ñ€Ð¾ÑžÐ½Ñ– _Ð¼ÑÐ½ÑŽ"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "ÐŸÐ°-Ð½Ð°Ð´ _Ð´Ð¾ÐºÐ°Ð¼"
 
 # fixme
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "ÐÐ° _ÑžÐ·Ñ€Ð¾ÑžÐ½Ñ– Ð´Ð¾ÐºÑƒ"
 
 # fixme
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "ÐÐ°Ð´ ÑƒÑÑ–Ð¼Ñ– _Ð²Ð¾ÐºÐ½Ð°Ð¼Ñ–"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_ÐÐ°Ñ€Ð¼Ð°Ð»ÑŒÐ½Ð°Ðµ Ñ€Ð°Ð·ÑŒÐ¼ÑÑˆÑ‡ÑÐ½ÑŒÐ½Ðµ"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_ÐŸÐ°Ð´ ÑƒÑÑ–Ð¼Ñ– Ð²Ð¾ÐºÐ½Ð°Ð¼Ñ–"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "ÐÐ° ÑžÐ·Ñ€Ð¾ÑžÐ½Ñ– _ÑÑ‚Ð°Ð»ÑŒÑ†Ð°"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -1987,119 +1987,119 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "ÐŸÐ¾Ð±Ð°Ñ‡ Ð¿Ð° _Ð³Ð°Ñ€Ñ‹Ð·Ð°Ð½Ñ‚Ð°Ð»Ñ–"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "ÐŸÐ¾Ð±Ð°Ñ‡ Ð¿Ð° _Ð²ÑÑ€Ñ‚Ñ‹ÐºÐ°Ð»Ñ–"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "Ð’ÐµÑ€Ð½ÑƒÑ†ÑŒ Ñ€Ð°Ð½ÐµÐ¹ÑˆÑ‹ _ÑÑ‚Ð°Ð½"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_ÐŸÐµÑ€Ð°ÑÑƒÐ½ÑƒÑ†ÑŒ Ð²Ð°ÐºÐ½Ð¾"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "Ð—ÑŒÐ¼ÑÐ½Ñ–Ñ†ÑŒ Ð¿Ð°_Ð¼ÐµÑ€"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Ð—_Ð³Ð°Ñ€Ð½ÑƒÑ†ÑŒ"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "_Ð Ð°Ð·Ð³Ð°Ñ€Ð½ÑƒÑ†ÑŒ"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 #, fuzzy
 #| msgid "Maximize"
 msgid "Maximize_Vert"
 msgstr "Ð Ð°Ð·Ð³Ð°Ñ€Ð½ÑƒÑ†ÑŒ"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 #, fuzzy
 #| msgid "Maximize"
 msgid "MaximizeHori_z"
 msgstr "Ð Ð°Ð·Ð³Ð°Ñ€Ð½ÑƒÑ†ÑŒ"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "ÐÐ° Ð¿Ð¾ÑžÐ½Ñ‹ _ÑÐºÑ€Ð°Ð½"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "Ð¡_Ñ…Ð°Ð²Ð°Ñ†ÑŒ"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Ð¡_ÐºÑ€ÑƒÑ†Ñ–Ñ†ÑŒ ÑƒÐ³Ð¾Ñ€Ñƒ"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "Ð£Ð·_ÑŒÐ½ÑÑ†ÑŒ Ð½Ð°Ð´ ÑƒÑÑ–Ð¼Ñ– Ð²Ð¾ÐºÐ½Ð°Ð¼Ñ–"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "ÐÐ¿_ÑƒÑÑŒÑ†Ñ–Ñ†ÑŒ Ð¿Ð°Ð´ ÑƒÑÐµ Ð²Ð¾ÐºÐ½Ñ‹"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Ð£Ð·Ñ€Ð¾Ð²ÐµÐ½ÑŒ Ñ€Ð°Ð·ÑŒÐ¼Ñ_ÑˆÑ‡ÑÐ½ÑŒÐ½Ñ"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "ÐŸÐµÑ€Ð°Ð¼ÐµÑÑŒÑ†Ñ–Ñ†ÑŒ Ð½Ð° _Ð²Ð°Ñ€ÑˆÑ‚Ð°Ñ‚"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Ð¥Ð°Ð¹ Ð·Ð°Ð¹Ð¼Ð°Ðµ _ÑžÑÐµ Ð²Ð°Ñ€ÑˆÑ‚Ð°Ñ‚Ñ‹"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_ÐÐ±Ð¼ÐµÐ¶Ð°Ð²Ð°Ñ†ÑŒ Ð²Ð¾Ð±Ð»Ð°ÑÑŒÑ†ÑŒ"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Ð—Ð½Ð°Ñ‡ÐºÐ° _Ð¿Ð°Ð½ÑÐ»Ñ–"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "Ð—Ð°_ÐºÑ€Ñ‹Ñ†ÑŒ"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "Ð—Ð°Ð±_Ñ–Ñ†ÑŒ ÐºÐ»Ñ–ÐµÐ½Ñ‚"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_Ð¡ÑŒÐ¿Ñ–Ñ Ð²Ð°ÐºÐ¾Ð½"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Ð†Ð½ÑˆÑ‹ ÐºÑ–Ñ€Ð°ÑžÐ½Ñ–Ðº Ð²Ð°ÐºÐ¾Ð½ Ð·Ð°Ð¿ÑƒÑˆÑ‡Ð°Ð½Ñ‹, Ð²Ñ‹Ñ…Ð¾Ð´Ð¶Ñƒ..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2108,33 +2108,33 @@ msgstr ""
 "ÐÐµÐ¼Ð°Ð³Ñ‡Ñ‹Ð¼Ð° Ð¿ÐµÑ€Ð°Ð·Ð°Ð¿ÑƒÑÑŒÑ†Ñ–Ñ†Ð°: %s\n"
 "Ð¦Ñ– ÑÐ¿Ð°ÑÑ‹Ð»Ð°ÐµÑ†Ñ†Ð° $PATH Ð½Ð° %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<Ð½ÑÐ¼Ð°>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2146,7 +2146,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2203,22 +2203,22 @@ msgstr ""
 "ÐÐ°Ð²ÐµÐ´Ð°Ð¹ https://ice-wm.org/ ÐºÐ°Ð± Ð¿Ð°Ð²ÐµÐ´Ð°Ð¼Ñ–Ñ†ÑŒ Ð¿Ñ€Ð° Ð¿Ð°Ð¼Ñ‹Ð»ÐºÑ–, Ð·Ð°Ð¿Ð°Ñ‚Ñ€Ð°Ð±Ð°Ð²Ð°Ñ†ÑŒ\n"
 "Ð¿Ð°Ð´Ñ‚Ñ€Ñ‹Ð¼ÐºÑ–, Ñ†Ñ– Ð¿Ñ€Ð¾ÑÑ‚Ð° Ð²Ñ‹ÐºÐ°Ð·Ð°Ñ†Ñ†Ð° Ð¿Ñ€Ð° IceWM...\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
 # fixme
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, fuzzy, c-format
 msgid "%s configured options:%s\n"
 msgstr "ÐÐµÑ€Ð°ÑÐ¿Ð°Ð·Ð½Ð°Ð½Ð°Ñ Ð¾Ð¿Ñ†Ñ‹Ñ: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "ÐŸÐ°Ñ†ÑŒÐ²ÐµÑ€Ð´Ð·Ñ– Ð²Ñ‹Ð¹ÑÑŒÑ†Ðµ"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2255,7 +2255,7 @@ msgstr "Ð Ð°ÑÐºÑ€ÑƒÑ†Ñ–Ñ†ÑŒ"
 msgid "Rollup"
 msgstr "ÐŸÑ€Ð°ÐºÑ€ÑƒÑ†Ñ–Ñ†ÑŒ"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2311,7 +2311,7 @@ msgstr "_ÐŸÐµÑ€Ð°Ð·Ð°Ð¿ÑƒÑÑŒÑ†Ñ–Ñ†ÑŒ ic
 msgid "_About"
 msgstr "ÐŸÑ€_Ð°"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2319,7 +2319,7 @@ msgstr ""
 "Ð£Ð’ÐÐ“Ð! Ð£ÑÐµ Ð½ÐµÐ·Ð°Ñ…Ð°Ð²Ð°Ð½Ñ‹Ñ Ð·ÑŒÐ¼ÐµÐ½Ñ‹ Ð±ÑƒÐ´ÑƒÑ†ÑŒ Ð·Ð³ÑƒÐ±Ð»ÐµÐ½Ñ‹Ñ,\n"
 "ÐºÐ°Ð»Ñ– Ð·Ð°Ð±Ñ–Ñ†ÑŒ Ð³ÑÑ‚Ñ‹ ÐºÐ»Ñ–ÐµÐ½Ñ‚. ÐŸÑ€Ð°Ñ†ÑÐ³Ð²Ð°Ñ†ÑŒ?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Ð—Ð°Ð±Ñ–Ñ†ÑŒ ÐºÐ»Ñ–ÐµÐ½Ñ‚: "
 
@@ -2390,11 +2390,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/bg.po 2.9.9-1/po/bg.po
--- 2.9.8-1/po/bg.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/bg.po	2022-08-01 21:49:30.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: IceWM 1.2.10\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2017-02-26 21:51+0000\n"
 "Last-Translator: Shyukri Shyukriev <shshyukriev@suse.com>\n"
 "Language-Team: Bulgarian <https://l10n.opensuse.org/projects/icewm/icewm-1-3-"
@@ -73,7 +73,7 @@ msgstr ""
 msgid "Default"
 msgstr "ÐŸÐ¾ Ð¿Ð¾Ð´Ñ€Ð°Ð·Ð±Ð¸Ñ€Ð°Ð½Ðµ"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr ""
@@ -88,12 +88,12 @@ msgstr ""
 msgid "Â°C"
 msgstr ""
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, fuzzy, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU ÐÐ°Ñ‚Ð¾Ð²Ð°Ñ€Ð²Ð°Ð½Ðµ: %3.2f %3.2f %3.2f, %u Ð²Ñ€ÐµÐ¼ÐµÑ‚Ñ€Ð°ÐµÐ½Ðµ"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -102,7 +102,7 @@ msgstr ""
 "\n"
 "Ð¡Ð²Ð¾Ð±Ð¾Ð´Ð½Ð° Ð¿Ð°Ð¼ÐµÑ‚:%5.2f%.2f ÐœÐ‘"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -111,14 +111,14 @@ msgstr ""
 "\n"
 "Ð¡Ð²Ð¾Ð±Ð¾Ð´Ð½Ð° Ð¿Ð°Ð¼ÐµÑ‚:%5.2f%.2f ÐœÐ‘"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
 "ACPI Temp: "
 msgstr ""
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -127,16 +127,16 @@ msgstr ""
 "\n"
 "CPU Ñ‡ÐµÑÑ‚Ð¾Ñ‚Ð°: %.3f GHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr ""
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 #, fuzzy
 msgid "Load: "
 msgstr "CPU ÐÐ°Ñ‚Ð¾Ð²Ð°Ñ€Ð²Ð°Ð½Ðµ: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -145,16 +145,16 @@ msgstr ""
 "\n"
 "Ð¡Ð²Ð¾Ð±Ð¾Ð´Ð½Ð° Ð¿Ð°Ð¼ÐµÑ‚:%5.2f%.2f ÐœÐ‘"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr ""
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr ""
 
@@ -346,7 +346,7 @@ msgstr "Ð Ð°Ð·Ð²Ð¸Ð²Ð°"
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Ð Ð°Ð±Ð¾Ñ‚Ð½Ð¾ Ð¿Ð¾Ð»Ðµ: "
 
@@ -1089,189 +1089,189 @@ msgstr "Ð Ð°Ð·Ñ€Ð°Ð±Ð¾Ñ‚Ð²Ð°Ð½Ðµ"
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "ÐÐ°Ð·Ð°Ð´"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+ÐÐ°Ð»ÑÐ²Ð¾"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "ÐÐ°Ð¿Ñ€ÐµÐ´"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+ÐÐ°Ð´ÑÑÐ½Ð¾"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "ÐŸÑ€ÐµÐ´Ð¸ÑˆÐµÐ½"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Ð¡Ð»ÐµÐ´Ð²Ð°Ñ‰"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Ð¡ÑŠÐ´ÑŠÑ€Ð¶Ð°Ð½Ð¸Ðµ"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Ð˜Ð½Ð´ÐµÐºÑ"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Ð—Ð°Ñ‚Ð²Ð¾Ñ€Ð¸"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 #, fuzzy
 msgid "Theme Howto"
 msgstr "ÐÐ²Ñ‚Ð¾Ñ€ Ð½Ð° Ñ‚ÐµÐ¼Ð°:"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 #, fuzzy
 msgid "Unsupported protocol."
 msgstr "ÐÐµÐ¿Ð¾Ð´Ð´ÑŠÑ€Ð¶Ð°Ð½ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ: %s."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÐµÐ½ Ð¿ÑŠÑ‚: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr ""
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 #, fuzzy
 msgid "Failed to create a temporary file"
 msgstr "Failed to create anonymous pipe: %s"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, fuzzy, c-format
 msgid "Failed to decompress %s"
 msgstr "ÐÐµ Ð¼Ð¾Ð³Ð° Ð´Ð° Ð¾Ñ‚Ð²Ð¾Ñ€Ñ %s: %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1309,7 +1309,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, fuzzy, c-format
 msgid "Ignoring option '%s'"
 msgstr "ÐÐµÐ¸Ð·Ð²ÐµÑÑ‚Ð½Ð¾ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ðµ: `%s'"
@@ -1354,127 +1354,127 @@ msgstr "Ð˜Ð³Ñ€Ð°"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Ð˜Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð¸ ÑÐ¸Ð¼Ð²Ð¾Ð»Ð¸ Ð² Ð¾Ð±Ð»Ð°ÑÑ‚Ñ‚Ð° `%s' (Ñ‡Ð¸ÑÐ»Ð¾Ð² Ð´Ð¸Ð°Ð¿Ð°Ð·Ð¾Ð½: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, fuzzy, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Ð Ð°Ð±Ð¾Ñ‚Ð½Ð¾ Ð¿Ð¾Ð»Ðµ Ð¸Ð·Ð²ÑŠÐ½ Ð¾Ð±Ñ…Ð²Ð°Ñ‚: %d"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»Ð½Ð¾ Ð¸Ð¼Ðµ Ð½Ð° Ñ€Ð°Ð±Ð¾Ñ‚Ð½Ð¾ Ð¿Ð¾Ð»Ðµ: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME ÑÐ»Ð¾Ð¹ Ð½Ð° Ð¿Ñ€Ð¾Ð·Ð¾Ñ€ÐµÑ†"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "ÐžÐ¿Ñ†Ð¸Ñ Ð½Ð° IceWM Ð¿Ð°Ð½ÐµÐ»Ð° Ð·Ð° Ð·Ð°Ð´Ð°Ñ‡Ð¸"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif functions"
 msgstr "Ð›ÑŽÐ±Ð¸Ð¼Ð¸ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif decorations"
 msgstr "Ð›ÑŽÐ±Ð¸Ð¼Ð¸ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "GNOME ÑÑŠÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð½Ð° Ð¿Ñ€Ð¾Ð·Ð¾Ñ€ÐµÑ†"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Ñ€Ð°Ð±Ð¾Ñ‚Ð½Ð¾ Ð¿Ð¾Ð»Ðµ #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÐµÐ½ Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÐµÐ½ Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÐµÐ½ Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚: `%s'."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Ð”ÐµÐ¹ÑÑ‚Ð²Ð¸Ðµ `%s' Ð¸Ð·Ð¸ÑÐºÐ²Ð° Ð¼Ð¸Ð½Ð¸Ð¼ÑƒÐ¼ %d Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚Ð°"
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÐµÐ½ Ð¸Ð·Ñ€Ð°Ð·: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "ÐÐµ Ð¼Ð¾Ð³Ð° Ð´Ð° Ð¾Ñ‚Ð²Ð¾Ñ€Ñ display: %s. X Ñ‚Ñ€ÑÐ±Ð²Ð° Ð´Ð° Ðµ ÑÑ‚Ð°Ñ€Ñ‚Ð¸Ñ€Ð°Ð½ Ð¸ $DISPLAY ÑƒÑÑ‚Ð°Ð½Ð¾Ð²ÐµÐ½Ð°"
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 msgid "Unexpected: `%s'."
 msgstr "ÐÐµÐ¾Ñ‡Ð°ÐºÐ²Ð°Ð½Ð° ÐºÐ»ÑŽÑ‡Ð¾Ð²Ð° Ð´ÑƒÐ¼Ð°: %s"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "ÐÑÐ¼Ð° ÑƒÐºÐ°Ð·Ð°Ð½Ð¸ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÐµÐ½ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ‚Ð¾Ñ€ Ð½Ð° Ð¿Ñ€Ð¾Ð·Ð¾Ñ€ÐµÑ†: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÐµÐ½ Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚: `%s'."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÐµÐ½ Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "ÐÐµÐ¸Ð·Ð²ÐµÑÑ‚Ð½Ð¾ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ðµ: `%s'"
@@ -1838,7 +1838,7 @@ msgstr ""
 " DesktopTransparencyColor - Ð¦Ð²ÑÑ‚ Ð·Ð° Ð¿Ð¾Ð»Ñƒ-Ð¿Ñ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ð¸ Ð¿Ñ€Ð¾Ð·Ð¾Ñ€Ñ†Ð¸\n"
 " DesktopTransparencyImage - Ð˜Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ Ð·Ð° Ð¿Ð¾Ð»Ñƒ-Ð¿Ñ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ð¸ Ð¿Ñ€Ð¾Ð·Ð¾Ñ€Ñ†Ð¸\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, fuzzy, c-format
 msgid "Unrecognized option '%s'."
 msgstr "ÐÐµÑ€Ð°Ð·Ð¿Ð¾Ð·Ð½Ð°Ñ‚Ð° Ð¾Ð¿Ñ†Ð¸Ñ: %s\n"
@@ -1873,7 +1873,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "ÐÐµÐ¸Ð·Ð²ÐµÑÑ‚Ð½Ð° Ð¿Ð¾ÑÐ¾ÐºÐ° Ð¿Ñ€Ð¸ move/resize Ð·Ð°ÑÐ²ÐºÐ°: %d"
@@ -1918,106 +1918,106 @@ msgstr ""
 msgid "icewm - About"
 msgstr "Ð—Ð° IceWM"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 #, fuzzy
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Ð”Ñ€ÑƒÐ³ window manager Ð²ÐµÑ‡Ðµ Ð² Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ðµ, Ð¸Ð·Ð»Ð¸Ð·Ð°Ð¼..."
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Ð˜Ð·Ñ…Ð¾Ð´"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_ÐžÑ‚Ð¼ÐµÐ½Ð¸ Ð¸Ð·Ñ…Ð¾Ð´"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "Ð—Ð°ÐºÐ»ÑŽÑ‡Ð¸ _Ð Ð°Ð±Ð¾Ñ‚Ð½Ð°Ñ‚Ð° ÑÑ‚Ð°Ð½Ñ†Ð¸Ñ"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Ð Ðµ_ÑÑ‚Ð°Ñ€Ñ‚Ð¸Ñ€Ð° ÑÐ¸ÑÑ‚ÐµÐ¼Ð°Ñ‚Ð°"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "Ð˜_Ð·ÐºÐ»ÑŽÑ‡Ð²Ð° ÑÐ¸ÑÑ‚ÐµÐ¼Ð°Ñ‚Ð°"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Ð ÐµÑÑ‚Ð°Ñ€Ñ‚Ð¸Ñ€Ð° _IceWM"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Ð ÐµÑÑ‚Ð°Ñ€Ñ‚Ð¸Ñ€Ð° _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_ÐœÐµÐ½ÑŽ"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Above Dock "
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Dock"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_Ð’ÑŠÑ€Ñ…Ñƒ"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_ÐÐ¾Ñ€Ð¼Ð°Ð»Ð½Ð¾"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_ÐŸÐ¾Ð´"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "Ð”ÐµÑÐºÑ‚Ð¾Ð¿"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -2025,119 +2025,119 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "_Ð¥Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ð½Ð° Ð¼Ð¾Ð·Ð°Ð¹ÐºÐ°"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "_Ð’ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»Ð½Ð° Ð¼Ð¾Ð·Ð°Ð¹ÐºÐ°"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Ð’ÑŠÐ·ÑÑ‚Ð°Ð½Ð¾Ð²ÑÐ²Ð°Ð½Ðµ"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_ÐŸÑ€ÐµÐ¼ÐµÑÑ‚Ð²Ð°Ð½Ðµ"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_Ð Ð°Ð·Ð¼ÐµÑ€"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "ÐœÐ¸_Ð½Ð¸Ð¼Ð¸Ð·Ð¸Ñ€Ð°Ð½Ðµ"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "ÐœÐ°_ÐºÑÐ¸Ð¼Ð¸Ð·Ð¸Ñ€Ð°Ð½Ðµ"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 #, fuzzy
 #| msgid "Maximize"
 msgid "Maximize_Vert"
 msgstr "ÐœÐ°ÐºÑÐ¸Ð¼Ð¸Ð·Ð¸Ñ€Ð°"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 #, fuzzy
 #| msgid "Maximize"
 msgid "MaximizeHori_z"
 msgstr "ÐœÐ°ÐºÑÐ¸Ð¼Ð¸Ð·Ð¸Ñ€Ð°"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_Ð¦ÑÐ» ÐµÐºÑ€Ð°Ð½"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_Ð¡ÐºÑ€Ð¸Ð²Ð°Ð½Ðµ"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Ð¡Ð²_Ð¸Ð²Ð°Ð½Ðµ"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "ÐŸÐ¾Ð²_Ð´Ð¸Ð³Ð°Ð½Ðµ"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Ð¡Ð½Ð¸_Ð¶Ð°Ð²Ð°Ð½Ðµ"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Ð¡Ð»Ð¾Ð¹"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "ÐœÐµÑÑ‚Ð¸ _Ð”Ð¾"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Ð—Ð°ÐµÐ¼Ð° _Ð’ÑÐ¸Ñ‡ÐºÐ¸"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "ÐžÐ³Ñ€Ð°Ð½Ð¸Ñ‡Ð°Ð²Ð° _Ð Ð°Ð±Ð¾Ñ‚Ð½Ð¾ Ð¿Ð¾Ð»Ðµ"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Tray _Ð˜ÐºÐ¾Ð½Ð°"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_Ð—Ð°Ñ‚Ð²Ð¾Ñ€Ð¸"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Ð£Ð±Ð¸Ð¹ ÐºÐ»Ð¸ÐµÐ½Ñ‚"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_Ð¡Ð¿Ð¸ÑÑŠÐº Ð¿Ñ€Ð¾Ð·Ð¾Ñ€Ñ†Ð¸"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Ð”Ñ€ÑƒÐ³ window manager Ð²ÐµÑ‡Ðµ Ð² Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ðµ, Ð¸Ð·Ð»Ð¸Ð·Ð°Ð¼..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2146,33 +2146,33 @@ msgstr ""
 "ÐÐµÐ¼Ð¾Ð³Ð° Ð´Ð° Ñ€ÐµÑÑ‚Ð°Ñ€Ñ‚Ð¸Ñ€Ð°Ð¼: %s\n"
 "$PATH Ð²Ð¾Ð´Ð¸ Ð»Ð¸ Ð´Ð¾ %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<Ð½Ð¸Ñ‰Ð¾>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2184,7 +2184,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2242,21 +2242,21 @@ msgstr ""
 "ÐŸÐ¾ÑÐµÑ‚ÐµÑ‚Ðµ https://ice-wm.org/ Ð·Ð° ÑÑŠÐ¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð·Ð° Ð³Ñ€ÐµÑˆÐºÐ¸,Ð¿Ñ€ÐµÐ´Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¸ "
 "ÐºÐ¾Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸...\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, fuzzy, c-format
 msgid "%s configured options:%s\n"
 msgstr "ÐÐµÑ€Ð°Ð·Ð¿Ð¾Ð·Ð½Ð°Ñ‚Ð° Ð¾Ð¿Ñ†Ð¸Ñ: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "ÐŸÐ¾Ñ‚Ð²ÑŠÑ€Ð´Ð¸ Ð˜Ð·Ñ…Ð¾Ð´"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2292,7 +2292,7 @@ msgstr "Ð Ð°Ð·Ð²Ð¸Ð²Ð°"
 msgid "Rollup"
 msgstr "Ð¡Ð²Ð¸Ð²Ð°"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2347,7 +2347,7 @@ msgstr "_Ð ÐµÑÑ‚Ð°Ñ€Ñ‚Ð¸Ñ€Ð° IceWM"
 msgid "_About"
 msgstr "_Ð—Ð°"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2355,7 +2355,7 @@ msgstr ""
 "Ð’ÐÐ˜ÐœÐÐÐ˜Ð•! Ð’ÑÐ¸Ñ‡ÐºÐ¸ Ð½ÐµÐ·Ð°Ð¿Ð°Ð·ÐµÐ½Ð¸ Ð¿Ñ€Ð¾Ð¼ÐµÐ½Ð¸ Ñ‰Ðµ Ð±ÑŠÐ´Ð°Ñ‚ Ð¸Ð·Ð³ÑƒÐ±ÐµÐ½Ð¸, ÐºÐ¾Ð³Ð°Ñ‚Ð¾ Ñ‚Ð¾Ð·Ð¸ ÐºÐ»Ð¸ÐµÐ½Ñ‚ "
 "Ð±ÑŠÐ´Ðµ ÑƒÐ±Ð¸Ñ‚. Ð˜ÑÐºÐ°Ñ‚Ðµ Ð»Ð¸ Ð´Ð° Ð¿Ñ€Ð¾Ð´ÑŠÐ»Ð¶Ð¸Ñ‚Ðµ?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Ð£Ð±Ð¸Ð¹ ÐšÐ»Ð¸ÐµÐ½Ñ‚: "
 
@@ -2424,11 +2424,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/ca.po 2.9.9-1/po/ca.po
--- 2.9.8-1/po/ca.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/ca.po	2022-08-01 21:49:30.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.0.9\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2021-12-17 13:12+0000\n"
 "Last-Translator: David Medina <medipas@gmail.com>\n"
 "Language-Team: Catalan <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -70,7 +70,7 @@ msgstr "Data"
 msgid "Default"
 msgstr "Per defecte"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "Inha_bilita"
@@ -85,12 +85,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CÃ rrega de la CPU %s: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -99,7 +99,7 @@ msgstr ""
 "\n"
 "Ram (lliure): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -108,7 +108,7 @@ msgstr ""
 "\n"
 "Intercanvi (lliure): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -117,7 +117,7 @@ msgstr ""
 "\n"
 "Temp. ACPI: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -126,15 +126,15 @@ msgstr ""
 "\n"
 "Freq. CPU: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "CÃ rrega: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -143,16 +143,16 @@ msgstr ""
 "\n"
 "Ram (usuari): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU %d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Combina"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Separa"
 
@@ -338,7 +338,7 @@ msgstr "avall"
 msgid "NET"
 msgstr "XARXA"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Espai de treball: "
 
@@ -1032,178 +1032,178 @@ msgstr "Desenvolupament web"
 msgid "WordProcessor"
 msgstr "Processador de textos"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Enrere"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Esquerra"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Endavant"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Dreta"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Anterior"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "SegÃ¼ent"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Continguts"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Ãndex"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Troba..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Troba el segÃ¼ent"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "Obre-ho al navegador"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Torna a carregar"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Tanca"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm (1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg (1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound (1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "PMF"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Manual"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Suport"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "GestiÃ³ del tema"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Lloc web"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Protocol no admÃ¨s."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "CamÃ­ no vÃ lid: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "El camÃ­ no fa referÃ¨ncia a un fitxer."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Ha fallat obrir el fitxer per llegir-lo."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Ha fallat crear un fitxer temporal"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Ha fallat executar el sistema (%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Ha fallat descomprimir %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "No s'ha pogut ubicar curl o wget al CAMÃ"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "CarÃ cters no segurs a l'URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1277,7 +1277,7 @@ msgstr ""
 "%s.\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "S'ignora l'opciÃ³ \"%s\""
@@ -1322,117 +1322,117 @@ msgstr "El mateix joc"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Per a l'ajuda, consulteu la pÃ gina del manual icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "SÃ­mbols anomenats del domini \"%s\" (gamma numÃ¨rica: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Escriptori fora de l'abast: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Nom d'escriptori no vÃ lid: %s"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Capa de finestra del GNOME"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "OpciÃ³ de la safata de l'IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "SÃ­mbols de gravetat"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Funcions del Motif"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Decoracions del Motif"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "Estat de la finestra de l'EWMH"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Escriptori #%d: \"%s\"\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "Estat no vÃ lid: %s."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "No es pot obtenir una geometria de finestra de 0x%lx."
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "Xinerama no vÃ lid: %s."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "Argument no vÃ lid: %s"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "L'acciÃ³ \"%s\" necessita com a mÃ­nim %d arguments."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "ExpressiÃ³ no vÃ lida: %s"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "No es pot obrir la pantalla: %s. X ha d'estar funcionant i $DISPLAY "
 "configurat."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "No esperat: %s."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "No s'ha trobat cap finestra."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "No s'ha especificat cap acciÃ³."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Identificador de finestra no vÃ lid: %s"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "PID no vÃ lid: %s"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "Capa no vÃ lida: %s."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "AcciÃ³ desconeguda: \"%s\""
@@ -1879,7 +1879,7 @@ msgstr ""
 " center:0 scaled:1 = omple ambdues dimensions i mantÃ©n la rÃ tio d'aspecte\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "OpciÃ³ no reconeguda: \"%s\"."
@@ -1920,7 +1920,7 @@ msgstr ""
 "  -h, --help          Imprimeix aquesta pantalla d'ajuda i surt.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "IndicaciÃ³ desconeguda a la peticiÃ³ de mou/redimensiona: %d"
@@ -1965,105 +1965,105 @@ msgstr "Renderitzador:"
 msgid "icewm - About"
 msgstr "icewm - Quant a"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Ja s'executa un gestor de finestres. Useu --replace per reemplaÃ§ar-lo."
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Ha fallat esdevenir el propietari de la selecciÃ³ %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "S'espera per reemplaÃ§ar el gestor de finestres anterior."
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "fet."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Surt"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_CancelÂ·la la sortida"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "Bloque_ja l'estaciÃ³ de treball"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "_Reinicia"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "At_ura"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "Mode de _suspensiÃ³"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Reinicia l'_Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Reinicia l'_Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_MenÃº"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Acoblador de dalt"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "Acobla_dor"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "A da_lt"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "A bai_x"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "_Escriptori"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "Meitat esquerra"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "Meitat dreta"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "Meitat superior"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "Meitat inferior"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "A dalt a l'esquerra"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "A dalt a la dreta"
 
@@ -2071,115 +2071,115 @@ msgstr "A dalt a la dreta"
 msgid "Bottom Left"
 msgstr "A baix a l'esquerra"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "A baix a la dreta"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "Al mig"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Mosaic _horitzontal"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Mosaic _vertical"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Restaura"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Mou"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "M_ida"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimitza"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ximitza"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "MaximitzaciÃ³ _vertical"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "MaximitzaciÃ³ horit_zontal"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_Pantalla completa"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "Ama_ga"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Enr_otlla"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "_Apuja"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "MÃ©s _baix"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "_Capa"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "Mosaic"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Mo_u a"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Ocupa-ho _tot"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "LÃ­mit de l'Ã rea de tre_ball"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "_Icona de la safata"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_Tanca"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Mata el client"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Llista de _finestres"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Un altre gestor de finestres estÃ  en Ãºs, sortint..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2188,11 +2188,11 @@ msgstr ""
 "No s'a pogut reiniciar: %s\n"
 "Apunta $PATH a %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "Confirmeu el reinici com a terminal"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2200,18 +2200,18 @@ msgstr ""
 "Deixa de gestionar totes les aplicacions\n"
 "i reinicia com a terminal. Endavant?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<cap>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      Id de client per usar quan es contacti amb el gestor "
 "de sessions.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2222,7 +2222,7 @@ msgstr ""
 "  --debug-z           Imprimeix els missatges de depuraciÃ³ sobre l'apilament "
 "de finestres.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2243,7 +2243,7 @@ msgstr ""
 "  --rewrite-preferences  Actualitza un fitxer de preferÃ¨ncies existent.\n"
 "  --trace=conf,icon   TraÃ§a els camins usats per carregar la configuraciÃ³.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2303,21 +2303,21 @@ msgstr ""
 "%s.\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s directoris de configuraciÃ³:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s opcions configurades:%s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "ConfirmaciÃ³ de la sortida"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2353,7 +2353,7 @@ msgstr "Desenrotlla"
 msgid "Rollup"
 msgstr "Enrotlla"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2410,7 +2410,7 @@ msgstr "_Reinicia l'icewm"
 msgid "_About"
 msgstr "_Quant a"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2418,7 +2418,7 @@ msgstr ""
 "ATENCIÃ“! Tots els canvis no desats es perdran en\n"
 "matar el client. Encara voleu continuar?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Mata el client: "
 
@@ -2489,11 +2489,11 @@ msgstr "%s ha assolit el temps d'espera!
 msgid "'%s' produces no output"
 msgstr "\"%s\" no produeix cap sortida"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "Manca el programa setxkbmap."
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Per canviar el teclat, si us plau, instalÂ·leu setxkbmap."
 
diff -pruN 2.9.8-1/po/cs.po 2.9.9-1/po/cs.po
--- 2.9.8-1/po/cs.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/cs.po	2022-08-01 21:49:30.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm-1.2.30\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-04-06 23:12+0000\n"
 "Last-Translator: Jan PapeÅ¾ <honyczek@centrum.cz>\n"
 "Language-Team: Czech <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -72,7 +72,7 @@ msgstr "Datum"
 msgid "Default"
 msgstr "StandardnÃ­"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_ZakÃ¡zat"
@@ -87,12 +87,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Teplota ve Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "ZÃ¡tÄ›Å¾ CPU %s: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -101,7 +101,7 @@ msgstr ""
 "\n"
 "Ram (volnÃ¡): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -110,7 +110,7 @@ msgstr ""
 "\n"
 "Swap (volnÃ½): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -119,7 +119,7 @@ msgstr ""
 "\n"
 "ACPI Teplota: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -128,15 +128,15 @@ msgstr ""
 "\n"
 "Frekv.CPU: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "VytÃ­Å¾enÃ­: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -145,16 +145,16 @@ msgstr ""
 "\n"
 "Ram (uÅ¾ivatel): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Kombinovat"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_OddÄ›lit"
 
@@ -340,7 +340,7 @@ msgstr "nefunkÄnÃ­"
 msgid "NET"
 msgstr "NET"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "PracovnÃ­ plocha: "
 
@@ -1034,178 +1034,178 @@ msgstr "VÃ½voj webu"
 msgid "WordProcessor"
 msgstr "TextovÃ½ procesor"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "ZpÄ›t"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Vlevo"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "DopÅ™edu"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Vpravo"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "PÅ™edchozÃ­"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "NÃ¡sledujÃ­cÃ­"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Obsah"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Seznam"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "NajÃ­t..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "NajÃ­t dalÅ¡Ã­"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "OtevÅ™Ã­t v prohlÃ­Å¾eÄi"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Znovu naÄÃ­st"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "ZavÅ™Ã­t"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "FAQ (Äasto kladenÃ© otÃ¡zky)"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "PÅ™Ã­ruÄka"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Podpora"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "NÃ¡vod k tÃ©matu"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "WebovÃ¡ strÃ¡nka"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "NepodporovanÃ½ protokol."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "NeplatnÃ¡ cesta: %sâ†µ\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Cesta neodkazuje na soubor."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Selhalo otevÅ™enÃ­ souboru pro ÄtenÃ­."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Selhalo vytvoÅ™enÃ­ doÄasnÃ©ho souboru"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Selhalo spuÅ¡tÄ›nÃ­ systÃ©mu (%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Selhalo rozbalenÃ­ %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "V PATH se nepodaÅ™ilo najÃ­t curl ani wget"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "NebezpeÄnÃ© znaky v URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1275,7 +1275,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Ignoruje se volba '%s'"
@@ -1320,117 +1320,117 @@ msgstr "StejnÃ¡ Hra"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Pomoc VÃ¡m poskytne man, strÃ¡nka icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "PojmenovanÃ© znaky domÃ©ny â€ž%sâ€œ (ÄÃ­selnÃ½ rozsah: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "PracovnÃ­ prostor je mimo rozsah: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "NeplatnÃ© jmÃ©no plochy: â€ž%sâ€œ"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME hladina okna"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "PÅ™epÃ­naÄe IceWM tray"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "Symboly vÃ¡hy"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Motif - funkce"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Motif - dekorace"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "EWMH stav okna"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "pracovnÃ­ plocha #%d: â€ž%sâ€œ\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "NeplatnÃ½ stav: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "Nelze zÃ­skat rozmÄ›ry okna 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "NeplatnÃ¡ Xinerama: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "NeplatnÃ½ argument: `%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Akce â€ž%sâ€œ vyÅ¾aduje nejmÃ©nÄ› %d argumentÅ¯."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "NeplatnÃ½ vÃ½raz: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Nelze otevÅ™Ã­t displej: %s. Server X musÃ­ bÃ½t spuÅ¡tÄ›n a promÄ›nnÃ¡ $DISPLAY "
 "nastavena."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "NeoÄekÃ¡vÃ¡no: `%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Nenalezena Å¾Ã¡dnÃ¡ okna."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Nebyla zadÃ¡na Å¾Ã¡dnÃ¡ akce."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "NeplatnÃ© oznaÄenÃ­ okna: â€ž%sâ€œ"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "NeplatnÃ½ PID: `%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "NeplatnÃ¡ vrstva: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "NeznÃ¡mÃ¡ akce: â€ž%sâ€œ"
@@ -1875,7 +1875,7 @@ msgstr ""
 "ÄÃ¡st obrazu se oÅ™Ã­zne)\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "NerozpoznanÃ¡ volba '%s'."
@@ -1916,7 +1916,7 @@ msgstr ""
 "  -h, --help          VypÃ­Å¡e tento nÃ¡vod k pouÅ¾itÃ­ a skonÄÃ­.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "NeznÃ¡mÃ½ smÄ›r pÅ™i poÅ¾adavku posunu/zmÄ›ny velikosti: %d"
@@ -1961,105 +1961,105 @@ msgstr "Renderer:"
 msgid "icewm - About"
 msgstr "icewmÂ â€“ OÂ Aplikaci"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "SprÃ¡vce oken jiÅ¾ bÄ›Å¾Ã­, abyste jej nahradili, pouÅ¾ijte --replace"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Selhalo pÅ™evzetÃ­ vlastnictvÃ­ vÃ½bÄ›ru %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "ÄŒekÃ¡ se na nÃ¡hradu starÃ©ho sprÃ¡vce oken"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "hotovo."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_OdhlÃ¡sit"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_ZruÅ¡it odhlÃ¡Å¡enÃ­"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "Zamknout pracovnÃ­ _stanici"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Restartovat _poÄÃ­taÄ"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "_Vypnout poÄÃ­taÄ"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "_ReÅ¾im spÃ¡nku"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Restartovat _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Restartovat _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Menu"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "N_ad dokem"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "Do_k"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "Nah_oÅ™e"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_NormÃ¡lnÄ›"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Dole"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "_Plocha"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "LevÃ¡ polovina"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "PravÃ¡ polovina"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "HornÃ­ polovina"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "SpodnÃ­ polovina"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "Vlevo nahoÅ™e"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "Vpravo nahoÅ™e"
 
@@ -2067,115 +2067,115 @@ msgstr "Vpravo nahoÅ™e"
 msgid "Bottom Left"
 msgstr "Vlevo dole"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "Vpravo dole"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "UprostÅ™ed"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "UspoÅ™Ã¡dat _vodorovnÄ›"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "UspoÅ™Ã¡dat _svisle"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "O_bnovit"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_PÅ™esunout"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_Velikost"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "_Minimalizovat"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ximalizovat"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Maximalizuj_Vert"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "Maximalizuj_Horiz"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_CelÃ¡ obrazovka"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_Schovat"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "S_rolovat"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "Navrc_h"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "_Dospod"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Vrs_tva"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "DlaÅ¾dice"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "PÅ™esu_nout na"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Obs_adit vÅ¡e"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "Omez pracovnÃ­ ob_last"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Tray _ikona"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_ZavÅ™Ã­t"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_ZabÃ­t klienta"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Seznam _oken"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "JinÃ½ sprÃ¡vce oken jiÅ¾ bÄ›Å¾Ã­, konÄÃ­m..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2184,11 +2184,11 @@ msgstr ""
 "Nemohu restartovat: %s\n"
 "Vede $PATH takÃ© kÂ %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "PotvrÄte Restart jako terminÃ¡l"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2196,18 +2196,18 @@ msgstr ""
 "ZruÅ¡Ã­ sprÃ¡vu vÅ¡ech aplikacÃ­ a restartuje\n"
 "jako terminÃ¡l. PokraÄovat?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<nic>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      ID klienta, kterÃ½ bude pouÅ¾it pÅ™i kontaktovÃ¡nÃ­ sprÃ¡vce "
 "sezenÃ­.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2217,7 +2217,7 @@ msgstr ""
 "  --debug             VypÃ­Å¡e vÅ¡eobecnÃ© ladicÃ­ zprÃ¡vy.\n"
 "  --debug-z          VypÃ­Å¡e ladicÃ­ zprÃ¡vy ohlednÄ› sesklÃ¡dÃ¡nÃ­ oken.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2237,7 +2237,7 @@ msgstr ""
 "  --rewrite-preferences  Aktualizovat soubor s nastavenÃ­m.\n"
 "  --trace=conf,icon   K zavedenÃ­ konfigurace pouÅ¾ity cesty pro sledovÃ¡nÃ­.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2296,21 +2296,21 @@ msgstr ""
 "%s.\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s konfiguraÄnÃ­ adresÃ¡Å™e:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s zkonfigurovanÃ© voÄ¾by: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Potvrdit odhlÃ¡Å¡enÃ­"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2346,7 +2346,7 @@ msgstr "Rozbalit"
 msgid "Rollup"
 msgstr "S_rolovat"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2403,7 +2403,7 @@ msgstr "Restartovat _icewm"
 msgid "_About"
 msgstr "OÂ _Aplikaci"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2411,7 +2411,7 @@ msgstr ""
 "VAROVÃNÃ! Pokud bude tento klient zabit, budou\n"
 "veÅ¡kerÃ¡ neuloÅ¾enÃ¡ data ztracena. Chcete provÃ©zt?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "ZabÃ­t Klienta: "
 
@@ -2482,11 +2482,11 @@ msgstr "'%s' vyprÅ¡el!"
 msgid "'%s' produces no output"
 msgstr "'%s' nevytvÃ¡Å™Ã­ Å¾Ã¡dnÃ½ vÃ½stup"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "ChybÃ­ program setxkbmap"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Instalujte setxkbmap pro pÅ™epÃ­nÃ¡nÃ­ klÃ¡vesnic."
 
diff -pruN 2.9.8-1/po/da.po 2.9.9-1/po/da.po
--- 2.9.8-1/po/da.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/da.po	2022-08-01 21:49:30.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.4.2.1038\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-03-23 19:12+0000\n"
 "Last-Translator: Alexander Mortensen <Mortensen.alexander@gmail.com>\n"
 "Language-Team: Danish <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -71,7 +71,7 @@ msgstr "Dato"
 msgid "Default"
 msgstr "Standard"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_DeaktivÃ©r"
@@ -86,12 +86,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU %s-belastning: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -100,7 +100,7 @@ msgstr ""
 "\n"
 "Ram (ledig): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -109,7 +109,7 @@ msgstr ""
 "\n"
 "Swap (ledig): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -118,7 +118,7 @@ msgstr ""
 "\n"
 "ACPI-temperatur: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -127,15 +127,15 @@ msgstr ""
 "\n"
 "CPU-frekvens: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Belastning: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -144,16 +144,16 @@ msgstr ""
 "\n"
 "Ram (bruger): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Kombiner"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Separer"
 
@@ -341,7 +341,7 @@ msgstr "Rul ned"
 msgid "NET"
 msgstr "NET"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "ArbejdsomrÃ¥de: "
 
@@ -1041,178 +1041,178 @@ msgstr "Webudvikling"
 msgid "WordProcessor"
 msgstr "Tekstbehandler"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Tilbage"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Venstre"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Frem"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+HÃ¸jre"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "ForegÃ¥ende"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "NÃ¦ste"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Indhold"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Indeks"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Find..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+QF"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Find nÃ¦ste"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "Ã…ben i Browser"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "GenindlÃ¦s"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Luk"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+l"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "OSS"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Manuelt"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Support"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Temaers Howto"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Websted"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Ikke-understÃ¸ttet protokol."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Ugyldig sti: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Stien refererer ikke til en fil."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Kunne ikke Ã¥bn fil til lÃ¦sning."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Kunne ikke oprette en midlertidig fil"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Kunne ikke eksekvere system(%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Kunne ikke udpakke %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "Kunne ikke finde curl eller wget i PATH"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "Usikre tegn i URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1283,7 +1283,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Ignorerer tilvalg \"%s\""
@@ -1328,115 +1328,115 @@ msgstr "Start spillet igen"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Se man-siden for icesh(1), for at fÃ¥ hjÃ¦lp.\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Navngivne symboler af domÃ¦net \"%s\" (numerisk omrÃ¥de: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "ArbejdsomrÃ¥de udenfor omrÃ¥de: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Ugyldigt arbejdsomrÃ¥denavn: \"%s\""
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME vindueslag"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM-bakketilvalg"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "Tyngdekraftsymboler"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Motif-funktioner"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Motif-dekorationer"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "EWMH vinduestilstand"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "arbejdsomrÃ¥de nr. %d: \"%s\"\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "Ugyldig tilstand: \"%s\"."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "Kan ikke hente geometrien af vinduet 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "Ugyldigt Xinerama: \"%s\"."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "Ugyldigt argument: \"%s\""
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Handlingen \"%s\" krÃ¦ver mindst %d argumenter."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Ugyldigt udtryk: \"%s\""
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr "Kan ikke Ã¥bne skÃ¦rm: %s. X skal kÃ¸re og $DISPLAY sat."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "Uventet menunÃ¸gleord: '%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Ingen vinduer fundet."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Ingen handlinger anfÃ¸rt."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Ugyldig vinduesidentifikator: \"%s\""
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "Ugyldig PID: \"%s\""
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "Ugyldigt lag: \"%s\"."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Ukendt handling: \"%s\""
@@ -1877,7 +1877,7 @@ msgstr ""
 "forhold\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Ugenkendeligt tilvalg \"%s\"."
@@ -1918,7 +1918,7 @@ msgstr ""
 "  -h, --help          Udskriver denne anvendelsesskÃ¦rm og afslutter.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Ukendt retning i flyt-/tilpas stÃ¸rrelse-forespÃ¸rgsel: %d"
@@ -1963,107 +1963,107 @@ msgstr "Renderer:"
 msgid "icewm - About"
 msgstr "icewm - Om"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "En anden vindueshÃ¥ndtering kÃ¸rer allerede, brug --replace til at erstatte den"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Kunne ikke blive ejeren af %s-valget"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "Venter pÃ¥ at erstatte den gamle vindueshÃ¥ndtering"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "fÃ¦rdig."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "Log _ud"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Annuller udlogning"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "LÃ¥s _arbejdsstation"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "_Genstart"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "_Luk ned"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "_Slumretilstand"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Genstart _Icewm"
 
 # scootergrisen: tjek om det er korrekt med "Xterm". Synes ikke Xterm virker som forventet.
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Genstart _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Menu"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Over dok"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Dok"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "Ã˜_verst"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Under"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "_Skrivebord"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "Venstre Halvdel"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "HÃ¸jre Halvdel"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "Ã˜vre Halvdel"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "Nedre Halvdel"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "Ã˜verst til Venstre"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "Ã˜verst til HÃ¸jre"
 
@@ -2071,115 +2071,115 @@ msgstr "Ã˜verst til HÃ¸jre"
 msgid "Bottom Left"
 msgstr "Nederst til Venstre"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "Nederst til HÃ¸jre"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "Midt"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "FliselÃ¦g _vandret"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "FliselÃ¦g _lodret"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Gendan"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Flyt"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "StÃ¸_rrelse"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimer"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ksimer"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Maksimer_Lodret"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "Maksimer_Vandret"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "F_uldskÃ¦rm"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "Sk_jul"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Rul _op"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "_HÃ¦v"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "_SÃ¦nk"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "L_ag"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "Flise"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Flyt _til"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "_PÃ¥ alle"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "AfgrÃ¦ns _arbejdsomrÃ¥de"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "_Bakkeikon"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_Luk"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_DrÃ¦b klient"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_Vinduesliste"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "En anden vindueshÃ¥ndtering kÃ¸rer allerede, afslutter..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2188,11 +2188,11 @@ msgstr ""
 "Kunne ikke genstarte: %s\n"
 "Leder $PATH til %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "BekrÃ¦ft Genstart som Terminal"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2200,18 +2200,18 @@ msgstr ""
 "Afstyr alle applikationer og genstart\n"
 "som terminal. ForsÃ¦t?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<ingen>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      Klient-id som skal bruges nÃ¥r sessionshÃ¥ndteringen "
 "kontaktes.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2222,7 +2222,7 @@ msgstr ""
 "  --debug-z           Udskriv fejlsÃ¸gningsmeddelelser vedrÃ¸rende "
 "vinduesstakning.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2243,7 +2243,7 @@ msgstr ""
 "  --trace=konf,ikon   Spor stier som blev brugt til at indlÃ¦se "
 "konfiguration.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2304,21 +2304,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s konfigurationsmapper:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s konfigurerede tilvalg:%s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "BekrÃ¦ft udlogning"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2354,7 +2354,7 @@ msgstr "Rul ned"
 msgid "Rollup"
 msgstr "Rul op"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2411,7 +2411,7 @@ msgstr "Gensta_rt icewm"
 msgid "_About"
 msgstr "O_m"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2419,7 +2419,7 @@ msgstr ""
 "ADVARSEL! Alle Ã¦ndringer som ikke er gemt, vil gÃ¥ tabt, nÃ¥r\n"
 "denne klient drÃ¦bes. Vil du fortsÃ¦tte?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "DrÃ¦b klient: "
 
@@ -2490,11 +2490,11 @@ msgstr "'%s' udlÃ¸b!"
 msgid "'%s' produces no output"
 msgstr "\"%s\" producerer intet output"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "Manglende program setxkbmap"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "For tastatur skift, installer setxkbmap."
 
diff -pruN 2.9.8-1/po/de.po 2.9.9-1/po/de.po
--- 2.9.8-1/po/de.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/de.po	2022-08-01 21:49:30.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.2.26\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-03-04 13:12+0000\n"
 "Last-Translator: Gemineo <vistatec@gemineo.de>\n"
 "Language-Team: German <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -72,7 +72,7 @@ msgstr "Datum"
 msgid "Default"
 msgstr "Standard"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Deaktivieren"
@@ -87,12 +87,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU %s Auslastung: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -101,7 +101,7 @@ msgstr ""
 "\n"
 "RAM (frei):\t%5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -110,7 +110,7 @@ msgstr ""
 "\n"
 "Swap (frei):\t%.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -119,7 +119,7 @@ msgstr ""
 "\n"
 "ACPI-Temp.: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -128,15 +128,15 @@ msgstr ""
 "\n"
 "CPU-Takt:\t%.3f GHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Last: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -145,16 +145,16 @@ msgstr ""
 "\n"
 "Ram (Benutzer)%5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Kombinieren"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Aufteilen"
 
@@ -340,7 +340,7 @@ msgstr "abwÃ¤rts"
 msgid "NET"
 msgstr "NETZ"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Arbeitsbereich: "
 
@@ -1034,178 +1034,178 @@ msgstr "Webentwicklung"
 msgid "WordProcessor"
 msgstr "Textverarbeitung"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "ZurÃ¼ck"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Links"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Weiter"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Rechts"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Vorherige"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "NÃ¤chste"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Inhalte"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Index"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Suchen..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Strg+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Weitersuchen"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "In Browser Ã¶ffnen"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Strg+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Neu laden"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Strg+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "SchlieÃŸen"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Strg+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Strg+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "FAQ"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Handbuch"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Strg+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "UnterstÃ¼tzung"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Theme HowTo"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Strg+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Webseite"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Strg+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Strg+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Strg+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Nicht unterstÃ¼tztes Protokoll."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "UngÃ¼ltiger Pfad: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Der Pfad fÃ¼hrt zu keiner Datei."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Konnte nicht zum lesen geÃ¶ffnet werden."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Erstellung einer temporÃ¤ren Datei ist fehlgeschlagen"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "AusfÃ¼hrung vom system(%s) ist fehlgeschlagen (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Konnte %s nicht entpacken"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "curl oder wget konnten in PATH nicht gefunden werden"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "Unsichere Zeichen in der URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1281,7 +1281,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Option '%s' wird ignoriert"
@@ -1326,117 +1326,117 @@ msgstr "Gleiches Spiel"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "FÃ¼r Hilfe bitte die Manpage (1) hinzuziehen.\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Benannte Symbole aus der Domain `%s` (Wertebereich: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Arbeitsbereich auÃŸerhalb des Wertebereichs: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "UngÃ¼ltiger Name des Arbeitsbereichs: `%s`"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME-Fensterebene"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM-Trayoption"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "Gravitationssymbole"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Motif-Funktionen"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Motif-Ausstattung"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "EWMH-Fensterzustand"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Arbeitsbereich #%d: `%s`\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "UngÃ¼ltiger Status: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "Geometrie von Fenster 0x%lx kann nicht abgerufen werden"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "UngÃ¼ltiges Xinemara: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "UngÃ¼ltiges Argument: `%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Aktion `%s` benÃ¶tigt mindestens %d Argumente."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "UngÃ¼ltiger Ausdruck: `%s`"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Das Display kann nicht geÃ¶ffnet werden: %s. Der X muss laufen und $DISPLAY "
 "gesetzt sein."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "Unerwartet: '%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Keine Fenster gefunden."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Keine Aktionen angegeben."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "UngÃ¼ltiger Fensterbezeichner: `%s`"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "UngÃ¼ltige PID: `%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "UngÃ¼ltige Schicht: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Unbekannte Aktion: `%s`"
@@ -1893,7 +1893,7 @@ msgstr ""
 "beibehalten\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Unbekannte Option: '%s'."
@@ -1934,7 +1934,7 @@ msgstr ""
 "  -h, --help          Gibt die Verwendung/ Hilfe aus und beendet.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Unbekannte Richtung in Verschieben/VergrÃ¶ÃŸern-Anfrage: %d"
@@ -1980,106 +1980,106 @@ msgid "icewm - About"
 msgstr "IceWM - Ãœber"
 
 #
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Ein Fenstermanager ist bereits aktiv, zum Ersetzen --replace verwenden"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Konnte nicht der Besitzer der Auswahl von %s werden"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "Warte auf den Austausch vom alten Fenstermanager"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "erledigt."
 
 # OS/2 is dead, but... ;-)
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Abmelden"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "Abmelde_vorgang abbrechen"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "Arbeitsplatz _sperren"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "_Neustart"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "_Herunterfahren"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "Schlaf-_Modus"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "_IceWM neu starten"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "_Xterm neu starten"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_MenÃ¼"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Ãœber Dock"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Dock"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_Obenauf"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Darunter"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "D_esktop"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "Linke HÃ¤lfte"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "Rechte HÃ¤lfte"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "Obere HÃ¤lfte"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "Untere HÃ¤lfte"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "Oben links"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "Oben rechts"
 
@@ -2087,116 +2087,116 @@ msgstr "Oben rechts"
 msgid "Bottom Left"
 msgstr "Unten links"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "Unten rechts"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "Mitte"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "_Horizontal anordnen"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Ve_rtikal anordnen"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Wiederherstellen"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Verschieben"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_GrÃ¶ÃŸe"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimieren"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ximieren"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Maximieren_Vert"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "MaximierenHori_z"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "ganzer Bi_ldschirm"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "Vers_tecken"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Auf_rollen"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "An_heben"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Sen_ken"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "_Ebene"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "Anordnen"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Verschieben _nach"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "_Alles Belegen"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_BeschrÃ¤nke ArbeitsflÃ¤che"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Tray_Icon"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_SchlieÃŸen"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "Anwendung _tÃ¶ten"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_Fensterliste"
 
 #
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Ein anderer Fenstermanager ist bereits aktiv, beenden..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2205,11 +2205,11 @@ msgstr ""
 "Neustart fehlgeschlagen: %s\n"
 "Verweist die Variable $PATH auf das Programm %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "Neustart als Terminal bestÃ¤tigen"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2217,18 +2217,18 @@ msgstr ""
 "Verwaltung aller Anwendungen aufheben und\n"
 "als Terminal neu starten. Fortfahren?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<keines>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      zu verwendende Client-ID, wenn der Sitzungs-Manager "
 "kontaktiert wird.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2239,7 +2239,7 @@ msgstr ""
 "  --debug-z           Gibt Debug-Nachrichten mit dem Blick auf window "
 "stacking aus.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2261,7 +2261,7 @@ msgstr ""
 " --trace=conf,icon  Pfade zeichnen, die zum Laden der Konfiguration "
 "verwendet werden.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2322,21 +2322,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s Konfigurationsverzeichnisse:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s konfigurierte Optionen: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Abmelden bestÃ¤tigen"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2373,7 +2373,7 @@ msgstr "Herunterrollen"
 msgid "Rollup"
 msgstr "Einrollen"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2430,7 +2430,7 @@ msgstr "_IceWM neu starten"
 msgid "_About"
 msgstr "_Ãœber"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2439,7 +2439,7 @@ msgstr ""
 "TÃ¶ten der Anwendung verloren gehen! WÃ¼nschen Sie trotzdem fortzufahren?"
 
 #
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Client tÃ¶ten: "
 
@@ -2510,11 +2510,11 @@ msgstr "ZeitÃ¼berschreitung bei '%s'!"
 msgid "'%s' produces no output"
 msgstr "'%s' produziert keine Ausgabe"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "Fehlendes Program: 'setxkbmap'"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Um die Tastatur zu Ã¤ndern, installieren Sie bitte setxkbmap."
 
diff -pruN 2.9.8-1/po/el.po 2.9.9-1/po/el.po
--- 2.9.8-1/po/el.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/el.po	2022-08-01 21:49:30.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: el\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2021-09-21 08:11+0000\n"
 "Last-Translator: Efstathios Iosifidis <eiosifidis@gmail.com>\n"
 "Language-Team: Greek <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -73,7 +73,7 @@ msgstr "Î—Î¼ÎµÏÎ¿Î¼Î·Î½Î¯Î±"
 msgid "Default"
 msgstr "Î•Î¾ Î¿ÏÎ¹ÏƒÎ¼Î¿Ï"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Î‘Ï€ÎµÎ½ÎµÏÎ³Î¿Ï€Î¿Î¯Î·ÏƒÎ·"
@@ -88,12 +88,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU %s Î¦ÏŒÏÏ„Ï‰ÏƒÎ·: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -102,7 +102,7 @@ msgstr ""
 "\n"
 "Ram (ÎµÎ»ÎµÏÎ¸ÎµÏÎ·): %5.2f (%.2f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -111,7 +111,7 @@ msgstr ""
 "\n"
 "Swap (ÎµÎ»ÎµÏÎ¸ÎµÏÎ·): %.2f (%.2f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -120,7 +120,7 @@ msgstr ""
 "\n"
 "Î˜ÎµÏÎ¼Î¿ÎºÏÎ±ÏƒÎ¯Î± ACPI: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -129,15 +129,15 @@ msgstr ""
 "\n"
 "Î£Ï…Ï‡Î½ÏŒÏ„Î·Ï„Î± Î•Ï€ÎµÎ¾ÎµÏÎ³Î±ÏƒÏ„Î®: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Î¦ÏŒÏÏ„Ï‰ÏƒÎ·: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -146,16 +146,16 @@ msgstr ""
 "\n"
 "Ram (Ï‡ÏÎ®ÏƒÏ„Î·Ï‚): %5.2f (%.2f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Î£Ï…Î½Î´Ï…Î±ÏƒÎ¼ÏŒÏ‚"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Î§Ï‰ÏÎ¹ÏƒÎ¼ÏŒÏ‚"
 
@@ -345,7 +345,7 @@ msgstr "ÎžÎµÎ´Î¯Ï€Î»Ï‰Î¼Î±"
 msgid "NET"
 msgstr "Î”Î™ÎšÎ¤"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Î•Ï€Î¹Ï†Î¬Î½ÎµÎ¹Î± ÎµÏÎ³Î±ÏƒÎ¯Î±Ï‚: "
 
@@ -1039,179 +1039,179 @@ msgstr "Î”Î¹ÎºÏ„Ï…Î±ÎºÎ®Î‘Î½Î¬Ï€Ï„Ï…Î¾Î·
 msgid "WordProcessor"
 msgstr "Î•Ï€ÎµÎ¾ÎµÏÎ³Î±ÏƒÏ„Î®Ï‚ ÎºÎµÎ¹Î¼Î­Î½Î¿Ï…"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Î Î¯ÏƒÏ‰"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Î‘ÏÎ¹ÏƒÏ„ÎµÏÏŒ"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Î•Î¼Ï€ÏÏŒÏ‚"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Î”ÎµÎ¾Î¹ÏŒ"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Î ÏÎ¿Î·Î³Î¿ÏÎ¼ÎµÎ½Î¿"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Î•Ï€ÏŒÎ¼ÎµÎ½Î¿"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Î ÎµÏÎ¹ÎµÏ‡ÏŒÎ¼ÎµÎ½Î±"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Î•Ï…ÏÎµÏ„Î®ÏÎ¹Î¿"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Î•ÏÏÎµÏƒÎ·..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Î•ÏÏÎµÏƒÎ· ÎµÏ€Î¿Î¼Î­Î½Î¿Ï…"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "Î†Î½Î¿Î¹Î³Î¼Î± ÏƒÏ„Î¿Î½ Ï€ÎµÏÎ¹Î·Î³Î·Ï„Î® Î¹ÏƒÏ„Î¿Ï"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Î•Ï€Î±Î½Î±Ï†ÏŒÏÏ„Ï‰ÏƒÎ·"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "ÎšÎ»ÎµÎ¯ÏƒÎ¹Î¼Î¿"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "Î£Ï…Ï‡Î½Î­Ï‚ Î•ÏÏ‰Ï„Î®ÏƒÎµÎ¹Ï‚"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Î•Î³Ï‡ÎµÎ¹ÏÎ¯Î´Î¹Î¿ Î§ÏÎ®ÏƒÎ·Ï‚"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Î¥Ï€Î¿ÏƒÏ„Î®ÏÎ¹Î¾Î·"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "ÎŸÎ´Î·Î³Î¯ÎµÏ‚ Î ÏŽÏ‚ÎÎ± Î˜ÎµÎ¼Î¬Ï„Ï‰Î½"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Î™ÏƒÏ„ÏŒÏ„Î¿Ï€Î¿Ï‚"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "ÎœÎ· Ï…Ï€Î¿ÏƒÏ„Î·ÏÎ¹Î¶ÏŒÎ¼ÎµÎ½Î¿ Ï€ÏÏ‰Ï„ÏŒÎºÎ¿Î»Î»Î¿."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Î•ÏƒÏ†Î±Î»Î¼Î­Î½Î· Î´Î¹Î±Î´ÏÎ¿Î¼Î®: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Î— Î´Î¹Î±Î´ÏÎ¿Î¼Î® Î´ÎµÎ½ Ï€Î±ÏÎ±Ï€Î­Î¼Ï€ÎµÎ¹ ÏƒÎµ ÎºÎ¬Ï€Î¿Î¹Î¿ Î±ÏÏ‡ÎµÎ¯Î¿."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Î‘Î´Ï…Î½Î±Î¼Î¯Î± Î±Î½Î¿Î¯Î³Î¼Î±Ï„Î¿Ï‚ Ï„Î¿Ï… Î±ÏÏ‡ÎµÎ¯Î¿Ï… Î³Î¹Î± Î±Î½Î¬Î³Î½Ï‰ÏƒÎ·."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Î‘Î´Ï…Î½Î±Î¼Î¯Î± Î´Î·Î¼Î¹Î¿Ï…ÏÎ³Î¯Î±Ï‚ Ï€ÏÎ¿ÏƒÏ‰ÏÎ¹Î½Î¿Ï Î±ÏÏ‡ÎµÎ¯Î¿Ï…"
 
 # ?
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Î‘Î´Ï…Î½Î±Î¼Î¯Î± ÎµÎºÏ„Î­Î»ÎµÏƒÎ·Ï‚ Ï„Î¿Ï… ÏƒÏ…ÏƒÏ„Î·Î¼Î¹ÎºÎ¿Ï (%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Î‘Î´Ï…Î½Î±Î¼Î¯Î± Î±Ï€Î¿ÏƒÏ…Î¼Ï€Î¯ÎµÏƒÎ·Ï‚ %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "Î‘Î´Ï…Î½Î±Î¼Î¯Î± ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï Ï„Î¿Ï… curl Î® Ï„Î¿Ï… wget ÏƒÏ„Î· Î´Î¹Î±Î´ÏÎ¿Î¼Î® (PATH)"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "ÎœÎ· Î±ÏƒÏ†Î±Î»ÎµÎ¯Ï‚ Ï‡Î±ÏÎ±ÎºÏ„Î®ÏÎµÏ‚ ÏƒÏ„Î· Î´Î¹ÎµÏÎ¸Ï…Î½ÏƒÎ· URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1285,7 +1285,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Î Î±ÏÎ±Î²Î»Î­Ï€ÎµÏ„Î±Î¹ Î· ÎµÏ€Î¹Î»Î¿Î³Î® '%s'"
@@ -1330,119 +1330,119 @@ msgstr "ÎŠÎ´Î¹Î¿ Î Î±Î¹Ï‡Î½Î¯Î´Î¹"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Î“Î¹Î± Î²Î¿Î®Î¸ÎµÎ¹Î± Ï€Î±ÏÎ±ÎºÎ±Î»Î¿ÏÎ¼Îµ ÏƒÏ…Î¼Î²Î¿Ï…Î»ÎµÏ…Ï„ÎµÎ¯Ï„Îµ Ï„Î· ÏƒÎµÎ»Î¯Î´Î± man icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "ÎŸÎ½Î¿Î¼Î±ÏƒÎ¸Î­Î½Ï„Î± ÏƒÏÎ¼Î²Î¿Î»Î± Ï„Î¿Ï… domain `%s' (Î±ÏÎ¹Î¸Î¼Î·Ï„Î¹ÎºÏŒ ÎµÏÏÎ¿Ï‚: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Î— ÎµÏ€Î¹Ï†Î¬Î½ÎµÎ¹Î± ÎµÏÎ³Î±ÏƒÎ¯Î±Ï‚ ÎµÎ¯Î½Î±Î¹ ÎµÎºÏ„ÏŒÏ‚ ÎµÎ¼Î²Î­Î»ÎµÎ¹Î±Ï‚: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "ÎœÎ· Î­Î³ÎºÏ…ÏÎ¿ ÏŒÎ½Î¿Î¼Î± ÎµÏ€Î¹Ï†Î¬Î½ÎµÎ¹Î±Ï‚ ÎµÏÎ³Î±ÏƒÎ¯Î±Ï‚: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME, ÎµÏ€Î¯Ï€ÎµÎ´Î¿ Ï€Î±ÏÎ¬Î¸Ï…ÏÎ¿Ï…"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "Î•Ï€Î¹Î»Î¿Î³Î® Ï„Î¿Ï… ÏÎ±Ï†Î¹Î¿Ï Ï„Î¿Ï… IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "Î£ÏÎ¼Î²Î¿Î»Î± Î²Î±ÏÏÏ„Î·Ï„Î±Ï‚"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Î›ÎµÎ¹Ï„Î¿Ï…ÏÎ³Î¯ÎµÏ‚ Î¼Î¿Ï„Î¯Î²Î¿Ï…"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Î”Î¹Î±ÎºÎ¿ÏƒÎ¼Î®ÏƒÎµÎ¹Ï‚ Î¼Î¿Ï„Î¯Î²Î¿Ï…"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "GNOME, ÎºÎ±Ï„Î¬ÏƒÏ„Î±ÏƒÎ· Ï€Î±ÏÎ¬Î¸Ï…ÏÎ¿Ï…"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "ÎµÏ€Î¹Ï†Î¬Î½ÎµÎ¹Î± ÎµÏÎ³Î±ÏƒÎ¯Î±Ï‚ #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "ÎœÎ· Î­Î³ÎºÏ…ÏÎ· ÎºÎ±Ï„Î¬ÏƒÏ„Î±ÏƒÎ·: `%s' ."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "Î‘Î´Ï…Î½Î±Î¼Î¯Î± Î»Î®ÏˆÎ·Ï‚ Î³ÎµÏ‰Î¼ÎµÏ„ÏÎ¯Î±Ï‚ Ï€Î±ÏÎ±Î¸ÏÏÎ¿Ï… 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "ÎœÎ· Î­Î³ÎºÏ…ÏÎ¿ Xinerama: `%s' ."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "ÎœÎ· Î­Î³ÎºÏ…ÏÎ¿ ÏŒÏÎ¹ÏƒÎ¼Î±: `%s' ."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Î— ÎµÎ½Î­ÏÎ³ÎµÎ¹Î± `%s' Î±Ï€Î±Î¹Ï„ÎµÎ¯ Ï„Î¿Ï…Î»Î¬Ï‡Î¹ÏƒÏ„Î¿Î½ %d Î¿ÏÎ¯ÏƒÎ¼Î±Ï„Î±."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "ÎœÎ· Î­Î³ÎºÏ…ÏÎ· Î­ÎºÏ†ÏÎ±ÏƒÎ·: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Î”ÎµÎ½ Î¼Ï€Î¿ÏÏŽ Î½Î± Î±Î½Î¿Î¯Î¾Ï‰ Ï„Î·Î½ Ï€ÏÎ¿Î²Î¿Î»Î®: %s . ÎŸ X Î¸Î± Ï€ÏÎ­Ï€ÎµÎ¹ Î½Î± Ï„ÏÎ­Ï‡ÎµÎ¹, ÎºÎ±Î¹ Î· "
 "Î¼ÎµÏ„Î±Î²Î»Î·Ï„Î® $DISPLAY Î½Î± Î­Ï‡ÎµÎ¹ Î¿ÏÎ¹ÏƒÏ„ÎµÎ¯."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 msgid "Unexpected: `%s'."
 msgstr "ÎœÎ· Î±Î½Î±Î¼ÎµÎ½ÏŒÎ¼ÎµÎ½Î· Î»Î­Î¾Î· ÎºÎ»ÎµÎ¹Î´Î¯: %s"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Î”ÎµÎ½ Î²ÏÎ­Î¸Î·ÎºÎ±Î½ Ï€Î±ÏÎ¬Î¸Ï…ÏÎ±."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Î”ÎµÎ½ Ï…Ï€Î¬ÏÏ‡Î¿Ï…Î½ ÎºÎ±Î¸Î¿ÏÎ¹ÏƒÎ¼Î­Î½ÎµÏ‚ ÎµÎ½Î­ÏÎ³ÎµÎ¹ÎµÏ‚."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "ÎœÎ· Î­Î³ÎºÏ…ÏÎ¿ Î±Î½Î±Î³Î½Ï‰ÏÎ¹ÏƒÏ„Î¹ÎºÏŒ Ï€Î±ÏÎ¬Î¸Ï…ÏÎ¿Ï…: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "ÎœÎ· Î­Î³ÎºÏ…ÏÎ¿ PID: `%s' ."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "ÎœÎ· Î­Î³ÎºÏ…ÏÎ¿ ÏƒÏ„ÏÏŽÎ¼Î±: `%s' ."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Î†Î³Î½Ï‰ÏƒÏ„Î· ÎµÎ½Î­ÏÎ³ÎµÎ¹Î±: `%s'"
@@ -1941,7 +1941,7 @@ msgstr ""
 "\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "ÎœÎ· Î±Î½Î±Î³Î½Ï‰ÏÎ¹ÏƒÎ¼Î­Î½Î· ÎµÏ€Î¹Î»Î¿Î³Î® '%s'."
@@ -1985,7 +1985,7 @@ msgstr ""
 "Î­Î¾Î¿Î´Î¿.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Î†Î³Î½Ï‰ÏƒÏ„Î· ÎºÎ±Ï„ÎµÏÎ¸Ï…Î½ÏƒÎ· ÏƒÏ„Î·Î½ Î±Î¯Ï„Î·ÏƒÎ· Î¼ÎµÏ„Î±ÎºÎ¯Î½Î·ÏƒÎ·Ï‚/Î±Î»Î»Î±Î³Î®Ï‚-ÏƒÏ‡Î®Î¼Î±Ï„Î¿Ï‚: %d"
@@ -2030,107 +2030,107 @@ msgstr ""
 msgid "icewm - About"
 msgstr "icewm - Î ÎµÏÎ¯"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "ÎˆÎ½Î±Ï‚ Î¬Î»Î»Î¿Ï‚ Î´Î¹Î±Ï‡ÎµÎ¹ÏÎ¹ÏƒÏ„Î®Ï‚ Ï€Î±ÏÎ±Î¸ÏÏÏ‰Î½, Î®Î´Î·, Ï„ÏÎ­Ï‡ÎµÎ¹Â· Ï‡ÏÎ·ÏƒÎ¹Î¼Î¿Ï€Î¿Î¯Î·ÏƒÎµ Ï„Î·Î½ ÎµÏ€Î¹Î»Î¿Î³Î® --"
 "replace Î³Î¹Î± Î½Î± Ï„Î¿Î½ Î±Î½Ï„Î¹ÎºÎ±Ï„Î±ÏƒÏ„Î®ÏƒÎµÎ¹Ï‚"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Î‘Î´Ï…Î½Î±Î¼Î¯Î± Î½Î± Î±Ï€Î¿ÎºÏ„Î®ÏƒÎµÎ¹ Ï„Î·Î½ Î¹Î´Î¹Î¿ÎºÏ„Î·ÏƒÎ¯Î± Ï„Î·Ï‚ ÎµÏ€Î¹Î»Î¿Î³Î®Ï‚ %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "Î‘Î½Î±Î¼Î¿Î½Î® Ï‰Ï‚ Ï„Î·Î½ Î±Î½Ï„Î¹ÎºÎ±Ï„Î¬ÏƒÏ„Î±ÏƒÎ· Ï„Î¿Ï… Ï€Î±Î»Î¹Î¿Ï Î´Î¹Î±Ï‡ÎµÎ¹ÏÎ¹ÏƒÏ„Î® Ï€Î±ÏÎ±Î¸ÏÏÏ‰Î½"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "Î¿Î»Î¿ÎºÎ»Î·ÏÏŽÎ¸Î·ÎºÎµ."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Î‘Ï€Î¿ÏƒÏÎ½Î´ÎµÏƒÎ·"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Î‘ÎºÏÏÏ‰ÏƒÎ· Ï„Î·Ï‚ Î±Ï€Î¿ÏƒÏÎ½Î´ÎµÏƒÎ·Ï‚"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "ÎšÎ»ÎµÎ¯Î´Ï‰Î¼Î± _Î£Ï„Î±Î¸Î¼Î¿Ï ÎµÏÎ³Î±ÏƒÎ¯Î±Ï‚"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Î•Ï€Î±Î½_ÎµÎºÎºÎ¯Î½Î·ÏƒÎ·"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "_Î¤ÎµÏÎ¼Î±Ï„Î¹ÏƒÎ¼ÏŒÏ‚"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "_ÎšÎ±Ï„Î¬ÏƒÏ„Î±ÏƒÎ· Î»ÎµÎ¹Ï„Î¿Ï…ÏÎ³Î¯Î±Ï‚ ÏÏ€Î½Î¿Ï…"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Î•Ï€Î±Î½ÎµÎºÎºÎ¯Î½Î·ÏƒÎ· Ï„Î¿Ï… _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Î•Ï€Î±Î½ÎµÎºÎºÎ¯Î½Î·ÏƒÎ· Ï„Î¿Ï… _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_ÎšÎ±Ï„Î¬Î»Î¿Î³Î¿Ï‚"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Î Î¬Î½Ï‰ Î±Ï€ÏŒ Ï„Î¿ Dock"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Dock"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_Î£Ï„Î·Î½ ÎšÎ¿ÏÏ…Ï†Î®"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_ÎšÎ±Î½Î¿Î½Î¹ÎºÏŒ"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Î‘Ï€Î¿ ÎšÎ¬Ï„Ï‰"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "Î•_Ï€Î¹Ï†Î¬Î½ÎµÎ¹Î± ÎµÏÎ³Î±ÏƒÎ¯Î±Ï‚"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -2138,115 +2138,115 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Î Î±ÏÎ¬Î»Î»Î·Î»Î· Ï„Î¿Ï€Î¿Î¸Î­Ï„Î·ÏƒÎ· _Ï„ÏÎ¹Î¶ÏŒÎ½Ï„Î¹Î±"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Î Î±ÏÎ¬Î»Î»Î·Î»Î· Î¤Î¿Ï€Î¿Î¸Î­Ï„Î·ÏƒÎ· _ÎšÎ¬Î¸ÎµÏ„Î±"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Î•Ï€Î±Î½Î±Ï†Î¿ÏÎ¬"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_ÎœÎµÏ„Î±ÎºÎºÎ¯Î½Î·ÏƒÎ·"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_ÎœÎ­Î³ÎµÎ¸Î¿Ï‚"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Î•Î»_Î±Ï‡Î¹ÏƒÏ„Î¿Ï€Î¿Î¯Î·ÏƒÎ·"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "ÎœÎµ_Î³Î¹ÏƒÏ„Î¿Ï€Î¿Î¯Î·ÏƒÎ·"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "ÎœÎµÎ³Î¹ÏƒÏ„Î¿Ï€Î¿Î¯Î·ÏƒÎ·_ÎšÎ¬Î¸"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "ÎœÎµÎ³Î¹ÏƒÏ„Î¿Ï€Î¿Î¯Î·ÏƒÎ·_ÎŸÏÎ¹Î¶"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_Î Î»Î®ÏÎ·Ï‚ Î¿Î¸ÏŒÎ½Î·"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_Î‘Ï€ÏŒÎºÏÏ…ÏˆÎ·"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Î¤_ÏÎ»Î¹Î³Î¼Î±"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "_Î‘Î½ÏÏˆÏ‰ÏƒÎ·"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Î§Î±Î¼Î®_Î»Ï‰Î¼Î±"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Î£Ï„_ÏÏŽÎ¼Î±"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "ÎœÎµÏ„Î±ÎºÎ¯Î½Î·ÏƒÎ· _ÏƒÎµ"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "ÎšÎ±Ï„Î¬Î»Î·ÏˆÎ· _ÎŒÎ»Ï‰Î½"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "Î ÎµÏÎ¹Î¿ÏÎ¹ÏƒÎ¼ÏŒÏ‚ Ï„Î·Ï‚ _Î ÎµÏÎ¹Î¿Ï‡Î®Ï‚ Î•ÏÎ³Î±ÏƒÎ¯Î±Ï‚"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Î•Î¹ÎºÎ¿Î½Î¯Î´_Î¹Î¿ Î¡Î±Ï†Î¹Î¿Ï"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_ÎšÎ»ÎµÎ¯ÏƒÎ¹Î¼Î¿"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Î£ÎºÏŒÏ„Ï‰Î¼Î± Ï„Î¿Ï… Î ÎµÎ»Î¬Ï„Î·"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Î›Î¯Î±ÏƒÏ„Î± _Ï€Î±ÏÎ¬Î¸Ï…ÏÏ‰Î½"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "ÎˆÎ½Î±Ï‚ Î¬Î»Î»Î¿Ï‚ Î´Î¹Î±Ï‡ÎµÎ¹ÏÎ¹ÏƒÏ„Î®Ï‚ Ï€Î±ÏÎ±Î¸ÏÏÏ‰Î½ Î®Î´Î· Ï„ÏÎ­Ï‡ÎµÎ¹Â· Î³Î¯Î½ÎµÏ„Î±Î¹ Î­Î¾Î¿Î´Î¿Ï‚..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2255,28 +2255,28 @@ msgstr ""
 "Î‘Î´ÏÎ½Î±Ï„Î· Î· ÎµÏ€Î±Î½ÎµÎºÎºÎ¯Î½Î·ÏƒÎ·: %s\n"
 "ÎŒÎ½Ï„Ï‰Ï‚ Î¿Î´Î·Î³ÎµÎ¯ Ï„Î¿ $PATH ÏƒÏ„Î¿ %s ;"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<ÎºÎ±Î½Î­Î½Î±>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=Î¤Î‘Î¥Î¤ÎŸÎ¤Î—Î¤Î‘      Î¤Î±Ï…Ï„ÏŒÏ„Î·Ï„Î± Ï„Î¿Ï… Ï€ÎµÎ»Î¬Ï„Î· Ï€Î¿Ï… Î¸Î± Ï‡ÏÎ·ÏƒÎ¹Î¼Î¿Ï€Î¿Î¹Î·Î¸ÎµÎ¯ ÏŒÏ„Î±Î½ "
 "Î³Î¯Î½ÎµÏ„Î±Î¹ ÎµÏ€Î±Ï†Î® Î¼Îµ Ï„Î¿ Î´Î¹Î±Ï‡ÎµÎ¹ÏÎ¹ÏƒÏ„Î® ÏƒÏ…Î½ÎµÎ´ÏÎ¯Î±Ï‚.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2287,7 +2287,7 @@ msgstr ""
 "  --debug-z              Î•ÎºÏ„ÏÏ€Ï‰ÏƒÎ· Î¼Î·Î½Ï…Î¼Î¬Ï„Ï‰Î½ Î±Ï€Î¿ÏƒÏ†Î±Î»Î¼Î¬Ï„Ï‰ÏƒÎ·Ï‚ ÏƒÏ‡ÎµÏ„Î¹ÎºÎ¬ Î¼Îµ Ï„Î¿ "
 "ÏƒÏ„Î¿Î¯Î²Î±Î³Î¼Î± Ï„Ï‰Î½ Ï€Î±ÏÎ¬Î¸Ï…ÏÏ‰Î½.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 #, fuzzy
 #| msgid ""
 #| "\n"
@@ -2317,7 +2317,7 @@ msgstr ""
 "  --trace=conf,icon   ÎŠÏ‡Î½Î· Î´Î¹Î±Î´ÏÎ¿Î¼ÏŽÎ½ Ï€Î¿Ï… Ï‡ÏÎ·ÏƒÎ¹Î¼Î¿Ï€Î¿Î¹Î¿ÏÎ½Ï„Î±Î¹ Î³Î¹Î± Ï„Î· Ï†ÏŒÏÏ„Ï‰ÏƒÎ· "
 "ÏÏ…Î¸Î¼Î¯ÏƒÎµÏ‰Î½.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2384,21 +2384,21 @@ msgstr ""
 "\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s ÎºÎ±Ï„Î¬Î»Î¿Î³Î¿Î¹ ÏÏ…Î¸Î¼Î¯ÏƒÎµÏ‰Î½:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s ÏÏ…Î¸Î¼Î¹ÏƒÎ¼Î­Î½ÎµÏ‚ ÎµÏ€Î¹Î»Î¿Î³Î­Ï‚:%s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Î•Ï€Î¹Î²ÎµÎ²Î±Î¯Ï‰ÏƒÎ· Î±Ï€Î¿ÏƒÏÎ½Î´ÎµÏƒÎ·Ï‚"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2435,7 +2435,7 @@ msgstr "ÎžÎµÎ´Î¯Ï€Î»Ï‰Î¼Î±"
 msgid "Rollup"
 msgstr "Î¤ÏÎ»Î¹Î³Î¼Î±"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2490,7 +2490,7 @@ msgstr "_Î•Ï€Î±Î½ÎµÎºÎºÎ¯Î½Î·ÏƒÎ· Ï„Î¿Ï…
 msgid "_About"
 msgstr "_Î ÎµÏÎ¯"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2500,7 +2500,7 @@ msgstr ""
 "\n"
 "Î•Ï€Î¹Î¸Ï…Î¼ÎµÎ¯Ï‚ Î½Î± ÏƒÏ…Î½ÎµÏ‡Î¯ÏƒÎµÎ¹Ï‚;"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Î£ÎºÏŒÏ„Ï‰Î¼Î± Ï„Î¿Ï… Î ÎµÎ»Î¬Ï„Î·: "
 
@@ -2569,11 +2569,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "Î›ÎµÎ¯Ï€ÎµÎ¹ Ï„Î¿ Ï€ÏÏŒÎ³ÏÎ±Î¼Î¼Î± setxkbmap"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/en.po 2.9.9-1/po/en.po
--- 2.9.8-1/po/en.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/en.po	2022-08-01 21:49:30.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.0.9\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2000-10-21 12:13+2000\n"
 "Last-Translator: Mathias Hasselmann <mathias.hasselmann@gmx.de>\n"
 "Language-Team: English\n"
@@ -67,7 +67,7 @@ msgstr ""
 msgid "Default"
 msgstr ""
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr ""
@@ -82,64 +82,64 @@ msgstr ""
 msgid "Â°C"
 msgstr ""
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr ""
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
 "Ram (free): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
 "Swap (free): %.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
 "ACPI Temp: "
 msgstr ""
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
 "CPU Freq: %.3fGHz"
 msgstr ""
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr ""
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr ""
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
 "Ram (user): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr ""
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr ""
 
@@ -320,7 +320,7 @@ msgstr ""
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr ""
 
@@ -1014,178 +1014,178 @@ msgstr ""
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr ""
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr ""
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr ""
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr ""
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr ""
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr ""
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr ""
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr ""
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr ""
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr ""
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr ""
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr ""
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr ""
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr ""
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr ""
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr ""
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr ""
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr ""
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr ""
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr ""
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr ""
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1223,7 +1223,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr ""
@@ -1268,115 +1268,115 @@ msgstr ""
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr ""
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr ""
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr ""
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr ""
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr ""
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr ""
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr ""
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr ""
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr ""
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr ""
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr ""
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr ""
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr ""
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr ""
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr ""
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr ""
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr ""
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr ""
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr ""
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr ""
@@ -1687,7 +1687,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr ""
@@ -1721,7 +1721,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr ""
@@ -1766,105 +1766,105 @@ msgstr ""
 msgid "icewm - About"
 msgstr ""
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr ""
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr ""
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr ""
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr ""
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr ""
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr ""
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr ""
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr ""
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr ""
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr ""
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr ""
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr ""
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr ""
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr ""
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -1872,148 +1872,148 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr ""
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr ""
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr ""
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr ""
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr ""
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr ""
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr ""
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr ""
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr ""
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr ""
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr ""
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr ""
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr ""
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr ""
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr ""
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr ""
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr ""
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr ""
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr ""
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr ""
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr ""
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr ""
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
 "Does $PATH lead to %s?"
 msgstr ""
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr ""
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2025,7 +2025,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2057,21 +2057,21 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr ""
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr ""
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2105,7 +2105,7 @@ msgstr ""
 msgid "Rollup"
 msgstr ""
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2160,13 +2160,13 @@ msgstr ""
 msgid "_About"
 msgstr ""
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
 msgstr ""
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr ""
 
@@ -2235,11 +2235,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/es.po 2.9.9-1/po/es.po
--- 2.9.8-1/po/es.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/es.po	2022-08-01 21:49:30.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: IceWM 1.2.26\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-02-21 22:12+0000\n"
 "Last-Translator: Antonio SimÃ³n <antonio@trans-mission.com>\n"
 "Language-Team: Spanish <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -71,7 +71,7 @@ msgstr "Fecha"
 msgid "Default"
 msgstr "Predeterminado"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Inhabilitar"
@@ -86,12 +86,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "Carga de la CPU %s: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -100,7 +100,7 @@ msgstr ""
 "\n"
 "RAM (libre): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -109,7 +109,7 @@ msgstr ""
 "\n"
 "Swap (libre): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -118,7 +118,7 @@ msgstr ""
 "\n"
 "Temperatura ACPI: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -127,15 +127,15 @@ msgstr ""
 "\n"
 "Frecuencia de la CPU: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Carga: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -144,16 +144,16 @@ msgstr ""
 "\n"
 "RAM (usuario): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Combinar"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Separar"
 
@@ -339,7 +339,7 @@ msgstr "desactivado"
 msgid "NET"
 msgstr "RED"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Ãrea de trabajo: "
 
@@ -1033,178 +1033,178 @@ msgstr "Desarrollo web"
 msgid "WordProcessor"
 msgstr "Procesador de textos"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Volver"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Izquierda"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Avanzar"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Derecha"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Anterior"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Siguiente"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Contenidos"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Ãndice"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Buscar..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Buscar siguiente"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "Abrir en navegador"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Volver a cargar"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Cerrar"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "Preguntas frecuentes"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Manual"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Asistencia"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "CÃ³mo hacer temas"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Sitio web"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Protocolo no admitido."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Ruta no vÃ¡lida: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "La ruta no hace referencia a un archivo."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Error al abrir el archivo para leerlo."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Error al crear un archivo temporal"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Error al ejecutar el sistema(%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Error al descomprimir %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "No se pueden encontrar ni curl ni wget en PATH"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "Caracteres peligrosos en el URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1277,7 +1277,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Se ignora la opciÃ³n Â«%sÂ»"
@@ -1322,117 +1322,117 @@ msgstr "Mismo juego"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Para obtener ayuda, consulte la pÃ¡gina Â«manÂ» de icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "SÃ­mbolos nombrados del dominio Â«%sÂ» (rango numÃ©rico: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Ãrea de trabajo fuera de rango: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Nombre de Ã¡rea de trabajo no vÃ¡lido: Â«%sÂ»"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Capa de la ventana de GNOME"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "OpciÃ³n de la bandeja de IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "SÃ­mbolos de gravedad"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Funciones de Motif"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Decoraciones de Motif"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "Estado de la ventana de EWMH"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Ã¡rea de trabajo #%d: Â«%sÂ»\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "Estado no vÃ¡lido: Â«%sÂ»."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "No es posible obtener la geometrÃ­a de la ventana 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "Xinerama no vÃ¡lido: %s."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "Argumento no vÃ¡lido: Â«%sÂ»"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "La acciÃ³n Â«%sÂ» requiere al menos %d argumentos."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "ExpresiÃ³n no vÃ¡lida: Â«%sÂ»"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "No se puede abrir pantalla: %s. X debe estar ejecutÃ¡ndose y $DISPLAY "
 "configurado."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "Resultado inesperado: %s."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "No se encuentra ninguna ventana."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Ninguna acciÃ³n especificada."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Identificador de ventana no vÃ¡lido: Â«%sÂ»"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "PID no vÃ¡lido: Â«%sÂ»"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "Capa no vÃ¡lida: Â«%sÂ»."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "AcciÃ³n desconocida: Â«%sÂ»"
@@ -1889,7 +1889,7 @@ msgstr ""
 "aspecto\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "OpciÃ³n no reconocida Â«%sÂ»."
@@ -1930,7 +1930,7 @@ msgstr ""
 "  -h, --help          Imprime esta pantalla de uso y sale.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "DirecciÃ³n desconocida en la peticiÃ³n para mover/redimensionar: %d"
@@ -1975,106 +1975,106 @@ msgstr "Representador:"
 msgid "icewm - About"
 msgstr "Acerca de IceWM"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "Ya hay otro gestor de ventanas en ejecuciÃ³n; use --replace para sustituirlo"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Error al convertirse en el propietario de la selecciÃ³n %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "A la espera de reemplazar el administrador de ventanas anterior"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "hecho."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "Cerrar la _sesiÃ³n"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Cancelar el cierre"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "_Bloquear la sesiÃ³n"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "_Reiniciar"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "_Apagar"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "Modo _Suspendido"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Reiniciar _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Reiniciar _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_MenÃº"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Sobre el muelle"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Muelle"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "En_cima"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Debajo"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "E_scritorio"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "Mitad izquierda"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "Mitad derecha"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "Mitad superior"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "Mitad inferior"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "Arriba a la izquierda"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "Arriba a la derecha"
 
@@ -2082,115 +2082,115 @@ msgstr "Arriba a la derecha"
 msgid "Bottom Left"
 msgstr "Abajo a la izquierda"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "Abajo a la derecha"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "Centro"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Mosaico _horizontal"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "_Mosaico vertical"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Restaurar"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Mover"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_TamaÃ±o"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimizar"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ximizar"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Maximizar _Vert"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "Maximizar Hori_z"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_Pantalla completa"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_Ocultar"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "_Enrollar"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "E_levar"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "_Bajar"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "_Capa"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "Mosaico"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Mover _a"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Ocupar _todo"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_Limitar el Ã¡rea de trabajo"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "_Icono en la bandeja"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "Ce_rrar"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Matar el cliente"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Lista de _ventanas"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Otro gestor de ventanas ya se estÃ¡ ejecutando, saliendo..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2199,11 +2199,11 @@ msgstr ""
 "No se ha podido reiniciar: %s\n"
 "Â¿Conduce $PATH a %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "Confirmar reinicio como terminal"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2211,18 +2211,18 @@ msgstr ""
 "Dejar de gestionar todas las aplicaciones\n"
 "y reiniciar como terminal. Â¿Continuar?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<ninguno>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      Identificador de cliente a usar al contactar con el "
 "administrador de sesiones.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2233,7 +2233,7 @@ msgstr ""
 "  --debug-z           Muestra mensajes de depuraciÃ³n relacionados con la "
 "pila de ventanas.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2255,7 +2255,7 @@ msgstr ""
 "  --trace=conf,icon   Rastrea las rutas usadas para cargar la "
 "configuraciÃ³n.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2316,21 +2316,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s directorios de configuraciÃ³n:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s opciones configuradas:%s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Confirmar el cierre de sesiÃ³n"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2366,7 +2366,7 @@ msgstr "Desenrollar"
 msgid "Rollup"
 msgstr "Enrollar"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2423,7 +2423,7 @@ msgstr "Reiniciar _icewm"
 msgid "_About"
 msgstr "_Acerca de"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2431,7 +2431,7 @@ msgstr ""
 "Â¡AVISO! Todos los cambios sin guardar se perderÃ¡n\n"
 "cuando este cliente sea terminado. Â¿Desea continuar?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Matar el cliente: "
 
@@ -2502,11 +2502,11 @@ msgstr "Se ha agotado el tiempo de %s."
 msgid "'%s' produces no output"
 msgstr "'%s' no produce ninguna salida"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "Falta el programa setxkbmap"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Instale setxkbmap para cambiar de teclados."
 
diff -pruN 2.9.8-1/po/fi.po 2.9.9-1/po/fi.po
--- 2.9.8-1/po/fi.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/fi.po	2022-08-01 21:49:30.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: IceWM 1.2.14\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-03-10 16:12+0000\n"
 "Last-Translator: Tommi Nieminen <software@legisign.org>\n"
 "Language-Team: Finnish <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -72,7 +72,7 @@ msgstr "PÃ¤ivÃ¤mÃ¤Ã¤rÃ¤"
 msgid "Default"
 msgstr "Oletus"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Pois"
@@ -87,12 +87,12 @@ msgstr "UT_C"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU %s Kuorma: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -101,7 +101,7 @@ msgstr ""
 "\n"
 "Muisti (vapaa): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -110,7 +110,7 @@ msgstr ""
 "\n"
 "Swap (vapaa): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -119,7 +119,7 @@ msgstr ""
 "\n"
 "ACPI LÃ¤mpÃ¶: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -128,15 +128,15 @@ msgstr ""
 "\n"
 "CPU Taajuus: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "Suoritin"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Kuorma: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -145,16 +145,16 @@ msgstr ""
 "\n"
 "Muisti (kÃ¤yttÃ¤jÃ¤): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Yhdistetty"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Erikseen"
 
@@ -340,7 +340,7 @@ msgstr "alemmas"
 msgid "NET"
 msgstr "NETTI"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "TyÃ¶pÃ¶ytÃ¤: "
 
@@ -1034,178 +1034,178 @@ msgstr "Verkkokehitys"
 msgid "WordProcessor"
 msgstr "TekstinkÃ¤sittely"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Takaisin"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Vasen"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "EteenpÃ¤in"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Oikea"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Edellinen"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Seuraava"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "SisÃ¤ltÃ¶"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Hakemisto"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Etsiâ€¦"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Etsi seuraava"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "Avaa selaimeen"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Lataa uudelleen"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Sulje"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "IceWM(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "OHJE"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Manuaali"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Tuki"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Teeman tekijÃ¤"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Verkkosivusto"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Protokollaa ei tueta."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Virheellinen polku: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Polku ei viittaa tiedostoon."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Tiedostoa ei voitu avata."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "VÃ¤liaikaisen tiedoston luominen epÃ¤onnistui"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "JÃ¤rjestelmÃ¤n suorittaminen epÃ¤onnistui(%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Purkaminen epÃ¤onnistui %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "Curl-tai wget-polkua ei lÃ¶ydy"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "Kelvottomat merkit URL-osoitteessa"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1276,7 +1276,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Tuntematon toiminto '%s'"
@@ -1321,117 +1321,117 @@ msgstr "Sama-peli"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Katso ohjeet man-sivulta icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Alueen â€%sâ€ nimetyt symbolit (lukualue: %ldâ€“%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "TyÃ¶tila arvoalueen ulkopuolella: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Virheellinen tyÃ¶tilan nimi: â€%sâ€"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME-ikkunataso"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM-ilmoitusaluevalinta"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "Gravity-symbolit"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Motif-funktiot"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Motif-koristeet"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "EWMH-ikkunan tila"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "tyÃ¶tila %d: â€%sâ€\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "Virheellinen tila: â€%sâ€."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "Ikkunan 0x%lx geometriaa ei saatu"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "Virheellinen Xinerama: \"%sâ€."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "Virheellinen parametri: â€%sâ€"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Toiminto â€%sâ€ vaatii ainakin %d parametria."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Virheellinen lauseke: â€%sâ€"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Ei voida avata nÃ¤yttÃ¶Ã¤: %s. X-palvelimen on oltava kÃ¤ynnissÃ¤ ja $DISPLAYn "
 "asetettu."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "Odottamaton: â€%sâ€."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Ikkunoita ei lÃ¶ytynyt."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "ToimenpiteitÃ¤ ei ole mÃ¤Ã¤ritetty."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Virheellinen ikkunatunniste: â€%sâ€"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "Virheellinen PID: â€%sâ€"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "Virheellinen taso: â€%sâ€."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Tuntematon toiminto: â€%sâ€"
@@ -1826,7 +1826,7 @@ msgstr ""
 " DesktopTransparencyColor - vÃ¤ri jota lÃ¤pikuultavat pÃ¤Ã¤tteet nÃ¤yttÃ¤vÃ¤t\n"
 " DesktopTransparencyImage - kuva jota lÃ¤pikuultavat pÃ¤Ã¤tteet nÃ¤yttÃ¤vÃ¤t\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Tuntematon optio '%s'."
@@ -1860,7 +1860,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Tuntematon suunta siirto-/koonmuutospyynnÃ¶ssÃ¤: %d"
@@ -1905,105 +1905,105 @@ msgstr ""
 msgid "icewm - About"
 msgstr "IceWM - Tietoja"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Ikkunanhallinta on jo kÃ¤ynnissÃ¤, kÃ¤ytÃ¤ --replace sen korvaamiseksi"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Kirjaudu ulos"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Peruuta uloskirjautuminen"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "_Lukitse tyÃ¶asema"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "_UudelleenkÃ¤ynnistÃ¤"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "_Sammuta"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "UudelleenkÃ¤ynnistÃ¤ _IceWM"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "UudelleenkÃ¤ynnistÃ¤ _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Valikko"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "Telakan _ylÃ¤puolella"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "T_elakka"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "P_Ã¤Ã¤llÃ¤"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Tavallinen"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "A_lla"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "TyÃ¶_pÃ¶ytÃ¤"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -2011,115 +2011,115 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Lomita _horisontaalisesti"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Lomita _vertikaalisesti"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "Pala_uta"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_SiirrÃ¤"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_Muuta kokoa"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "_PienennÃ¤"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Suu_renna"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Suurenna_Pysty"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "SuurennaVaaka_z"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "Koko _nÃ¤yttÃ¶"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "Pii_lota"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Rullaa _ylÃ¶s"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "Nos_ta"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Las_ke"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Tas_o"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "SiirrÃ¤ _tyÃ¶pÃ¶ydÃ¤lle"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "NÃ¤ytÃ¤ k_aikilla tyÃ¶pÃ¶ydillÃ¤"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_Rajoita tyÃ¶tilaa"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Tarjotinkuvak_e"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_Sulje"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Tapa asiakasohjelma"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_Ikkunaluettelo"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Toinen ikkunamangeri on jo kÃ¤ynnissÃ¤, poistutaan..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2128,33 +2128,33 @@ msgstr ""
 "Ei voitu uudelleenkÃ¤ynnistÃ¤Ã¤: %s\n"
 "Johtaako $PATH-mÃ¤Ã¤ritys kohteeseen %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<tyhjÃ¤>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2166,7 +2166,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2225,21 +2225,21 @@ msgstr ""
 "KÃ¤y osoitteessa https://ice-wm.org/ kun haluat ilmoittaa virheestÃ¤, kaipaat\n"
 "apua tai jos haluat vain antaa kommenttisi.\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s mÃ¤Ã¤ritetyt asetukset:%s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Varmista uloskirjautuminen"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2275,7 +2275,7 @@ msgstr "Rullaa alas"
 msgid "Rollup"
 msgstr "Rullaa ylÃ¶s"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2330,7 +2330,7 @@ msgstr "UudelleenkÃ¤ynnistÃ¤ _IceWM"
 msgid "_About"
 msgstr "_Tietoja"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2338,7 +2338,7 @@ msgstr ""
 "VAROITUS! Kaikki tallentamattomat muutokset tÃ¤ssÃ¤\n"
 "asiakkaassa menetetÃ¤Ã¤n kun se tapetaan. Haluatko jatkaa?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Tapa asiakasohjelma: "
 
@@ -2407,11 +2407,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/fr.po 2.9.9-1/po/fr.po
--- 2.9.8-1/po/fr.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/fr.po	2022-08-01 21:49:30.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.2.15pre3\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-02-23 19:12+0000\n"
 "Last-Translator: Sophie Leroy <sophie@stoquart.com>\n"
 "Language-Team: French <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -71,7 +71,7 @@ msgstr "Date"
 msgid "Default"
 msgstr "ThÃ¨me par dÃ©faut"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_DÃ©sactiver"
@@ -86,12 +86,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU %s Charge : %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -100,7 +100,7 @@ msgstr ""
 "\n"
 "MÃ©moire (libre) : %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -109,7 +109,7 @@ msgstr ""
 "\n"
 "Swap (libre) : %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -118,7 +118,7 @@ msgstr ""
 "\n"
 "ACPI Temp : "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -127,15 +127,15 @@ msgstr ""
 "\n"
 "CPU Freq : %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Charge : "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -144,16 +144,16 @@ msgstr ""
 "\n"
 "MÃ©moire (utilisateur) : %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Combiner"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_SÃ©parer"
 
@@ -339,7 +339,7 @@ msgstr "arrÃªtÃ©"
 msgid "NET"
 msgstr "NET"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Bureau : "
 
@@ -1033,178 +1033,178 @@ msgstr "DÃ©veloppement Web"
 msgid "WordProcessor"
 msgstr "Traitement de texte"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Retour"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Gauche"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "En avant"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Droite"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "PrÃ©cÃ©dent"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Suivant"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Sommaire"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Index"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Trouver..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Trouver le suivant"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "Ouvrir dans le navigateur"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Rechargez"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Fermer"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+l"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "FAQ"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Manuel"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Support"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "ThÃ¨me - ProcÃ©dure"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Site Web"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Protocole non supportÃ©."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Chemin incorrect : %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Le chemin ne fait pas rÃ©fÃ©rence Ã  un fichier."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Ã‰chec de l'ouverture du fichier en lecture."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Ã‰chec de la crÃ©ation d'une fichier temporaire"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Ã‰chec de l'exÃ©cution du systÃ¨me (%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Ã‰chec de la dÃ©compression de %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "Impossible de trouver curl ou wget dans PATH"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "CaractÃ¨res dangereux dans l'URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1282,7 +1282,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Option '%s' ignorÃ©e"
@@ -1327,117 +1327,117 @@ msgstr "MÃªme jeu"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Pour obtenir de l'aide, consultez la page de manuel icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Symboles nommÃ©s du domaine `%s' (intervalle numÃ©rique : %ld-%ld) :\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Bureau hors limites : %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Nom de bureau incorrect : \"%s\""
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Couche de fenÃªtre GNOME"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "Option du \"tray\" IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "symboles de gravitÃ©"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Fonctions Motif"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "DÃ©corations Motif"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "Ã‰tat de fenÃªtre EWMH"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Bureau nÂ°%d : \"%s\"\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "Ã‰tat non valide : '%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "Impossible d'obtenir la gÃ©omÃ©trie de la fenÃªtre 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "Xinerama non valide : `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "Argument non valide : `%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "L'action \"%s\" nÃ©cessite au moins %d paramÃ¨tre(s)."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Expression incorrecte : \"%s\""
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Impossible d'ouvrir le display %s. X doit Ãªtre lancÃ© et $DISPLAY doit Ãªtre "
 "dÃ©fini."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "InattenduÂ : `%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Aucune fenÃªtre trouvÃ©e."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Aucune action spÃ©cifiÃ©e."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Identifiant de fenÃªtre incorrect : \"%s\""
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "PID non valide : '%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "Couche non valide : '%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Action inconnue : \"%s\""
@@ -1904,7 +1904,7 @@ msgstr ""
 " center:0 scaled:1 = deux dimensions complÃ¨tes et respect des proportions\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Option non reconnue '%s'."
@@ -1949,7 +1949,7 @@ msgstr ""
 "  -h, --help          Imprime cet Ã©cran de syntaxe et ferme la fenÃªtre.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Direction inconnue dans la requÃªte de dÃ©placement/dimensionnement : %d"
@@ -1995,108 +1995,108 @@ msgid "icewm - About"
 msgstr "IceWM - Ã€ propos"
 
 #
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "Un gestionnaire de fenÃªtres est dÃ©jÃ  en cours d'exÃ©cution, utilisez --"
 "replace pour le remplacer"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Ã‰chec de la dÃ©finition en tant que propriÃ©taire de la sÃ©lection %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "En attente du remplacement de l'ancien gestionnaire de fenÃªtres"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "fait."
 
 # OS/2 is dead, but... ;-)
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_DÃ©connexion"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Annuler la dÃ©connexion"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "_Verrouiller l'Ã©cran"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Re_dÃ©marrer l'ordinateur"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "_ArrÃªter l'ordinateur"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "_Mode veille"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "RedÃ©marrer _IceWM"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Remplacer IceWM par _XTerm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Menu"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Au dessus du Dock"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Dock"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "Au de_ssus"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "En dess_ous"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "Bur_eau"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "MoitiÃ© gauche"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "MoitiÃ© droite"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "MoitiÃ© supÃ©rieure"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "MoitiÃ© infÃ©rieure"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "SupÃ©rieur gauche"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "SupÃ©rieur droit"
 
@@ -2104,116 +2104,116 @@ msgstr "SupÃ©rieur droit"
 msgid "Bottom Left"
 msgstr "InfÃ©rieur gauche"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "InfÃ©rieur droit"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "Centre"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "MosaÃ¯que hori_zontale"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "MosaÃ¯que _verticale"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Restaurer"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "DÃ©_placer"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "Dimen_sionner"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "IcÃ´_nifier"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ximiser"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Maximiser_vert"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "Maximiserhori_z"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "Plein Ã©cran"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "Cac_her"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Enro_uler"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "A_vant plan"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Arr_iÃ¨re plan"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "C_ouche"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "MosaÃ¯que"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Envo_yer vers"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Occuper tous les bure_aux"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_Limiter l'aire de travail"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "IcÃ´ne de barre de tÃ¢che"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_Fermer"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "Tuer le client X"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_Liste des fenÃªtres"
 
 #
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Un gestionnaire de fenÃªtre tourne dÃ©jÃ . Terminaison ..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2222,11 +2222,11 @@ msgstr ""
 "Impossible de relancer \"%s\"\n"
 "$PATH mÃ¨ne-t-il Ã  \"%s\" ?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "Confirmer le redÃ©marrage en tant que terminal"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2234,18 +2234,18 @@ msgstr ""
 "Annulez la gestion de toutes les applications et redÃ©marrez\n"
 "en tant que terminal. Continuer ?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<aucun>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      ID de client Ã  utiliser lors du contact du "
 "gestionnaire de session.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2256,7 +2256,7 @@ msgstr ""
 "  --debug-z           Imprime les messages de dÃ©bogage concernant la pile de "
 "fenÃªtres.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2278,7 +2278,7 @@ msgstr ""
 "  --trace=conf,icon   Trace les chemins utilisÃ©s pour charger la "
 "configuration.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2341,21 +2341,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "RÃ©pertoires de configuration de %s :\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s options configurÃ©es : %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Confirmer la dÃ©connexion"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2392,7 +2392,7 @@ msgstr "DÃ©rouler"
 msgid "Rollup"
 msgstr "Enrouler"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2449,7 +2449,7 @@ msgstr "_RedÃ©marrer IceWM"
 msgid "_About"
 msgstr "Ã€ _propos"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2458,7 +2458,7 @@ msgstr ""
 "perdus quand ce client sera tuÃ©. Souhaitez-vous continuer ?"
 
 #
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Tuer le client : "
 
@@ -2529,11 +2529,11 @@ msgstr "'%s' a expirÃ© !"
 msgid "'%s' produces no output"
 msgstr "'%s' ne produit aucune sortie"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "Programme setxkbmap manquant"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Pour le changement de clavier, installez setxkbmap."
 
diff -pruN 2.9.8-1/po/he.po 2.9.9-1/po/he.po
--- 2.9.8-1/po/he.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/he.po	2022-08-01 21:49:30.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm VERSION\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2016-06-06 12:13+0000\n"
 "Last-Translator: Stanislav Brabec <sbrabec@suse.com>\n"
 "Language-Team: Hebrew <https://l10n.opensuse.org/projects/icewm/icewm-1-3-"
@@ -71,7 +71,7 @@ msgstr ""
 msgid "Default"
 msgstr "×©×’×¨×ª×™"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr ""
@@ -86,12 +86,12 @@ msgstr ""
 msgid "Â°C"
 msgstr ""
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, fuzzy, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "×¢×•×ž×¡ CPUâ€: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, fuzzy, c-format
 #| msgid ""
 #| "\n"
@@ -103,7 +103,7 @@ msgstr ""
 "\n"
 "×–×™×›×¨×•×Ÿ: â€%5.2f/%.2fM"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, fuzzy, c-format
 #| msgid ""
 #| "\n"
@@ -115,7 +115,7 @@ msgstr ""
 "\n"
 "×”×—×œ×£: â€%.2f/%.2f×ž"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -124,7 +124,7 @@ msgstr ""
 "\n"
 "×˜×ž×¤×¨×˜×•×¨×ª ACPI: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -133,16 +133,16 @@ msgstr ""
 "\n"
 "×ª×“×™×¨×•×ª CPU: â€%.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr ""
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 #, fuzzy
 msgid "Load: "
 msgstr "×¢×•×ž×¡ CPUâ€: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, fuzzy, c-format
 #| msgid ""
 #| "\n"
@@ -154,16 +154,16 @@ msgstr ""
 "\n"
 "×–×™×›×¨×•×Ÿ: â€%5.2f/%.2fM"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr ""
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr ""
 
@@ -353,7 +353,7 @@ msgstr "×’×œ×•×œ ×ž×˜×”"
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "×—×œ×œ ×¢×‘×•×“×”: "
 
@@ -1095,181 +1095,181 @@ msgstr "×¤×™×ª×•×—"
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "××—×•×¨×”"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr ""
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "×§×“×™×ž×”"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr ""
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "××—×•×¨×”"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "×§×“×™×ž×”"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "×ª×›× ×™×"
 
 # ×ž×¤×ª×—
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "××™× ×“×§×¡"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr ""
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr ""
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "×¡×’×•×¨"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr ""
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr ""
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 #, fuzzy
 msgid "Theme Howto"
 msgstr "×ž×—×‘×¨ ×¢×¨×›×ª × ×•×©×:"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr ""
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr ""
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr ""
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr ""
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 #, fuzzy
 msgid "Unsupported protocol."
 msgstr "×ž×ž×©×§ ×œ× × ×ª×ž×š: %s."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "× ×ª×™×‘ ×©×’×•×™: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr ""
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr ""
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, fuzzy, c-format
 msgid "Failed to decompress %s"
 msgstr "×œ× ×”×™×” × ×™×ª×Ÿ ×œ×ž×¦×•× ×ª×ž×•× ×” %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1307,7 +1307,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, fuzzy, c-format
 msgid "Ignoring option '%s'"
 msgstr "×¤×¢×•×œ×” ×œ× ×ž×•×›×¨×ª: `%s'"
@@ -1353,127 +1353,127 @@ msgstr "××•×ª×• ×ž×©×—×§"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr ""
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, fuzzy, c-format
 msgid "Workspace out of range: %ld"
 msgstr "×ž×¨×—×‘ ×¢×‘×•×“×” ×ž×—×•×¥ ×œ×ª×•×•×š: %d"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "×©× ×ž×¨×—×‘ ×¢×‘×•×“×” ×©×’×•×™: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr ""
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "××¤×©×¨×•×™×•×ª ×ž×’×© IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif functions"
 msgstr "×™×™×©×•×ž×™× ×ž×•×¢×“×¤×™×"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif decorations"
 msgstr "×™×™×©×•×ž×™× ×ž×•×¢×“×¤×™×"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "Window list"
 msgid "EWMH window state"
 msgstr "×¨×©×™×ž×ª ×—×œ×•×Ÿ"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "×ž×¨×—×‘ ×¢×‘×•×“×” ×ž×¡×¤×¨ %d: â€`%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "××¨×’×•×ž× ×˜ ×©×’×•×™: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "××¨×’×•×ž× ×˜ ×©×’×•×™: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "××¨×’×•×ž× ×˜ ×©×’×•×™: `%s'."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr ""
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "×‘×™×˜×•×™ ×©×’×•×™: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, fuzzy, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr "CLI"
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 msgid "Unexpected: `%s'."
 msgstr "×ž×™×œ×ª ×ž×¤×ª×— ×œ× ×¦×¤×•×™×”: %s"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
 # ×ž×¦×•×™× ×ª
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "×œ× ×¦×•×™× ×• ×¤×¢×•×œ×•×ª."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "×ž×–×”×” ×—×œ×•×Ÿ ×œ× ×ª×§×™×Ÿ: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "××¨×’×•×ž× ×˜ ×©×’×•×™: `%s'."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "××¨×’×•×ž× ×˜ ×©×’×•×™: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "×¤×¢×•×œ×” ×œ× ×ž×•×›×¨×ª: `%s'"
@@ -1790,7 +1790,7 @@ msgid ""
 "\n"
 msgstr "CLI"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, fuzzy, c-format
 msgid "Unrecognized option '%s'."
 msgstr "××¤×©×¨×•×ª ×œ× ×ž×•×›×¨×ª: %s\n"
@@ -1825,7 +1825,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr ""
@@ -1870,106 +1870,106 @@ msgstr ""
 msgid "icewm - About"
 msgstr "icewm - ××•×“×•×ª"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 #, fuzzy
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "CLI"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_×”×ª× ×ª×§"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_×‘×˜×œ ×”×ª× ×ª×§×•×ª"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "× ×¢×œ _×ª×—× ×ª ×¢×‘×•×“×”"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "_××ª×—×œ"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "_×›×‘×”"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "××ª×—×œ ××ª _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "××ª×—×œ ××ª _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_×ª×¤×¨×™×˜"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "×ž_×¢×œ ×¨×¦×™×£"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_×¨×¦×™×£"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_×‘×¨××©"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_×¨×’×™×œ"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_×œ×ž×˜×”"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "_×©×•×œ×—×Ÿ ×¢×‘×•×“×”"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -1977,17 +1977,17 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 # ×¨×¦×£ ×× ×›×™×ª (×‘×ž××•×–×Ÿ)
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "×—×œ×•× ×•×ª  ×ž×¨×•_×¦×¤×™×"
@@ -1995,106 +1995,106 @@ msgstr "×—×œ×•× ×•×ª  ×ž×¨×•_×¦×¤×™×"
 # ×¨×¦×£ ×× ×›×™×ª (×‘×ž××•× ×š)
 # ×ž×• _×¢×¨×ž×™×
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "×—×œ×•× ×•×ª ×ž×•_×¢×¨×ž×™×"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_×©×—×–×¨"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_×”×–×–"
 
 # _×ž×™×“×”
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "×©_× ×” ×’×•×“×œ"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "×ž_×–×¢×¨"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "×”×’_×“×œ"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 #, fuzzy
 #| msgid "Maximize"
 msgid "Maximize_Vert"
 msgstr "×”×’×“×œ"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 #, fuzzy
 #| msgid "Maximize"
 msgid "MaximizeHori_z"
 msgstr "×”×’×“×œ"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_×ž×¡×š ×ž×œ×"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_×”×¡×ª×¨"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "×’×œ×•×œ _×ž×¢×œ×”"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "×”_×¨×"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "×”_× ×ž×š"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "_×¨×•×‘×“"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "×”×¢×‘×¨ _××œ"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "×›×‘×•×© _×”×›×œ"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "×”×’×‘×œ _××–×•×¨ ×¢×‘×•×“×”"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "×¡×ž×œ _×ž×’×©"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_×¡×’×•×¨"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_×”×¨×•×’ ×œ×§×•×—"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "×¨×©×™×ž×ª _×—×œ×•×Ÿ"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 #, fuzzy
 msgid "Another window manager already running, exiting..."
 msgstr "CLI"
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2103,33 +2103,33 @@ msgstr ""
 "×œ× ×”×™×” × ×™×ª×Ÿ ×œ××ª×—×œ: %s\n"
 "×”×× PATH$ ×ž×•×‘×™×œ ××œ %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr ""
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2141,7 +2141,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2173,21 +2173,21 @@ msgid ""
 "\n"
 msgstr "CLI"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, fuzzy, c-format
 msgid "%s configured options:%s\n"
 msgstr "××¤×©×¨×•×ª ×œ× ×ž×•×›×¨×ª: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "××™×ž×•×ª ×”×ª× ×ª×§×•×ª"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2223,7 +2223,7 @@ msgstr "×’×œ×•×œ ×ž×˜×”"
 msgid "Rollup"
 msgstr "×’×œ×•×œ ×ž×¢×œ×”"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2280,7 +2280,7 @@ msgid "_About"
 msgstr "_××•×“×•×ª"
 
 # ×”×™× ×• ×”×¨×•×’
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2288,7 +2288,7 @@ msgstr ""
 "××–×”×¨×”! ×›×œ ×”×©×™× ×•×™×™× ×©×œ× × ×©×ž×¨×• ×™××‘×“×• ×›××©×¨\n"
 "×œ×§×•×— ×–×” ×”×¨×•×’. ×”×× ×‘×¨×¦×•× ×š ×œ×”×ž×©×™×š?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "×”×¨×•×’ ×œ×§×•×—: "
 
@@ -2357,11 +2357,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/hr.po 2.9.9-1/po/hr.po
--- 2.9.8-1/po/hr.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/hr.po	2022-08-01 21:49:30.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.0.7\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2001-03-25 17:00+GMT1\n"
 "Last-Translator: Vlatko Kosturjak <kost@iname.com>\n"
 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -68,7 +68,7 @@ msgstr ""
 msgid "Default"
 msgstr "ObriÅ¡i"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr ""
@@ -83,64 +83,64 @@ msgstr ""
 msgid "Â°C"
 msgstr ""
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, fuzzy, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU optereÄ‡enje: %3.2f %3.2f %3.2f, %u procesa."
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
 "Ram (free): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
 "Swap (free): %.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
 "ACPI Temp: "
 msgstr ""
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
 "CPU Freq: %.3fGHz"
 msgstr ""
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr ""
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr ""
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
 "Ram (user): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr ""
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr ""
 
@@ -326,7 +326,7 @@ msgstr "Odrolaj"
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Radni prostor: "
 
@@ -1050,187 +1050,187 @@ msgstr ""
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Nazad"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Lijevo"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Naprijed"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Desno"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "PrijaÅ¡nje"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "SlijedeÄ‡e"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "SadrÅ¾aj"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Indeks"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Zatvori"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 #, fuzzy
 msgid "Theme Howto"
 msgstr "Autor Teme:"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "CTRL+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr ""
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Nepravilna putanja: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr ""
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr ""
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, fuzzy, c-format
 msgid "Failed to decompress %s"
 msgstr "Ne mogu pronaÄ‡i pixmap-u %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1268,7 +1268,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, fuzzy, c-format
 msgid "Ignoring option '%s'"
 msgstr "Nepoznata opcija prozora: %s"
@@ -1313,118 +1313,118 @@ msgstr "Ista igra"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr ""
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr ""
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, fuzzy, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Nepravilna putanja: %s\n"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr ""
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr ""
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr ""
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr ""
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "Window list"
 msgid "EWMH window state"
 msgstr "Popis prozora"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, fuzzy, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Radni prostor: "
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 msgid "Invalid state: `%s'."
 msgstr "Nepravilna putanja: %s\n"
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "Nepravilna putanja: %s\n"
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 msgid "Invalid argument: `%s'"
 msgstr "Nepravilna putanja: %s\n"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr ""
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, fuzzy, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Nepravilna putanja: %s\n"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Ne mogu otvoriti zaslon: %s. X-i moraju biti pokrenuti i $DISPLAY postavljen."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr ""
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr ""
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr ""
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 msgid "Invalid PID: `%s'"
 msgstr "Nepravilna putanja: %s\n"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 msgid "Invalid layer: `%s'."
 msgstr "Nepravilna putanja: %s\n"
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, fuzzy, c-format
 msgid "Unknown action: `%s'"
 msgstr "Nepoznata opcija prozora: %s"
@@ -1737,7 +1737,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, fuzzy, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Nepoznata opcija prozora: %s"
@@ -1772,7 +1772,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr ""
@@ -1817,106 +1817,106 @@ msgstr ""
 msgid "icewm - About"
 msgstr "icewm - o"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 #, fuzzy
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Neki drugi upravitelj prozorima je veÄ‡ pokrenut, izlazim..."
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "Odjav_ljivanje"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Odustani od odjavljivanja"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "ZakljuÄaj _Radnu stanicu"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Ponovno pokreni _raÄunalo"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "_Ugasi raÄunalo"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Ponovno pokreni _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Ponovno pokreni _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Meni"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Gornje spajanje"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Spoji"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "Na_Vrhu"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normalno"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Ispod"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "_Radno OkruÅ¾je"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -1924,152 +1924,152 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "PosloÅ¾i _Horizontalno"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "PosloÅ¾i _Vertikalno"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "Pov_rati"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Pomakni"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_VeliÄina"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimiziraj"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ksimiziraj"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 #, fuzzy
 #| msgid "Maximize"
 msgid "Maximize_Vert"
 msgstr "Maksimiziraj"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 #, fuzzy
 #| msgid "Maximize"
 msgid "MaximizeHori_z"
 msgstr "Maksimiziraj"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr ""
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_Sakrij"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Zarola_j"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "Po_digni"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Spus_ti"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Ra_zina"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Pomakni _Na"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Z_auzmi sve"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr ""
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr ""
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_Zatvori"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Ubij klijent"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Popi_s prozora"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Neki drugi upravitelj prozorima je veÄ‡ pokrenut, izlazim..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, fuzzy, c-format
 msgid ""
 "Could not restart: %s\n"
 "Does $PATH lead to %s?"
 msgstr "Ne mogu ponovno pokrenuti %s, nije u $PATH-u?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<nema>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2081,7 +2081,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2113,21 +2113,21 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, fuzzy, c-format
 msgid "%s configured options:%s\n"
 msgstr "Nepoznata opcija prozora: %s"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Potvrdite odjavljivanje"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2163,7 +2163,7 @@ msgstr "Odrolaj"
 msgid "Rollup"
 msgstr "Zarolaj"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2219,13 +2219,13 @@ msgstr "_Ponovno pokreni icewm"
 msgid "_About"
 msgstr "_O programu"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
 msgstr ""
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Ubij klijent: "
 
@@ -2294,11 +2294,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/hu.po 2.9.9-1/po/hu.po
--- 2.9.8-1/po/hu.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/hu.po	2022-08-01 21:49:30.000000000 +0000
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.2.7\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2019-02-07 06:32+0000\n"
 "Last-Translator: Robert Taisz <robert.taisz@emerald.hu>\n"
 "Language-Team: Hungarian <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -79,7 +79,7 @@ msgstr "DÃ¡tum"
 msgid "Default"
 msgstr "AlapÃ©rtelmezett"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_LetiltÃ¡s"
@@ -95,12 +95,12 @@ msgid "Â°C"
 msgstr "Â°C"
 
 # ../src/acpustatus.cc:133
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "%s CPU terhelÃ©se: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -109,7 +109,7 @@ msgstr ""
 "\n"
 "RAM (szabad): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -118,7 +118,7 @@ msgstr ""
 "\n"
 "LapozÃ³fÃ¡jl (szabad): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -127,7 +127,7 @@ msgstr ""
 "\n"
 "ACPI-hÅ‘mÃ©rsÃ©klet: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -136,15 +136,15 @@ msgstr ""
 "\n"
 "CPU frekvenciÃ¡ja: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "TerhelÃ©s: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -153,16 +153,16 @@ msgstr ""
 "\n"
 "RAM (felhasznÃ¡lÃ³): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_EgyesÃ­tÃ©s"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_KÃ¼lÃ¶n"
 
@@ -366,7 +366,7 @@ msgid "NET"
 msgstr "HÃLÃ“ZAT"
 
 # ../src/wmstatus.cc:170
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "MunkaterÃ¼let: "
 
@@ -1065,209 +1065,209 @@ msgid "WordProcessor"
 msgstr "SzÃ¶vegszerkesztÅ‘"
 
 # ../src/icehelp.cc:539
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Vissza"
 
 # ../src/icehelp.cc:539
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Bal"
 
 # ../src/icehelp.cc:540
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "ElÅ‘re"
 
 # ../src/icehelp.cc:540
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Jobb"
 
 # ../src/icehelp.cc:542
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "ElÅ‘zÅ‘"
 
 # ../src/icehelp.cc:543
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "KÃ¶vetkezÅ‘"
 
 # ../src/icehelp.cc:545
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Tartalom"
 
 # ../src/icehelp.cc:546
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Index"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
 # ../src/icehelp.cc:548 ../src/icesame.cc:59 ../src/iceview.cc:69
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "WebBrowser"
 msgid "Open in Browser"
 msgstr "BÃ¶ngÃ©szÅ‘"
 
 # ../src/icehelp.cc:548 ../src/icesame.cc:59 ../src/iceview.cc:69
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
 # ../src/icesame.cc:57
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
 # ../src/icehelp.cc:548 ../src/icesame.cc:59 ../src/iceview.cc:69
 # ../src/wmframe.cc:127
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "BezÃ¡rÃ¡s"
 
 # ../src/icehelp.cc:548 ../src/icesame.cc:59 ../src/iceview.cc:69
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
 # ../src/icehelp.cc:548 ../src/icesame.cc:59 ../src/iceview.cc:69
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "GYIK"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "KÃ©zikÃ¶nyv"
 
 # ../src/icehelp.cc:548 ../src/icesame.cc:59 ../src/iceview.cc:69
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "TermÃ©ktÃ¡mogatÃ¡s"
 
 # ../src/wmabout.cc:33
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "TÃ©ma ÃºtmutatÃ³ja"
 
 # ../src/iceview.cc:66
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Webhely"
 
 # ../src/iceview.cc:67
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
 # ../src/yinput.cc:53
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
 # ../src/yinput.cc:55
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Nem tÃ¡mogatott protokoll."
 
 # ../src/icehelp.cc:1247
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Ã‰rvÃ©nytelen Ãºtvonal: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Az elÃ©rÃ©si Ãºt nem hivatkozik fÃ¡jlra."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Nem sikerÃ¼lt megnyitni a fÃ¡jlt olvasÃ¡shoz."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Nem sikerÃ¼lt lÃ©trehozni egy ideiglenes fÃ¡jlt"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Nem sikerÃ¼lt vÃ©grehajtani a rendszerparancsot (%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Nem sikerÃ¼lt a(z) %s kibontÃ¡sa"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "Nem sikerÃ¼lt megtalÃ¡lni a curl vagy a wget programot a PATH vÃ¡ltozÃ³ban"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "Az URL nem biztonsÃ¡gos karaktereket tartalmaz"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1344,7 +1344,7 @@ msgstr ""
 "\n"
 
 # ../src/wmoption.cc:209
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "'%s' beÃ¡llÃ­tÃ¡s figyelmen kÃ­vÃ¼l hagyÃ¡sa"
@@ -1398,142 +1398,142 @@ msgstr "Same Game"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr ""
 "NÃ©vvel rendelkezÅ‘ szimbÃ³lumok a \"%s\" tartomÃ¡nybÃ³l (numerikus tartomÃ¡ny: "
 "%ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "TartomÃ¡nyon kÃ­vÃ¼li munkaterÃ¼let: %ld"
 
 # ../src/icehelp.cc:1247
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Ã‰rvÃ©nytelen munkaterÃ¼let nÃ©v: \"%s\""
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME ablakrÃ©teg"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM panel tulajdonsÃ¡gok"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Save Modifications"
 msgid "Motif functions"
 msgstr "MÃ³dosÃ­tÃ¡sok mentÃ©se"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Save Modifications"
 msgid "Motif decorations"
 msgstr "MÃ³dosÃ­tÃ¡sok mentÃ©se"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "GNOME ablakÃ¡llapot"
 
 # ../src/wmstatus.cc:170
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "MunkaterÃ¼let szÃ¡ma: %d: \"%s\"\n"
 
 # ../src/icehelp.cc:1247
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "Ã‰rvÃ©nytelen argumentum: \"%s\"."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
 # ../src/icehelp.cc:1247
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "Ã‰rvÃ©nytelen argumentum: \"%s\"."
 
 # ../src/icehelp.cc:1247
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "Ã‰rvÃ©nytelen argumentum: \"%s\"."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "A(z) `%s' mÅ±velet legalÃ¡bb %d argumentumot vÃ¡r."
 
 # ../src/icehelp.cc:1247
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Ã‰rvÃ©nytelen kifejezÃ©s: \"%s\""
 
 # ../src/icetail.cc:124 ../src/icewmbg.cc:199 ../src/icewmhint.cc:74
 # ../src/yapp.cc:582
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Nem lehet megnyitni a %s kÃ©pernyÅ‘t. Az X-nek futnia kell \n"
 "Ã©s a $DISPLAY-t be kell Ã¡llÃ­tani."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 #| msgid "Unexepected menu keyword: '%s'"
 msgid "Unexpected: `%s'."
 msgstr "Nem vÃ¡rt menÃ¼kulcsszÃ³: '%s 1'"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Nincs megadott mÅ±velet."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Ã‰rvÃ©nytelen ablak azonosÃ­tÃ³: \"%s\""
 
 # ../src/icehelp.cc:1247
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "Ã‰rvÃ©nytelen argumentum: \"%s\"."
 
 # ../src/icehelp.cc:1247
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "Ã‰rvÃ©nytelen argumentum: \"%s\"."
 
 # ../src/wmoption.cc:209
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Ismeretlen ablakbeÃ¡llÃ­tÃ¡s: \"%s\""
@@ -2062,7 +2062,7 @@ msgstr ""
 "\n"
 
 # ../src/wmoption.cc:209
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Nem azonosÃ­thatÃ³ beÃ¡llÃ­tÃ¡s: '%s'."
@@ -2106,7 +2106,7 @@ msgstr ""
 "  -h, --help          MegjelenÃ­ti ezt a hasznÃ¡lati kÃ©pernyÅ‘t, Ã©s kilÃ©p.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Ismeretlen irÃ¡ny az Ã¡thelyezÃ©s/Ã¡tmÃ©retezÃ©s kÃ©rÃ©snÃ©l: %d"
@@ -2158,122 +2158,122 @@ msgstr "IceWM - NÃ©vjegy"
 
 #
 # ../src/wmapp.cc:581
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "Egy mÃ¡sik ablakkezelÅ‘ mÃ¡r fut, lecserÃ©lÃ©sÃ©hez hasznÃ¡lja a --replace "
 "beÃ¡llÃ­tÃ¡st"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Nem sikerÃ¼lt a(z) %s vÃ¡lasztÃ¡s tulajdonosakÃ©nti beÃ¡llÃ­tÃ¡s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "VÃ¡rakozÃ¡s a rÃ©gi ablakkezelÅ‘ lecserÃ©lÃ©sÃ©re"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "KÃ©sz."
 
 # OS/2 is dead, but... ;-)
 # ../src/wmapp.cc:457
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_KilÃ©pÃ©s"
 
 # ../src/wmapp.cc:458
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_KilÃ©pÃ©s megszakÃ­tÃ¡sa"
 
 # ../src/wmdialog.cc:59
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "MunkaÃ¡llomÃ¡s le_zÃ¡rÃ¡sa"
 
 # ../src/wmdialog.cc:87
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Ãš_jraindÃ­tÃ¡s"
 
 # ../src/wmdialog.cc:94
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "_KikapcsolÃ¡s"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "_AlvÃ³ mÃ³d"
 
 # ../src/wmapp.cc:468
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Az _IceWM ÃºjraindÃ­tÃ¡sa"
 
 # ../src/wmapp.cc:474
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Az _Xterm ÃºjraindÃ­tÃ¡sa"
 
 # ../src/wmapp.cc:488
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_MenÃ¼"
 
 # ../src/wmapp.cc:489
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "Dokk _felett"
 
 # ../src/wmapp.cc:490
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Dokk"
 
 # ../src/wmapp.cc:491
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_ElÃ¶l"
 
 # ../src/wmapp.cc:492
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_NormÃ¡l"
 
 # ../src/wmapp.cc:493
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_HÃ¡tul"
 
 # ../src/wmapp.cc:494
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "_Asztal"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -2281,137 +2281,137 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 # ../src/wmtaskbar.cc:208 ../src/wmwinlist.cc:254 ../src/wmwinlist.cc:263
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "_VÃ­zszintes mozaik"
 
 # ../src/wmtaskbar.cc:207 ../src/wmwinlist.cc:253 ../src/wmwinlist.cc:262
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "_FÃ¼ggÅ‘leges mozaik"
 
 # ../src/wmapp.cc:505
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_VisszaÃ¡llÃ­tÃ¡s"
 
 # ../src/wmapp.cc:506
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_MozgatÃ¡s"
 
 # ../src/wmapp.cc:507
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "MÃ©_retezÃ©s"
 
 # ../src/wmapp.cc:508
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimalizÃ¡lÃ¡s"
 
 # ../src/wmapp.cc:509
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ximalizÃ¡lÃ¡s"
 
 # ../src/wmframe.cc:105 ../src/wmframe.cc:515 ../src/wmframe.cc:2182
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "MaximalizÃ¡lÃ¡s fÃ¼gg."
 
 # ../src/wmframe.cc:105 ../src/wmframe.cc:515 ../src/wmframe.cc:2182
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "MaximalizÃ¡lÃ¡s vÃ­zsz."
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_Teljes kÃ©pernyÅ‘"
 
 # ../src/wmapp.cc:511 ../src/wmwinlist.cc:248
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "Elre_jtÃ©s"
 
 # ../src/wmapp.cc:513
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Fel_gÃ¶rgetÃ©s"
 
 # ../src/wmapp.cc:515
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "_ElÅ‘rehozÃ¡s"
 
 # ../src/wmapp.cc:516
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "_HÃ¡tra kÃ¼ldÃ©s"
 
 # ../src/wmapp.cc:517
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "E_lrendezÃ©s"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
 # ../src/wmapp.cc:520 ../src/wmwinlist.cc:251
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Ãthelye_zÃ©s mÃ¡sik munkaterÃ¼letre"
 
 # ../src/wmapp.cc:521
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "MegjelenÃ©s minden mun_katerÃ¼leten"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_MunkaterÃ¼let korlÃ¡tozÃ¡sa"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Panel_ikon"
 
 # ../src/wmapp.cc:524 ../src/wmwinlist.cc:236 ../src/wmwinlist.cc:258
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_BezÃ¡rÃ¡s"
 
 # ../src/wmwinlist.cc:238
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Kliens lelÃ¶vÃ©se"
 
 # ../src/wmapp.cc:527 ../src/wmwinmenu.cc:135
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Ablak_lista"
 
 #
 # ../src/wmapp.cc:581
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Egy mÃ¡sik ablakkezelÅ‘ mÃ¡r fut, kilÃ©pÃ©s..."
 
 # ../src/wmapp.cc:637
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2421,11 +2421,11 @@ msgstr ""
 "Esetleg nincsen a $PATH-ban (elÃ©rÃ©si\n"
 "Ãºtvonalban) Ã©s ezÃ©rt nem elÃ©rhetÅ‘ %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2433,18 +2433,18 @@ msgstr ""
 
 # ../src/icetail.cc:126 ../src/icewmbg.cc:201 ../src/icewmhint.cc:76
 # ../src/yapp.cc:584
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<nincs>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      A munkamenet-kezelÅ‘hÃ¶z valÃ³ csatlakozÃ¡skor hasznÃ¡landÃ³ "
 "Ã¼gyfÃ©lazonosÃ­tÃ³.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2455,7 +2455,7 @@ msgstr ""
 "  --debug-z           Ablaksorrenddel kapcsolatos hibakeresÃ©si Ã¼zenetek "
 "nyomtatÃ¡sa.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 #, fuzzy
 #| msgid ""
 #| "\n"
@@ -2477,7 +2477,7 @@ msgstr ""
 "  -t, --theme=FÃJL    TÃ©ma betÃ¶ltÃ©se a FÃJL-bÃ³l.\n"
 "  --postpreferences   BeÃ¡llÃ­tÃ¡sok nyomtatÃ¡sa a feldolgozÃ¡s utÃ¡n.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2538,24 +2538,24 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s konfigurÃ¡ciÃ³s kÃ¶nyvtÃ¡rai:\n"
 
 # ../src/wmoption.cc:209
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s konfigurÃ¡lt beÃ¡llÃ­tÃ¡s: %s\n"
 
 # ../src/wmapp.cc:676
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "KilÃ©pÃ©s megerÅ‘sÃ­tÃ©se"
 
 # ../src/wmapp.cc:677
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2599,7 +2599,7 @@ msgstr "LegÃ¶rget"
 msgid "Rollup"
 msgstr "FelgÃ¶rgetÃ©s"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2660,7 +2660,7 @@ msgstr "Az _IceWM ÃºjraindÃ­tÃ¡sa"
 msgid "_About"
 msgstr "N_Ã©vjegy"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2671,7 +2671,7 @@ msgstr ""
 
 #
 # ../src/wmframe.cc:1183
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Kliens leÃ¶lÃ©se: "
 
@@ -2754,11 +2754,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr "A(z) '%s' nem hoz lÃ©tre kimenetet"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/icewm.pot 2.9.9-1/po/icewm.pot
--- 2.9.8-1/po/icewm.pot	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/icewm.pot	2022-08-01 21:49:30.000000000 +0000
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: icewm 2.9.8\n"
+"Project-Id-Version: icewm 2.9.9\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -69,7 +69,7 @@ msgstr ""
 msgid "Default"
 msgstr ""
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr ""
@@ -84,64 +84,64 @@ msgstr ""
 msgid "Â°C"
 msgstr ""
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr ""
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
 "Ram (free): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
 "Swap (free): %.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
 "ACPI Temp: "
 msgstr ""
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
 "CPU Freq: %.3fGHz"
 msgstr ""
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr ""
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr ""
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
 "Ram (user): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr ""
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr ""
 
@@ -322,7 +322,7 @@ msgstr ""
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr ""
 
@@ -1016,178 +1016,178 @@ msgstr ""
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr ""
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr ""
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr ""
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr ""
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr ""
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr ""
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr ""
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr ""
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr ""
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr ""
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr ""
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr ""
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr ""
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr ""
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr ""
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr ""
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr ""
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr ""
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr ""
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr ""
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr ""
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1225,7 +1225,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr ""
@@ -1270,115 +1270,115 @@ msgstr ""
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr ""
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr ""
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr ""
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr ""
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr ""
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr ""
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr ""
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr ""
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr ""
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr ""
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr ""
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr ""
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr ""
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr ""
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr ""
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr ""
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr ""
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr ""
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr ""
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr ""
@@ -1689,7 +1689,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr ""
@@ -1723,7 +1723,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr ""
@@ -1768,105 +1768,105 @@ msgstr ""
 msgid "icewm - About"
 msgstr ""
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr ""
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr ""
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr ""
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr ""
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr ""
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr ""
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr ""
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr ""
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr ""
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr ""
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr ""
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr ""
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr ""
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr ""
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -1874,148 +1874,148 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr ""
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr ""
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr ""
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr ""
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr ""
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr ""
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr ""
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr ""
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr ""
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr ""
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr ""
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr ""
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr ""
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr ""
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr ""
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr ""
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr ""
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr ""
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr ""
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr ""
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr ""
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr ""
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
 "Does $PATH lead to %s?"
 msgstr ""
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr ""
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2027,7 +2027,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2059,21 +2059,21 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr ""
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr ""
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2107,7 +2107,7 @@ msgstr ""
 msgid "Rollup"
 msgstr ""
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2162,13 +2162,13 @@ msgstr ""
 msgid "_About"
 msgstr ""
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
 msgstr ""
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr ""
 
@@ -2237,11 +2237,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/id.po 2.9.9-1/po/id.po
--- 2.9.8-1/po/id.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/id.po	2022-08-01 21:49:30.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.0.9\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-01-12 07:11+0000\n"
 "Last-Translator: Kukuh Syafaat <syafaatkukuh@gmail.com>\n"
 "Language-Team: Indonesian <https://l10n.opensuse.org/projects/icewm/"
@@ -73,7 +73,7 @@ msgstr "Tanggal"
 msgid "Default"
 msgstr "Bawaan"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Nonaktif"
@@ -88,12 +88,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU %s Beban: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -102,7 +102,7 @@ msgstr ""
 "\n"
 "Ram (bebas): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -111,7 +111,7 @@ msgstr ""
 "\n"
 "Swap (bebas): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -120,7 +120,7 @@ msgstr ""
 "\n"
 "Temperatur ACPI: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -129,15 +129,15 @@ msgstr ""
 "\n"
 "Frekuensi CPU: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Beban: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -146,16 +146,16 @@ msgstr ""
 "\n"
 "Ram (pengguna): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Gabung"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "Pi_sahkan"
 
@@ -341,7 +341,7 @@ msgstr "turun"
 msgid "NET"
 msgstr "NET"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Ruang kerja: "
 
@@ -1035,178 +1035,178 @@ msgstr "Pengembangan Web"
 msgid "WordProcessor"
 msgstr "Pengolah Kata"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Kembali"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Kiri"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Maju"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Kanan"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Sebelumnya"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Berikutnya"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Isi"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Indeks"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Temukanâ€¦"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Temukan berikutnya"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "Buka di Peramban"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Muat ulang"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Tutup"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "FAQ"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Manual"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Dukungan"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Tema Howto"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Situs Web"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Protokol tidak didukung."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Path tidak valid: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Path tidak merujuk ke berkas."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Gagal membuka berkas untuk membaca."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Gagal membuat berkas sementara"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Gagal mengeksekusi sistem(%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Gagal untuk dekompresi %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "Tidak dapat menemukan curl atau wget di PATH"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "Karakter yang tidak aman di URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1278,7 +1278,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Mengabaikan opsi '%s'"
@@ -1323,115 +1323,115 @@ msgstr "Permainan yang Sama"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Untuk bantuan silahkan baca halaman manual icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Nama simbol dari domain `%s' (rentang numerik: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Ruang kerja di luar jangkauan: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Nama ruang kerja tidak valid: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Lapisan jendela GNOME"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "Opsi baki IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "Simbol gravitasi"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Fungsi motif"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Hiasan motif"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "Keadaan jendela EWMH"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "ruang kerja #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "Keadaan tidak valid: '%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "Tidak dapat mendapatkan geometri jendela 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "Xinerama tidak valid: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "Argumen tidak valid: '%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Aksi '%s' memerlukan setidaknya argumen %d."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Ekspresi tidak valid: '%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr "Tidak dapat membuka tampilan: %s. X harus berjalan dan atur $DISPLAY."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "Tak diharapkan: `%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Tidak ada jendela yang ditemukan."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Tidak ada aksi yang ditentukan."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Pengidentifikasi jendela tidak valid: '%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "PID tidak valid: '%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "Lapisan tidak valid: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Aksi tidak diketahui: '%s'"
@@ -1875,7 +1875,7 @@ msgstr ""
 " center:0 scaled:1 = isi kedua dimensi dan pertahankan rasio aspek\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Opsi yang tidak dikenali '%s'."
@@ -1918,7 +1918,7 @@ msgstr ""
 "  -h, --help          Cetak layar penggunaan ini dan keluar.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Arah tidak dikenal dalam memindahkan/mengubah  permintaan: %d"
@@ -1963,105 +1963,105 @@ msgstr "Perender:"
 msgid "icewm - About"
 msgstr "icewm - Tentang"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Pengelola jendela sudah berjalan, gunakan --replace untuk menggantinya"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Gagal menjadi pemilik pilihan %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "Menunggu untuk mengganti pengelola jendela lama"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "selesai."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Keluar"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "Batal kelua_r"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "Kunci _Workstation"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Mulai Ulan_g"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "Ma_tikan"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "Mode _Tidur"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Mulai ulang _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Mulai ulang _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Menu"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "Di _Atas Dok"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Dok"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "D_i Atas"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "Di _Bawah"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "D_estop"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "Belahan Kiri"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "Belahan Kanan"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "Belahan Puncak"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "Belahan Bawah"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "Kiri Atas"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "Kanan Atas"
 
@@ -2069,115 +2069,115 @@ msgstr "Kanan Atas"
 msgid "Bottom Left"
 msgstr "Kiri Bawah"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "Kanan Bawah"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "Tengah"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Ub_in Secara Horizontal"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Ubin Secara _Vertikal"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "P_ulihkan"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Pindahkan"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "U_kuran"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimalkan"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Maksima_lkan"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Maksimalkan_Vertikal"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "MaksimalkanHori_zontal"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "Layar Penu_h"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "Sembun_yikan"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "G_ulung"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "N_aik"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Tur_un"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "La_pisan"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "Jejeran"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Pindah _Ke"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Tempati Semu_a"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "Batasi Area Ker_ja"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "_Ikon baki"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_Tutup"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "Bunuh _Klien"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Daftar _jendela"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Pengelola jendela yang lain sudah berjalan, keluar..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2186,11 +2186,11 @@ msgstr ""
 "Tidak dapat memulai ulang: %s\n"
 "Apakah $PATH menuju ke %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "Konfirmasi Mulai Ulang sebagai Terminal"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2198,18 +2198,18 @@ msgstr ""
 "Lepaskan semua aplikasi dan mulai ulang\n"
 "sebagai terminal. Melanjutkan?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<NIHIL>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      Klien id yang digunakan saat menghubungi pengelola "
 "sesi.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2219,7 +2219,7 @@ msgstr ""
 "  --debug             Cetak pesan awakutu umum.\n"
 "  --debug-z           Cetak pesan awakutu tentang penumpukan jendela.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2239,7 +2239,7 @@ msgstr ""
 "  --rewrite-preferences  Mutakhirkan berkas preferensi yang ada.\n"
 "  --trace=conf,icon   Path jejak yang digunakan untuk memuat konfigurasi.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2299,21 +2299,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "Direktori konfigurasi %s:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "Opsi %s yang dikonfigurasi: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Konfirmasi Log Keluar"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2349,7 +2349,7 @@ msgstr "Gulung bawah"
 msgid "Rollup"
 msgstr "Gulung atas"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2406,7 +2406,7 @@ msgstr "Mu_lai ulang icewm"
 msgid "_About"
 msgstr "Tent_ang"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2414,7 +2414,7 @@ msgstr ""
 "PERINGATAN! Semua perubahan yang belum disimpan akan hilang saat\n"
 "klien ini terbunuh. Apakah Anda ingin melanjutkan?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Bunuh Klien: "
 
@@ -2485,11 +2485,11 @@ msgstr "'%s' waktunya habis!"
 msgid "'%s' produces no output"
 msgstr "'%s' tidak menghasilkan keluaran"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "Tak ada program setxkbmap"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Untuk mengubah papan tik, silakan instal setxkbmap."
 
diff -pruN 2.9.8-1/po/it.po 2.9.9-1/po/it.po
--- 2.9.8-1/po/it.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/it.po	2022-08-01 21:49:30.000000000 +0000
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: IceWM 1.2.31\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-02-21 13:12+0000\n"
 "Last-Translator: Davide Aiello <davide.aiello@novilingulists.com>\n"
 "Language-Team: Italian <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -74,7 +74,7 @@ msgstr "Data"
 msgid "Default"
 msgstr "Predefinito"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Disabilita"
@@ -89,12 +89,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "Carico CPU %s: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -103,7 +103,7 @@ msgstr ""
 "\n"
 "RAM (libera): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -112,7 +112,7 @@ msgstr ""
 "\n"
 "Swap (libero): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -121,7 +121,7 @@ msgstr ""
 "\n"
 "Temp ACPI: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -130,15 +130,15 @@ msgstr ""
 "\n"
 "Freq CPU: %.3f GHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Carico: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -147,16 +147,16 @@ msgstr ""
 "\n"
 "RAM (utente): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Combina"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Separa"
 
@@ -342,7 +342,7 @@ msgstr "inattivo"
 msgid "NET"
 msgstr "RETE"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Spazio di lavoro: "
 
@@ -1036,178 +1036,178 @@ msgstr "Sviluppo Web"
 msgid "WordProcessor"
 msgstr "Elaboratore di testi"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Indietro"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+FrecciaSinistra"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Avanti"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+FrecciaDestra"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Precedente"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Successivo"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Sommario"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Indice analitico"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Trova..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Trova successivo"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "Apri nel browser"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Ricarica"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Chiudi"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "FAQ"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Manuale"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Supporto"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Guida del tema"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Sito Web"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Protocollo non supportato."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Percorso non valido: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Il percorso non fa riferimento a un file."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Impossibile aprire il file in lettura."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Impossibile creare un file temporaneo"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Impossibile eseguire il sistema (%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Impossibile decomprimere %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "Impossibile individuare curl o wget in PATH"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "Caratteri non sicuri nell'URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1286,7 +1286,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Ignorata l'opzione '%s'"
@@ -1331,117 +1331,117 @@ msgstr "Stesso gioco"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Per assistenza consultare la manpage icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Simboli con nome del dominio '%s' (intervallo numerico: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Spazio di lavoro fuori intervallo: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Nome spazio di lavoro non valido: '%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Livello della finestra di GNOME"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "Opzione vassoio di IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "Simboli di gravitÃ "
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Funzioni Motif"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Decorazioni Motif"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "Stato della finestra di EWMH"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "spazio di lavoro #%d: '%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "Stato non valido: '%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "Impossibile ottenere geometria della finestra 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "Xinerama non valida: '%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "Argomento non valido: '%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "L'azione '%s' richiede almeno %d argomenti."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Espressione non valida: '%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Impossibile aprire il display: %s. X deve essere in esecuzione e la "
 "variabile $DISPLAY deve essere impostata."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "Imprevisto: `%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Nessuna finestra trovata."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Nessuna azione specificata."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Identificatore della finestra non valido: '%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "PID non valido: '%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "Strato non valido: '%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Azione sconosciuta: '%s'"
@@ -1892,7 +1892,7 @@ msgstr ""
 "proporzioni\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Opzione non riconosciuta '%s'."
@@ -1934,7 +1934,7 @@ msgstr ""
 "  -h, --help          Stampa questa schermata d'uso ed esce.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr ""
@@ -1980,106 +1980,106 @@ msgstr "Renderizzatore:"
 msgid "icewm - About"
 msgstr "icewm - Informazioni"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "Ãˆ giÃ  in esecuzione un altro window manager, usare --replace per sostituirlo"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Impossibile diventare proprietari della selezione %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "In attesa di sostituire il vecchio window manager"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "fatto."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Esci"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Annulla uscita"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "Blocca _postazione di lavoro"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Riav_via"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "Arresta il _sistema"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "_ModalitÃ  ri_sparmio energetico"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Riavvia _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Riavvia _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Menu"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Sopra l'aggancio"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Aggancio"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_In alto"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normale"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_In basso"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "D_esktop"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "MetÃ  sinistra"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "MetÃ  destra"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "MetÃ  superiore"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "MetÃ  inferiore"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "In alto a sinistra"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "In alto a destra"
 
@@ -2087,115 +2087,115 @@ msgstr "In alto a destra"
 msgid "Bottom Left"
 msgstr "In basso a sinistra"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "In basso a destra"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "In centro"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Affianca or_izzontalmente"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Affianca _verticalmente"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Ripristina"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Sposta"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_Ridimensiona"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimizza"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Massimi_zza"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Massimizza_Vert"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "Massimizza_Oriz"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_Schermo intero"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_Nascondi"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "A_rrotola"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "_Alza"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Ab_bassa"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "_Livello"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "Affianca"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Sposta _in"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Occupa _tutto"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "Limita _spazio di lavoro"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "_Icona vassoio"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_Chiudi"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Termina client"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Elenco delle _finestre"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Ãˆ in esecuzione un altro window manager, il componente viene chiuso..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2204,11 +2204,11 @@ msgstr ""
 "Impossibile riavviare: %s\n"
 "%s si trova in $PATH?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "Conferma riavvio come terminale"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2216,18 +2216,18 @@ msgstr ""
 "Annulla la gestione di tutte le applicazioni ed esegue il riavvio\n"
 "come terminale. Continuare?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<nessuno>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      ID del client da usare quando si contatta il gestore "
 "delle sessioni.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2238,7 +2238,7 @@ msgstr ""
 "  --debug-z           Stampa messaggi di debug riguardanti la pila delle "
 "finestre.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2259,7 +2259,7 @@ msgstr ""
 "  --trace=conf,icon   Traccia i percorsi utilizzati per caricare la "
 "configurazione.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2318,21 +2318,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "Directory di configurazione di %s:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "Opzioni configurate di %s: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Conferma uscita"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2368,7 +2368,7 @@ msgstr "Srotola"
 msgid "Rollup"
 msgstr "Arrotola"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2425,7 +2425,7 @@ msgstr "_Riavvia icewm"
 msgid "_About"
 msgstr "_Informazioni"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2433,7 +2433,7 @@ msgstr ""
 "Attenzione: la terminazione del client comporta\n"
 "la perdita delle modifiche non salvate. Procedere?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Termina client: "
 
@@ -2504,11 +2504,11 @@ msgstr "Time out di '%s'."
 msgid "'%s' produces no output"
 msgstr "'%s' non produce alcun risultato"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "Programma mancante setxkbmap"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Per cambiare tastiera, installare setxkbmap."
 
diff -pruN 2.9.8-1/po/ja.po 2.9.9-1/po/ja.po
--- 2.9.8-1/po/ja.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/ja.po	2022-08-01 21:49:30.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.0.6\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2021-12-17 05:12+0000\n"
 "Last-Translator: Yasuhiko Kamata <belphegor@belbel.or.jp>\n"
 "Language-Team: Japanese <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -70,7 +70,7 @@ msgstr "æ—¥ä»˜"
 msgid "Default"
 msgstr "æ—¢å®šå€¤"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "ç„¡åŠ¹ (_D)"
@@ -85,12 +85,12 @@ msgstr "UTC (_U)"
 msgid "Â°C"
 msgstr "åº¦ (æ‘‚æ°)"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU %s ã®è² è·: %3.2f %3.2f %3.2f, %u å€‹ã®ãƒ—ãƒ­ã‚»ã‚¹"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -99,7 +99,7 @@ msgstr ""
 "\n"
 "ãƒ¡ãƒ¢ãƒª (ç©ºã): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -108,7 +108,7 @@ msgstr ""
 "\n"
 "ã‚¹ãƒ¯ãƒƒãƒ— (ç©ºã): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -117,7 +117,7 @@ msgstr ""
 "\n"
 "ACPI æ¸©åº¦: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -126,15 +126,15 @@ msgstr ""
 "\n"
 "CPU å‘¨æ³¢æ•°: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "è² è·: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -143,16 +143,16 @@ msgstr ""
 "\n"
 "ãƒ¡ãƒ¢ãƒª (ãƒ¦ãƒ¼ã‚¶): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "ä¸€æ‹¬ (_C)"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "å€‹åˆ¥ (_S)"
 
@@ -338,7 +338,7 @@ msgstr "ãƒ€ã‚¦ãƒ³"
 msgid "NET"
 msgstr "ãƒãƒƒãƒˆ"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "ãƒ¯ãƒ¼ã‚¯ã‚¹ãƒšãƒ¼ã‚¹: "
 
@@ -1032,178 +1032,178 @@ msgstr "Webé–‹ç™º"
 msgid "WordProcessor"
 msgstr "ãƒ¯ãƒ¼ãƒ‰ãƒ—ãƒ­ã‚»ãƒƒã‚µ"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "æˆ»ã‚‹"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Left"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "é€²ã‚€"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Right"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "å‰"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "æ¬¡"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "å†…å®¹"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "ç›®æ¬¡"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "æ¤œç´¢..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "æ¬¡ã‚’æ¤œç´¢"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "ãƒ–ãƒ©ã‚¦ã‚¶ã§é–‹ã"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "å†èª­ã¿è¾¼ã¿"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "é–‰ã˜ã‚‹"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "FAQ"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "ã‚µãƒãƒ¼ãƒˆ"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "ãƒ†ãƒ¼ãƒžã®ä½œæˆæ–¹æ³•ã«ã¤ã„ã¦"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Web ã‚µã‚¤ãƒˆ"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "æœªå¯¾å¿œã®ãƒ—ãƒ­ãƒˆã‚³ãƒ«ã§ã™ã€‚"
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "ãƒ‘ã‚¹ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "ãƒ‘ã‚¹ã®æŒ‡å®šãŒãƒ•ã‚¡ã‚¤ãƒ«ã‚’æŒ‡ã—ç¤ºã—ã¦ã„ã¾ã›ã‚“ã€‚"
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "ãƒ•ã‚¡ã‚¤ãƒ«ã‚’èª­ã¿è¾¼ã¿ç”¨ã«é–‹ãå‡¦ç†ãŒå¤±æ•—ã—ã¾ã—ãŸã€‚"
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "ä¸€æ™‚ãƒ•ã‚¡ã‚¤ãƒ«ã‚’ä½œæˆã™ã‚‹å‡¦ç†ãŒå¤±æ•—ã—ã¾ã—ãŸ"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "system(%s) ã®å®Ÿè¡Œã«å¤±æ•—ã—ã¾ã—ãŸ (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "%s ã®å±•é–‹ã«å¤±æ•—ã—ã¾ã—ãŸ"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "PATH å†…ã« curl ãŠã‚ˆã³ wget ã®ã©ã¡ã‚‰ã‚‚è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "URL å†…ã«å®‰å…¨ã§ã¯ãªã„æ–‡å­—ãŒå«ã¾ã‚Œã¦ã„ã¾ã™"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1278,7 +1278,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "ä¸‹è¨˜ã®ã‚ªãƒ—ã‚·ãƒ§ãƒ³ã¯ç„¡è¦–ã•ã‚Œã¾ã™: '%s'"
@@ -1324,117 +1324,117 @@ msgid "For help please consult the man p
 msgstr ""
 "ãƒ˜ãƒ«ãƒ—ã‚’èª­ã¿ãŸã„å ´åˆã¯ icesh(1) ã®ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«ãƒšãƒ¼ã‚¸ã‚’å‚ç…§ã—ã¦ãã ã•ã„ã€‚\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "é ˜åŸŸ `%s' ã«å¯¾ã™ã‚‹ã‚·ãƒ³ãƒœãƒ«å (æ•°å€¤ç¯„å›²: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "ãƒ¯ãƒ¼ã‚¯ã‚¹ãƒšãƒ¼ã‚¹ã®ç¯„å›²ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "ãƒ¯ãƒ¼ã‚¯ã‚¹ãƒšãƒ¼ã‚¹åãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME ã‚¦ã‚¤ãƒ³ãƒ‰ã‚¦ãƒ¬ã‚¤ãƒ¤"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM ãƒˆãƒ¬ã‚¤ã‚¢ã‚¤ã‚³ãƒ³"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "ã‚°ãƒ©ãƒ“ãƒ†ã‚£ã‚·ãƒ³ãƒœãƒ«"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Motif æ©Ÿèƒ½"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Motif è£…é£¾"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "EWMH ã‚¦ã‚¤ãƒ³ãƒ‰ã‚¦çŠ¶æ…‹"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "ãƒ¯ãƒ¼ã‚¯ã‚¹ãƒšãƒ¼ã‚¹ #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "çŠ¶æ…‹ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "ã‚¦ã‚¤ãƒ³ãƒ‰ã‚¦ 0x%lx ã®ã‚¸ã‚ªãƒ¡ãƒˆãƒªã‚’å–å¾—ã§ãã¾ã›ã‚“"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "Xinerama ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "ãƒ‘ãƒ©ãƒ¡ãƒ¼ã‚¿ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: `%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ `%s' ã«ã¯å°‘ãªãã¨ã‚‚ %d å€‹ã®ãƒ‘ãƒ©ãƒ¡ãƒ¼ã‚¿ãŒå¿…è¦ã§ã™ã€‚"
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "è¡¨ç¾ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "ãƒ‡ã‚£ã‚¹ãƒ—ãƒ¬ã‚¤ %s ã‚’é–‹ãã“ã¨ãŒã§ãã¾ã›ã‚“ã€‚X ãŒèµ·å‹•ã•ã‚Œã¦ã„ã¦ã€ã‹ã¤ $DISPLAY ãŒ"
 "ã‚»ãƒƒãƒˆã•ã‚Œã¦ã„ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“ã€‚"
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "äºˆæœŸã—ãªã„ã‚­ãƒ¼ãƒ¯ãƒ¼ãƒ‰ã§ã™: '%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "ã‚¦ã‚¤ãƒ³ãƒ‰ã‚¦ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã€‚"
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ãŒæŒ‡å®šã•ã‚Œã¦ã„ã¾ã›ã‚“ã€‚"
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "ã‚¦ã‚¤ãƒ³ãƒ‰ã‚¦ã®è­˜åˆ¥å­ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "PID ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: `%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "ãƒ¬ã‚¤ãƒ¤ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "ä¸æ˜Žãªã‚¢ã‚¯ã‚·ãƒ§ãƒ³ã§ã™: `%s'"
@@ -1888,7 +1888,7 @@ msgstr ""
 " center:0 scaled:1 = ç¸¦æ¨ªã®ä¸¡æ–¹ã‚’åŸ‹ã‚ã€ã‚¢ã‚¹ãƒšã‚¯ãƒˆæ¯”ã‚’ç¶­æŒ\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "èªè­˜ã§ããªã„ã‚ªãƒ—ã‚·ãƒ§ãƒ³ '%s' ã§ã™ã€‚"
@@ -1929,7 +1929,7 @@ msgstr ""
 "  -h, --help          ã“ã®ä½¿ç”¨æ–¹æ³•ã‚’è¡¨ç¤ºã—ã¦çµ‚äº†ã—ã¾ã™ã€‚\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "ç§»å‹•ï¼ã‚µã‚¤ã‚ºå¤‰æ›´ã®è¦æ±‚ã«ãŠã„ã¦ã€æœªçŸ¥ã®æ–¹å‘ã‚’æŒ‡å®šã—ã¦ã„ã¾ã™: %d"
@@ -1974,107 +1974,107 @@ msgstr "ãƒ¬ãƒ³ãƒ€ãƒ©:"
 msgid "icewm - About"
 msgstr "icewm ã«ã¤ã„ã¦"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "ã‚¦ã‚¤ãƒ³ãƒ‰ã‚¦ãƒžãƒãƒ¼ã‚¸ãƒ£ã¯æ—¢ã«èµ·å‹•ã—ã¦ã„ã¾ã™ã€‚ --replace ã‚ªãƒ—ã‚·ãƒ§ãƒ³ã‚’æŒ‡å®šã™ã‚‹ã“ã¨"
 "ã§ã€æ–°ã—ã„ã‚¦ã‚¤ãƒ³ãƒ‰ã‚¦ãƒžãƒãƒ¼ã‚¸ãƒ£ã«ç½®ãæ›ãˆã‚‹ã“ã¨ãŒã§ãã¾ã™"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "%s ã®é¸æŠžã«å¯¾ã™ã‚‹æ‰€æœ‰è€…ã«ãªã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸ"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "ä»¥å‰ã®ã‚¦ã‚¤ãƒ³ãƒ‰ã‚¦ãƒžãƒãƒ¼ã‚¸ãƒ£ã®ç½®ãæ›ãˆã‚’å¾…ã£ã¦ã„ã¾ã™"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "å®Œäº†ã€‚"
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "ãƒ­ã‚°ã‚¢ã‚¦ãƒˆ (_L)"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "ãƒ­ã‚°ã‚¢ã‚¦ãƒˆã‚’ç ´æ£„ (_C)"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "ãƒ¯ãƒ¼ã‚¯ã‚¹ãƒ†ãƒ¼ã‚·ãƒ§ãƒ³ã‚’ãƒ­ãƒƒã‚¯ (_W)"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "å†èµ·å‹• (_B)"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "ã‚·ãƒ£ãƒƒãƒˆãƒ€ã‚¦ãƒ³ (_D)"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "ã‚¹ãƒªãƒ¼ãƒ—ãƒ¢ãƒ¼ãƒ‰ (_S)"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "icewm ã‚’å†èµ·å‹• (_I)"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "xterm ã‚’å†èµ·å‹• (_X)"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "ãƒ¡ãƒ‹ãƒ¥ãƒ¼ (_M)"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "ãƒ‰ãƒƒã‚¯ã®ä¸Š (_A)"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "ãƒ‰ãƒƒã‚¯ (_D)"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "ä¸Šã« (_O)"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "é€šå¸¸ (_N)"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "ä¸‹ã« (_B)"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "ãƒ‡ã‚¹ã‚¯ãƒˆãƒƒãƒ— (_E)"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "å·¦åŠåˆ†"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "å³åŠåˆ†"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "ä¸ŠåŠåˆ†"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "ä¸‹åŠåˆ†"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "å·¦ä¸Š"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "å³ä¸Š"
 
@@ -2082,115 +2082,115 @@ msgstr "å³ä¸Š"
 msgid "Bottom Left"
 msgstr "å·¦ä¸‹"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "å³ä¸‹"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "ä¸­å¤®"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "æ°´å¹³ã«ä¸¦ã¹ã‚‹ (_I)"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "åž‚ç›´ã«ä¸¦ã¹ã‚‹ (_V)"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "å…ƒã«æˆ»ã™ (_R)"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "ç§»å‹• (_M)"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "ã‚µã‚¤ã‚º (_S)"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "æœ€å°åŒ– (_N)"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "æœ€å¤§åŒ– (_X)"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "åž‚ç›´æ–¹å‘ã«æœ€å¤§åŒ– (_V)"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "æ°´å¹³æ–¹å‘ã«æœ€å¤§åŒ– (_Z)"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "ãƒ•ãƒ«ã‚¹ã‚¯ãƒªãƒ¼ãƒ³ (_F)"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "éš ã™ (_H)"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "ã‚·ã‚§ãƒ¼ãƒ‰ (_U)"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "ä¸Šã«è¡¨ç¤º (_A)"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "ä¸‹ã«è¡¨ç¤º (_L)"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "ãƒ¬ã‚¤ãƒ¤ (_Y)"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "ã‚¿ã‚¤ãƒ«"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "ç§»å‹• (_T)"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "å±…åº§ã‚‹ (_A)"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "ä½œæ¥­é ˜åŸŸã®åˆ¶é™ (_W)"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "ãƒˆãƒ¬ã‚¤ã‚¢ã‚¤ã‚³ãƒ³ (_I)"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "é–‰ã˜ã‚‹ (_C)"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆå¼·åˆ¶çµ‚äº† (_K)"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "ã‚¦ã‚¤ãƒ³ãƒ‰ã‚¦ä¸€è¦§ (_W)"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "ä»–ã®ã‚¦ã‚¤ãƒ³ãƒ‰ã‚¦ãƒžãƒãƒ¼ã‚¸ãƒ£ãŒæ—¢ã«èµ·å‹•ã—ã¦ã„ã¾ã™ã€‚çµ‚äº†ã—ã¾ã™..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2199,11 +2199,11 @@ msgstr ""
 "%s ã‚’å†èµ·å‹•ã§ãã¾ã›ã‚“ã€‚\n"
 "$PATH å†…ã« %s ãŒã‚ã‚Šã¾ã™ã‹ï¼Ÿ"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "ç«¯æœ«ã¨ã—ã¦å†èµ·å‹•ã‚’è¡Œãªã†ç¢ºèª"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2211,18 +2211,18 @@ msgstr ""
 "å…¨ã¦ã®ã‚¢ãƒ—ãƒªã‚±ãƒ¼ã‚·ãƒ§ãƒ³ã‚’ç®¡ç†ã‹ã‚‰å¤–ã—ã€\n"
 "ç«¯æœ«ã¨ã—ã¦å†èµ·å‹•ã—ã¾ã™ã€‚ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<ãªã—>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      ã‚»ãƒƒã‚·ãƒ§ãƒ³ãƒžãƒãƒ¼ã‚¸ãƒ£ã«æŽ¥ç¶šã™ã‚‹éš›ã®ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆ ID ã‚’æŒ‡"
 "å®šã—ã¾ã™ã€‚\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2233,7 +2233,7 @@ msgstr ""
 "  --debug-z           ã‚¦ã‚¤ãƒ³ãƒ‰ã‚¦ã®ã‚¹ã‚¿ãƒƒã‚¯å‡¦ç†ã«é–¢é€£ã™ã‚‹ãƒ‡ãƒãƒƒã‚°ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’"
 "è¡¨ç¤ºã—ã¾ã™ã€‚\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2253,7 +2253,7 @@ msgstr ""
 "  --rewrite-preferences  æ—¢å­˜ã®è¨­å®šãƒ•ã‚¡ã‚¤ãƒ«ã‚’æ›´æ–°ã—ã¾ã™ã€‚\n"
 "  --trace=conf,icon   è¨­å®šã®èª­ã¿è¾¼ã¿æ™‚ã«ä½¿ç”¨ã™ã‚‹ãƒ‘ã‚¹ã‚’ãƒˆãƒ¬ãƒ¼ã‚¹ã—ã¾ã™ã€‚\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2313,21 +2313,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s ã®è¨­å®šãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒª:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s ã®è¨­å®šæ¸ˆã¿ã‚ªãƒ—ã‚·ãƒ§ãƒ³: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "ãƒ­ã‚°ã‚¢ã‚¦ãƒˆã®ç¢ºèª"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2363,7 +2363,7 @@ msgstr "ã‚·ã‚§ãƒ¼ãƒ‰è§£é™¤"
 msgid "Rollup"
 msgstr "ã‚·ã‚§ãƒ¼ãƒ‰"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2420,7 +2420,7 @@ msgstr "icewm ã‚’å†èµ·å‹• (_R)"
 msgid "_About"
 msgstr "æƒ…å ± (_A)"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2428,7 +2428,7 @@ msgstr ""
 "ã“ã®ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆã‚’å¼·åˆ¶çµ‚äº†ã™ã‚‹ã¨ã€ä¿å­˜ã•ã‚Œã¦\n"
 "ã„ãªã„å¤‰æ›´ç‚¹ãŒå¤±ã‚ã‚Œã¦ã—ã¾ã„ã¾ã™ã€‚å‡¦ç†ã‚’ç¶šã‘ã¦ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆå¼·åˆ¶çµ‚äº†: "
 
@@ -2499,11 +2499,11 @@ msgstr "'%s' ãŒæ™‚é–“åˆ‡ã‚Œã«ãªã‚Šã¾
 msgid "'%s' produces no output"
 msgstr "'%s' ã¯ä½•ã‚‚å‡ºåŠ›ã—ã¾ã›ã‚“ã§ã—ãŸ"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "ãƒ—ãƒ­ã‚°ãƒ©ãƒ  setxkbmap ãŒã‚ã‚Šã¾ã›ã‚“"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 "ã‚­ãƒ¼ãƒœãƒ¼ãƒ‰ã®åˆ‡ã‚Šæ›¿ãˆã‚’è¡Œãªã†ãŸã‚ã€ setxkbmap ã‚’ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ã¦ãã ã•ã„ã€‚"
diff -pruN 2.9.8-1/po/ko.po 2.9.9-1/po/ko.po
--- 2.9.8-1/po/ko.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/ko.po	2022-08-01 21:49:30.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: IceWM 1.2.35\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2019-02-07 06:32+0000\n"
 "Last-Translator: Hwajin Kim <hwajin.kim@e4net.net>\n"
 "Language-Team: Korean <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -73,7 +73,7 @@ msgstr "ë‚ ì§œ"
 msgid "Default"
 msgstr "ê¸°ë³¸ê°’"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Disable"
@@ -88,12 +88,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU %s ë¡œë“œ: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -102,7 +102,7 @@ msgstr ""
 "\n"
 "ëž¨(ì—¬ìœ ): %5.3f(%.3f)G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -111,7 +111,7 @@ msgstr ""
 "\n"
 "ìŠ¤ì™‘(ì—¬ìœ ): %.3f(%.3f)G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -120,7 +120,7 @@ msgstr ""
 "\n"
 "ACPI ì˜¨ë„: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -129,15 +129,15 @@ msgstr ""
 "\n"
 "CPU ì†ë„: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "ë¡œë“œ: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -146,16 +146,16 @@ msgstr ""
 "\n"
 "Ram(ì‚¬ìš©ìž): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Combine"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Separate"
 
@@ -347,7 +347,7 @@ msgstr "ë§ì•„ë‚´ë¦¬ê¸°"
 msgid "NET"
 msgstr "NET"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "ìž‘ì—…ê³µê°„: "
 
@@ -1041,188 +1041,188 @@ msgstr "ì›¹ ê°œë°œ"
 msgid "WordProcessor"
 msgstr "ì›Œë“œ í”„ë¡œì„¸ì„œ"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "ë’¤ë¡œ"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Left"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "ì•žìœ¼ë¡œ"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Right"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "ì´ì „ìœ¼ë¡œ"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "ë‹¤ìŒìœ¼ë¡œ"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "ë‚´ìš©"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "ìƒ‰ì¸"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "WebBrowser"
 msgid "Open in Browser"
 msgstr "ì›¹ ë¸Œë¼ìš°ì €"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "ë‹«ê¸°"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "FAQ"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "ë§¤ë‰´ì–¼"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "ì§€ì›"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "í…Œë§ˆ ë§Œë“œëŠ” ë°©ë²•"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "ì›¹ ì‚¬ì´íŠ¸"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "í”„ë¡œí† ì½œ ì§€ì› ì•ˆ ë¨."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "ìž˜ëª»ëœ ê²½ë¡œ: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "ê²½ë¡œê°€ íŒŒì¼ì„ ì°¸ì¡°í•˜ì§€ ì•ŠìŠµë‹ˆë‹¤."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "ì½ê¸° ìœ„í•´ íŒŒì¼ì„ ì—´ì§€ ëª»í–ˆìŠµë‹ˆë‹¤."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "ìž„ì‹œ íŒŒì¼ ë§Œë“¤ê¸° ì‹¤íŒ¨"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "ì‹œìŠ¤í…œì„ ì‹¤í–‰í•˜ì§€ ëª»í–ˆìŠµë‹ˆë‹¤(%s)(%d)."
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "%së¥¼ ì••ì¶•ì„ í‘¸ëŠ” ë° ì‹¤íŒ¨"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "PATHì—ì„œ curl ë˜ëŠ” wgetì„ ì°¾ì„ ìˆ˜ ì—†ìŠµë‹ˆë‹¤."
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "URLì˜ ì•ˆì „í•˜ì§€ ì•Šì€ ë¬¸ìž"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1294,7 +1294,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "ì˜µì…˜ '%s' ë¬´ì‹œ"
@@ -1339,127 +1339,127 @@ msgstr "ê°™ì€ ê²Œìž„"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "`%s' ë„ë©”ì¸ì˜ ì§€ëª…ëœ ì‹¬ë³¼ë“¤ (ìˆ«ìž ë²”ìœ„: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "ë²”ìœ„ ë°–ì˜ ìž‘ì—…ê³µê°„: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "ìž˜ëª»ëœ ìž‘ì—…ê³µê°„ ì´ë¦„: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME ì°½ ë ˆì´ì–´"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM íŠ¸ë ˆì´ ì˜µì…˜"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Save Modifications"
 msgid "Motif functions"
 msgstr "ìˆ˜ì • ì‚¬í•­ ì €ìž¥"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Save Modifications"
 msgid "Motif decorations"
 msgstr "ìˆ˜ì • ì‚¬í•­ ì €ìž¥"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "GNOME ì°½ ìƒíƒœ"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "ìž‘ì—…ê³µê°„ #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "ìž˜ëª»ëœ ì¸ìˆ˜: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "ìž˜ëª»ëœ ì¸ìˆ˜: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "ìž˜ëª»ëœ ì¸ìˆ˜: `%s'."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "`%s' ë™ìž‘ì€ ìµœì†Œ %d ê°œì˜ ì¸ìˆ˜ë¥¼ ìš”êµ¬í•œë‹¤."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "ìž˜ëª»ëœ í‘œí˜„: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr "ë””ìŠ¤í”Œë ˆì´ë¥¼ ì—´ì§€ ëª»í•¨: %s. X ì‹¤í–‰ ì¤‘ì—¬ì•¼ í•˜ê³  $DISPLAY ì •í•´ì•¼ í•¨."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 #| msgid "Unexepected menu keyword: '%s'"
 msgid "Unexpected: `%s'."
 msgstr "ì˜ˆê¸°ì¹˜ ì•Šì€ ë©”ë‰´ í‚¤ì›Œë“œ: '%s'"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "ì•„ë¬´ ë™ìž‘ë„ ì§€ì •í•˜ì§€ ì•ŠìŒ."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "ìž˜ëª»ëœ ì°½ ì‹ë³„ëª…: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "ìž˜ëª»ëœ ì¸ìˆ˜: `%s'."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "ìž˜ëª»ëœ ì¸ìˆ˜: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "ì•Œ ìˆ˜ ì—†ëŠ” ë™ìž‘: `%s'"
@@ -1967,7 +1967,7 @@ msgstr ""
 "Â ê°€ìš´ë°: 0 ë°°ìœ¨: 1 = 2ì°¨ì› ì±„ìš°ê¸° ë° ê°€ë¡œì„¸ë¡œë¹„ ìœ ì§€í˜•\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "ì•Œì•„ë³¼ ìˆ˜ ì—†ëŠ” ì˜µì…˜: '%s'"
@@ -2008,7 +2008,7 @@ msgstr ""
 "  -h, --help          ì´ ì‚¬ìš©ë²• í™”ë©´ì„ ì¸ì‡„í•˜ê³  ì¢…ë£Œí•©ë‹ˆë‹¤.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "ì´ë™/í¬ê¸°ì¡°ì ˆ ìš”êµ¬ì—ì„œ ì•Œ ìˆ˜ ì—†ëŠ” ë°©í–¥: %d"
@@ -2053,106 +2053,106 @@ msgstr ""
 msgid "icewm - About"
 msgstr "icewmì— ê´€í•˜ì—¬"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "ì°½ ê´€ë¦¬ìžê°€ ì´ë¯¸ ì‹¤í–‰ ì¤‘ìž…ë‹ˆë‹¤. --replaceë¥¼ ì‚¬ìš©í•˜ì—¬ ì´ ê´€ë¦¬ìžë¥¼ ë°”ê¿‰ë‹ˆë‹¤."
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "%s ì„ íƒí•­ëª©ì˜ ì†Œìœ ìžê°€ ë˜ì§€ ëª»í–ˆìŠµë‹ˆë‹¤."
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "ì´ì „ ì°½ ê´€ë¦¬ìžë¥¼ ë°”ê¿€ ë•Œê¹Œì§€ ê¸°ë‹¤ë¦¬ëŠ” ì¤‘"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "ì™„ë£Œë˜ì—ˆìŠµë‹ˆë‹¤."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "ì¢…ë£Œ(_L)"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "ì¢…ë£Œ ì·¨ì†Œ(_C)"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "í™”ë©´ ìž ê·¸ê¸°(_W)"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "ë‹¤ì‹œ ë¶€íŒ…(_B)"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "ë„ê¸°(_D)"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "ì ˆì „ ëª¨ë“œ(_S)"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Icewm ë‹¤ì‹œ ì‹œìž‘(_I)"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Xterm ë‹¤ì‹œ ì‹œìž‘(_X)"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "ë©”ë‰´(_M)"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "ë„í¬ ìœ„(_A)"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "ë„í¬(_D)"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "ìœ„(_O)"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "ë³´í†µ(_N)"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "ì•„ëž˜(_B)"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "ë°”íƒ•í™”ë©´(_E)"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -2160,115 +2160,115 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "ìˆ˜í‰ ì •ë ¬(_I)"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "ìˆ˜ì§ ì •ë ¬(_V)"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "ì›ëž˜ í¬ê¸°ë¡œ(_R)"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "ì˜®ê¸°ê¸°(_M)"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "í¬ê¸° ì¡°ì ˆ(_S)"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "ìµœì†Œí™”(_N)"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "ìµœëŒ€í™”(_X)"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Maximize_Vert"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "MaximizeHori_z"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "í™”ë©´ ì±„ìš°ê¸°(_F)"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "ìˆ¨ê¸°ê¸°(_H)"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "ë§ì•„ì˜¬ë¦¬ê¸°(_U)"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "ì•žìœ¼ë¡œ(_A)"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "ë’¤ë¡œ(_L)"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "ë ˆì´ì–´(_Y)"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "ë³´ë‚´ê¸°(_T)"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "ëª¨ë“  ìž‘ì—…ê³µê°„(_A)"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "ìž‘ì—…ì˜ì—­ ì œí•œ(_W)"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "íŠ¸ë ˆì´ ì•„ì´ì½˜(_I)"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "ë‹«ê¸°(_C)"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "ì£½ì´ê¸°(_K)"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "ì°½ ëª©ë¡(_W)"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "ë‹¤ë¥¸ ì°½ ê´€ë¦¬ìž ì´ë¯¸ ì‹¤í–‰ ì¤‘, ë‚˜ê°..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2277,27 +2277,27 @@ msgstr ""
 "ë‹¤ì‹œ ì‹œìž‘ ëª»í•¨: %s\n"
 "$PATHê°€ %së¥¼ ê°€ë¦¬í‚¤ëŠ”ê°€?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<none>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      ì„¸ì…˜ ê´€ë¦¬ìžì—ê²Œ ë¬¸ì˜í•  ë•Œ ì‚¬ìš©í•  í´ë¼ì´ì–¸íŠ¸ IDìž…ë‹ˆë‹¤.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2307,7 +2307,7 @@ msgstr ""
 "  --debug             ì¼ë°˜ ë””ë²„ê·¸ ë©”ì‹œì§€ë¥¼ ì¸ì‡„í•©ë‹ˆë‹¤.\n"
 "  --debug-z           ì°½ ìŠ¤íƒ ê´€ë ¨ ë””ë²„ê·¸ ë©”ì‹œì§€ë¥¼ ì¸ì‡„í•©ë‹ˆë‹¤.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 #, fuzzy
 #| msgid ""
 #| "\n"
@@ -2329,7 +2329,7 @@ msgstr ""
 "  -t, --theme=FILE    FILEì—ì„œ í…Œë§ˆë¥¼ ë¡œë“œí•©ë‹ˆë‹¤.\n"
 "  --postpreferences   ëª¨ë“  ì²˜ë¦¬ í›„ ê¸°ë³¸ ì„¤ì •ì„ ì¸ì‡„í•©ë‹ˆë‹¤.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2388,21 +2388,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s êµ¬ì„± ë””ë ‰í„°ë¦¬:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s êµ¬ì„±ëœ ì˜µì…˜: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "ì¢…ë£Œ í™•ì¸"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2438,7 +2438,7 @@ msgstr "ë§ì•„ë‚´ë¦¬ê¸°"
 msgid "Rollup"
 msgstr "ë§ì•„ì˜¬ë¦¬ê¸°"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2493,7 +2493,7 @@ msgstr "icewm ë‹¤ì‹œ ì‹œìž‘(_R)"
 msgid "_About"
 msgstr "ì •ë³´(_A)"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2501,7 +2501,7 @@ msgstr ""
 "ê²½ê³ ! ì´ í´ë¼ì´ì–¸íŠ¸ë¥¼ ì£½ì´ë©´ ì €ìž¥ë˜ì§€ ì•Šì€\n"
 "ë³€ê²½ ì‚¬í•­ì„ ëª¨ë‘ ìžƒì–´ë²„ë¦½ë‹ˆë‹¤. ê³„ì†í• ê¹Œìš”?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "í´ë¼ì´ì–¸íŠ¸ ì£½ì´ê¸°: "
 
@@ -2575,11 +2575,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr "'%s'ì€(ëŠ”) ì¶œë ¥ì´ ì—†ìŠµë‹ˆë‹¤."
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/lt.po 2.9.9-1/po/lt.po
--- 2.9.8-1/po/lt.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/lt.po	2022-08-01 21:49:30.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.1\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2021-12-30 22:12+0000\n"
 "Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.kalba@gmail.com>\n"
 "Language-Team: Lithuanian <https://l10n.opensuse.org/projects/icewm/"
@@ -72,7 +72,7 @@ msgstr "Data"
 msgid "Default"
 msgstr "Numatyta"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_UÅ¾drausti"
@@ -87,12 +87,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "%s procesoriaus apkrovimas: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, fuzzy, c-format
 #| msgid ""
 #| "\n"
@@ -104,7 +104,7 @@ msgstr ""
 "\n"
 "Ram (laisva): %5.2f (%.2f) M"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -113,7 +113,7 @@ msgstr ""
 "\n"
 "Swap (laisva): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -122,7 +122,7 @@ msgstr ""
 "\n"
 "ACPI temp: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -131,15 +131,15 @@ msgstr ""
 "\n"
 "CPU daÅ¾nis: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "Procesorius"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Apkrova: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -148,16 +148,16 @@ msgstr ""
 "\n"
 "Ram (laisva): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Apjungti"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Atskirti"
 
@@ -346,7 +346,7 @@ msgstr "Atvynioti"
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Darbalaukis: "
 
@@ -1088,189 +1088,189 @@ msgstr "Programavimas"
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Atgal"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt + KairÄ—n"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Pirmyn"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt + DeÅ¡inÄ—n"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Ankstesnis"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Tolesnis"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Turinys"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "RodyklÄ—"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Vald+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Vald+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Vald+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "UÅ¾verti"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Vald+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Vald+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "D.U.K."
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Vald+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 #, fuzzy
 msgid "Theme Howto"
 msgstr "Apipavidalinimo kÅ«rÄ—jas:"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Vald+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Vald+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Vald+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Vald+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 #, fuzzy
 msgid "Unsupported protocol."
 msgstr "Nepalaikoma sÄ…saja: %s."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Neteisingas kelias: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr ""
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 #, fuzzy
 msgid "Failed to create a temporary file"
 msgstr "Nepavyko Ä¯raÅ¡yti istorijos bylos %s: %s"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, fuzzy, c-format
 msgid "Failed to decompress %s"
 msgstr "Nepavyko Ä¯raÅ¡yti istorijos bylos %s: %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1308,7 +1308,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, fuzzy, c-format
 msgid "Ignoring option '%s'"
 msgstr "NeÅ¾inomas veiksmas: â€ž%sâ€œ"
@@ -1353,127 +1353,127 @@ msgstr "Tas pats Å¾aidimas"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Srities â€ž%sâ€œ Ä¯vardinti simboliai (skaitinÄ— riba: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, fuzzy, c-format
 msgid "Workspace out of range: %ld"
 msgstr "PerÅ¾engta darbalaukiÅ³ skaiÄiaus riba: %d"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Neteisingas darbalaukio pavadinimas: â€ž%sâ€œ"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME lango lygmuo"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM dureliÅ³ parinktis"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif functions"
 msgstr "MÄ—gstamiausios programos"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif decorations"
 msgstr "MÄ—gstamiausios programos"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "GNOME lango bÅ«sena"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "#%d darbalaukis: â€ž%sâ€œ\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "Netinkamas argumentas: â€ž%sâ€œ."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "Netinkamas argumentas: â€ž%sâ€œ."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "Netinkamas argumentas: â€ž%sâ€œ."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "â€ž%sâ€œ vykdymui reikia bent %d argumentÅ³."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Netinkama iÅ¡raiÅ¡ka: â€ž%s'â€œ"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Negaliu atverti ekrano: %s. X turi veikti, o $DISPLAY turi bÅ«ti nustatytas."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 msgid "Unexpected: `%s'."
 msgstr "NetikÄ—tas raktaÅ¾odis: %s"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Nenurodytas joks veiksmas."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Netinkamas lango identifikatorius: â€ž%sâ€œ"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "Netinkamas argumentas: â€ž%sâ€œ."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "Netinkamas argumentas: â€ž%sâ€œ."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "NeÅ¾inomas veiksmas: â€ž%sâ€œ"
@@ -1825,7 +1825,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, fuzzy, c-format
 msgid "Unrecognized option '%s'."
 msgstr "NeatpaÅ¾inta parinktis: %s\n"
@@ -1860,7 +1860,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "PerkÄ—limo ar dydÅ¾io keitimo uÅ¾klausoje neÅ¾inoma kryptis: %d"
@@ -1905,106 +1905,106 @@ msgstr ""
 msgid "icewm - About"
 msgstr "IceWM - Apie"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 #, fuzzy
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Kita langÅ³ tvarkyklÄ— jau veikia, iÅ¡sijungiu..."
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Atsijungti"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "A_tÅ¡aukti atsijungimÄ…"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "UÅ¾_rakinti ekranÄ…"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "IÅ¡ _naujo paleisti kompiuterÄ¯"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "IÅ¡j_ungti kompiuterÄ¯"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "IÅ¡ naujo paleisti _IceWM"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "IÅ¡ naujo paleisti _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Meniu"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_VirÅ¡ dÄ—klo"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_DÄ—klas"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_AukÅ¡Äiau"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normalus"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "Å½_emiau"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "Dar_balaukio"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -2012,119 +2012,119 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Suskirstyti _horizontaliai"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Suskirstyti _vertikaliai"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Atstatyti"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "Per_kelti"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "Kei_sti dydÄ¯"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "SumaÅ¾i_nti"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Pa_didinti"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 #, fuzzy
 #| msgid "Maximize"
 msgid "Maximize_Vert"
 msgstr "Padidinti"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 #, fuzzy
 #| msgid "Maximize"
 msgid "MaximizeHori_z"
 msgstr "Padidinti"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "Per _visÄ… ekranÄ…"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_PaslÄ—pti"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "S_uvynioti"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "IÅ¡_kelti"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Nu_leisti"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "L_ygmuo"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Perkel_ti Ä¯"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Rodyti _visur"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "Apriboti _darbalaukÄ¯"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Sistemos _dÄ—klo Å¾enkliukai"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_UÅ¾verti"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_NuÅ¾udyti klientÄ…"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_LangÅ³ sÄ…raÅ¡as"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Kita langÅ³ tvarkyklÄ— jau veikia, iÅ¡sijungiu..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2133,33 +2133,33 @@ msgstr ""
 "Negaliu perkrauti %s\n"
 "Ar $PATH turi %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<joks>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2171,7 +2171,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2203,21 +2203,21 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, fuzzy, c-format
 msgid "%s configured options:%s\n"
 msgstr "NeatpaÅ¾inta parinktis: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Patvirtink atsijungimÄ…"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2253,7 +2253,7 @@ msgstr "Atvynioti"
 msgid "Rollup"
 msgstr "Suvynioti"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2308,7 +2308,7 @@ msgstr "_IÅ¡ naujo paleisti IceWM"
 msgid "_About"
 msgstr "Api_e"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2316,7 +2316,7 @@ msgstr ""
 "DÄ–MESIO! NuÅ¾udÄ™ Å¡Ä¯ klientÄ… prarasite visus \n"
 "neiÅ¡saugotus pakeitimus. Ar nori tÄ™sti?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "NuÅ¾udyti klientÄ…: "
 
@@ -2385,11 +2385,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/lv.po 2.9.9-1/po/lv.po
--- 2.9.8-1/po/lv.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/lv.po	2022-08-01 21:49:30.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: IceWM\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2005-06-12 12:59+0300\n"
 "Last-Translator: Kristaps Kaupe <kristaps.kaupe@inbox.lv>\n"
 "Language-Team: Latvian\n"
@@ -71,7 +71,7 @@ msgstr ""
 msgid "Default"
 msgstr "NoklusÄ“tÄ"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr ""
@@ -86,65 +86,65 @@ msgstr ""
 msgid "Â°C"
 msgstr ""
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr ""
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
 "Ram (free): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
 "Swap (free): %.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
 "ACPI Temp: "
 msgstr ""
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
 "CPU Freq: %.3fGHz"
 msgstr ""
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr ""
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 #, fuzzy
 msgid "Load: "
 msgstr "CP noslodze:"
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
 "Ram (user): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr ""
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr ""
 
@@ -336,7 +336,7 @@ msgstr "AtritinÄt"
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Darba vide:"
 
@@ -1058,189 +1058,189 @@ msgstr ""
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "AtpakaÄ¼"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Pa kreisi"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Uz priekÅ¡u"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Pa labi"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "IepriekÅ¡Ä“jÄ"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "NÄkamÄ"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Saturs"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "AlfabÄ“tiskais rÄdÄ«tÄjs"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "AizvÄ“rt"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 #, fuzzy
 msgid "Theme Howto"
 msgstr "TÄ“mas autors:"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 #, fuzzy
 msgid "Unsupported protocol."
 msgstr "NeatbalstÄ«ts interfeiss: %s."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "KÄ¼Å«dains ceÄ¼Å¡: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr ""
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 #, fuzzy
 msgid "Failed to create a temporary file"
 msgstr "NeizdevÄs izveidot anonÄ«mo programmkanÄlu: %s"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, fuzzy, c-format
 msgid "Failed to decompress %s"
 msgstr "NevarÄ“ju atvÄ“rt %s: %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1278,7 +1278,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, fuzzy, c-format
 msgid "Ignoring option '%s'"
 msgstr "NezinÄma darbÄ«ba: `%s'"
@@ -1323,127 +1323,127 @@ msgstr "TÄ pati spÄ“le"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Nosauktie simboli domÄ“nam `%s' (numuru apgabals: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, fuzzy, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Darba vide Ärpus ranga: %d"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "KÄ¼Å«dains darba vides nosaukums: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOMEs loga slÄnis"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM paplÄtes opcija"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif functions"
 msgstr "IemÄ«Ä¼otÄkÄs lietojumprogrammas"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif decorations"
 msgstr "IemÄ«Ä¼otÄkÄs lietojumprogrammas"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "GNOMEs loga stÄvoklis"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "darba vide #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "KÄ¼Å«dains arguments: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "KÄ¼Å«dains arguments: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "KÄ¼Å«dains arguments: `%s'."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "DarbÄ«bai `%s' vajag vismaz %d argumentus."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "KÄ¼Å«daina izteiksme: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Nevaru atvÄ“rt displeju: %s. X ir jÄbÅ«t palaistam un $DISPLEY uzstÄdÄ«tam."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 msgid "Unexpected: `%s'."
 msgstr "NegaidÄ«ts atslÄ“gvÄrds: %s"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Nav norÄdÄ«tu darbÄ«bu."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "KÄ¼Å«dains loga identifikators: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "KÄ¼Å«dains arguments: `%s'."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "KÄ¼Å«dains arguments: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "NezinÄma darbÄ«ba: `%s'"
@@ -1806,7 +1806,7 @@ msgstr ""
 " DesktopTransparencyColor - Logu caurspÄ«dÄ«guma krÄsa\n"
 " DesktopTransparencyImage - Logu caurspÄ«dÄ«guma attÄ“ls\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, fuzzy, c-format
 msgid "Unrecognized option '%s'."
 msgstr "NezinÄma opcija: %s\n"
@@ -1841,7 +1841,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "NezinÄms virziens kustinÄÅ¡anas/izmÄ“ra maiÅ†as pieprasÄ«jumam: %d"
@@ -1886,106 +1886,106 @@ msgstr ""
 msgid "icewm - About"
 msgstr "icewm - Par"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 #, fuzzy
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Cits logu pÄrvaldnieks jau ir palaists, beidzu..."
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "Iz_logoties"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "At_celt izlogoÅ¡anos"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "_NoslÄ“gt darbstaciju"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "_PÄrstartÄ“t datoru"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "IzslÄ“gt _datoru"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "PÄrstartÄ“t _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "PÄrstartÄ“t _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_IzvÄ“lne"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "Virs dok_a"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Doks"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_Virs"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_NormÄlais"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Zem"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "_Darbavirsma"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -1993,119 +1993,119 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "KÄrtot blakus hor_izontÄli"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "KÄrtot blakus _vertikÄli"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "At_jaunot"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "PÄ_rvietot"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "IzmÄ“r_s"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimizÄ“t"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ksimizÄ“t"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 #, fuzzy
 #| msgid "Maximize"
 msgid "Maximize_Vert"
 msgstr "MaksimizÄ“t"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 #, fuzzy
 #| msgid "Maximize"
 msgid "MaximizeHori_z"
 msgstr "MaksimizÄ“t"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_PilnekrÄnÄ"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "N_oslÄ“pt"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Sar_itinÄt"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "P_aaugstinÄt"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Pa_zeminÄt"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "S_lÄnis"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "PÄrvie_tot uz"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "_AizÅ†emt visas"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "IerobeÅ¾ot _darba apgabalu"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "PaplÄtes _ikona"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "Aiz_vÄ“rt"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "NogalinÄt _klientu"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_Logu saraksts"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Cits logu pÄrvaldnieks jau ir palaists, beidzu..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2114,33 +2114,33 @@ msgstr ""
 "Nevaru pÄrstartÄ“t: %s\n"
 "Vai $PATH ved pie %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<nekas>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2152,7 +2152,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2210,21 +2210,21 @@ msgstr ""
 "ApmeklÄ“jiet https://ice-wm.org/, lai ziÅ†otu par kÄ¼Å«dÄm, prasÄ«tu atbalstu vai "
 "atstÄtu komentÄrus...\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, fuzzy, c-format
 msgid "%s configured options:%s\n"
 msgstr "NezinÄma opcija: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "ApstiprinÄt izlogoÅ¡anos"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2260,7 +2260,7 @@ msgstr "AtritinÄt"
 msgid "Rollup"
 msgstr "SaritinÄt"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2316,7 +2316,7 @@ msgstr "PÄ_rstartÄ“t icewm"
 msgid "_About"
 msgstr "P_ar"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2324,7 +2324,7 @@ msgstr ""
 "UZMANÄªBU! Visas nesaglabÄtÄs izmaiÅ†as tiks zaudÄ“tas, kad\n"
 "Å¡is klients tiks nogalinÄts. Vai jÅ«s vÄ“laties turpinÄt?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "NogalinÄt klientu:"
 
@@ -2393,11 +2393,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/mk.po 2.9.9-1/po/mk.po
--- 2.9.8-1/po/mk.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/mk.po	2022-08-01 21:49:30.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-05-26 05:12+0000\n"
 "Last-Translator: Kristijan Fremen Velkovski <me@krisfremen.com>\n"
 "Language-Team: Macedonian <https://l10n.opensuse.org/projects/icewm/"
@@ -72,7 +72,7 @@ msgstr ""
 msgid "Default"
 msgstr "Ð¡Ñ‚Ð°Ð½Ð´Ð°Ñ€Ð´Ð½Ð¾"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr ""
@@ -87,65 +87,65 @@ msgstr ""
 msgid "Â°C"
 msgstr ""
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr ""
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
 "Ram (free): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
 "Swap (free): %.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
 "ACPI Temp: "
 msgstr ""
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
 "CPU Freq: %.3fGHz"
 msgstr ""
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr ""
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 #, fuzzy
 msgid "Load: "
 msgstr "ÐžÐ¿Ñ‚Ð¾Ð²Ð°Ñ€ÑƒÐ²Ð°ÑšÐµ Ð½Ð° Ð¿Ñ€Ð¾Ñ†ÐµÑÐ¾Ñ€: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
 "Ram (user): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr ""
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr ""
 
@@ -337,7 +337,7 @@ msgstr "Ð¡Ð²Ð¸Ñ‚ÐºÐ°Ñ˜ Ð½Ð°Ð´Ð¾Ð»Ñƒ"
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Ð Ð°Ð±Ð¾Ñ‚ÐµÐ½ Ð¿Ñ€Ð¾ÑÑ‚Ð¾Ñ€: "
 
@@ -1059,189 +1059,189 @@ msgstr ""
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "ÐÐ°Ð·Ð°Ð´"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Ð›ÐµÐ²Ð¾"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "ÐÐ°Ð¿Ñ€ÐµÐ´"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Ð”ÐµÑÐ½Ð¾"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "ÐŸÑ€ÐµÑ‚Ñ…Ð¾Ð´Ð½Ð¾"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Ð¡Ð»ÐµÐ´Ð½Ð¾"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Ð¡Ð¾Ð´Ñ€Ð¶Ð¸Ð½Ð°"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Ð˜Ð½Ð´ÐµÐºÑ"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Ð—Ð°Ñ‚Ð²Ð¾Ñ€Ð¸"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 #, fuzzy
 msgid "Theme Howto"
 msgstr "ÐÐ²Ñ‚Ð¾Ñ€ Ð½Ð° Ñ‚ÐµÐ¼Ð°Ñ‚Ð°:"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 #, fuzzy
 msgid "Unsupported protocol."
 msgstr "ÐÐµÐ¿Ð¾Ð´Ð´Ñ€Ð¶Ð°Ð½ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÑ˜Ñ: %s."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "ÐÐµÐ²Ð°Ð»Ð¸Ð´Ð½Ð° Ð¿Ð°Ñ‚ÐµÐºÐ°: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr ""
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 #, fuzzy
 msgid "Failed to create a temporary file"
 msgstr "ÐÐµ ÑƒÑÐ¿ÐµÐ°Ð² Ð´Ð° ÐºÑ€ÐµÐ¸Ñ€Ð°Ð¼ Ð°Ð½Ð¾Ð½Ð¸Ð¼Ð½Ð° Ñ†ÐµÐ²ÐºÐ°: %s"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "ÐÐµ ÑƒÑÐ¿ÐµÐ° Ð´Ð° ÑÐµ Ð´ÐµÐºÐ¾Ð¼Ð¿Ñ€ÐµÑÐ¸Ñ€Ð° %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1279,7 +1279,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, fuzzy, c-format
 msgid "Ignoring option '%s'"
 msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ‚Ð¾ Ð´ÐµÑ˜ÑÑ‚Ð²Ð¾: â€ž%sâ€œ"
@@ -1324,128 +1324,128 @@ msgstr "Ð˜ÑÑ‚Ð°Ñ‚Ð° Ð¸Ð³Ñ€Ð°"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Ð˜Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð¸ ÑÐ¸Ð¼Ð±Ð¾Ð»Ð¸ Ð¾Ð´ Ð´Ð¾Ð¼ÐµÐ½Ð¾Ñ‚ â€ž%sâ€œ (Ð½ÑƒÐ¼ÐµÑ€Ð¸Ñ‡ÐºÐ¸ Ð¾Ð¿ÑÐµÐ³: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Ð Ð°Ð±Ð¾Ñ‚Ð½Ð¸Ð¾Ñ‚ Ð¿Ñ€Ð¾ÑÑ‚Ð¾Ñ€ Ðµ Ð½Ð°Ð´Ð²Ð¾Ñ€ Ð¾Ð´ Ð¾Ð¿ÑÐµÐ³Ð¾Ñ‚: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "ÐÐµÐ²Ð°Ð»Ð¸Ð´Ð½Ð¾ Ð¸Ð¼Ðµ Ð½Ð° Ñ€Ð°Ð±Ð¾Ñ‚ÐµÐ½ Ð¿Ñ€Ð¾ÑÑ‚Ð¾Ñ€: â€ž%sâ€œ"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Ð¡Ð»Ð¾Ñ˜ Ð½Ð° GNOME-Ð¿Ñ€Ð¾Ð·Ð¾Ñ€ÐµÑ†"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "ÐžÐ¿Ñ†Ð¸Ñ˜Ð° Ð·Ð° ÑÐ¸Ñ. Ð»ÐµÐ½Ñ‚Ð° Ð½Ð° IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif functions"
 msgstr "ÐžÐ¼Ð¸Ð»ÐµÐ½Ð¸ Ð°Ð¿Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¸"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif decorations"
 msgstr "ÐžÐ¼Ð¸Ð»ÐµÐ½Ð¸ Ð°Ð¿Ð»Ð¸ÐºÐ°Ñ†Ð¸Ð¸"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "Ð¡Ð¾ÑÑ‚Ð¾Ñ˜Ð±Ð° Ð½Ð° GNOME-Ð¿Ñ€Ð¾Ð·Ð¾Ñ€ÐµÑ†"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Ñ€Ð°Ð±Ð¾Ñ‚ÐµÐ½ Ð¿Ñ€Ð¾ÑÑ‚Ð¾Ñ€ Ð±Ñ€. %d: â€ž%sâ€œ\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "ÐÐµÐ²Ð°Ð»Ð¸Ð´ÐµÐ½ Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚: â€ž%sâ€œ."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "ÐÐµÐ²Ð°Ð»Ð¸Ð´ÐµÐ½ Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚: â€ž%sâ€œ."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "ÐÐµÐ²Ð°Ð»Ð¸Ð´ÐµÐ½ Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚: â€ž%sâ€œ."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Ð”ÐµÑ˜ÑÑ‚Ð²Ð¾Ñ‚Ð¾ â€ž%sâ€œ Ð±Ð°Ñ€Ð° Ð½Ð°Ñ˜Ð¼Ð°Ð»ÐºÑƒ %d Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚Ð¸."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "ÐÐµÐ²Ð°Ð»Ð¸Ð´ÐµÐ½ Ð¸Ð·Ñ€Ð°Ð·: â€ž%sâ€œ"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "ÐÐµ Ð¼Ð¾Ð¶Ð°Ð¼ Ð´Ð° Ð³Ð¾ Ð¾Ñ‚Ð²Ð¾Ñ€Ð°Ð¼ ÐµÐºÑ€Ð°Ð½Ð¾Ñ‚: %s. X Ð¼Ð¾Ñ€Ð° Ð´Ð° Ñ€Ð°Ð±Ð¾Ñ‚Ð¸ Ð¸ $DISPLAY Ð¼Ð¾Ñ€Ð° Ð´Ð° Ðµ "
 "Ð¿Ð¾ÑÑ‚Ð°Ð²ÐµÐ½Ð¾."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 msgid "Unexpected: `%s'."
 msgstr "ÐÐµÐ¾Ñ‡ÐµÐºÑƒÐ²Ð°Ð½ ÐºÐ»ÑƒÑ‡ÐµÐ½ Ð·Ð±Ð¾Ñ€: %s"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "ÐÐµÐ¼Ð° Ð·Ð°Ð´Ð°Ð´ÐµÐ½Ð¸ Ð´ÐµÑ˜ÑÑ‚Ð²Ð°."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "ÐÐµÐ²Ð°Ð»Ð¸Ð´ÐµÐ½ Ð¸Ð´. Ð½Ð° Ð¿Ñ€Ð¾Ð·Ð¾Ñ€ÐµÑ†: â€ž%sâ€œ"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "ÐÐµÐ²Ð°Ð»Ð¸Ð´ÐµÐ½ Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚: â€ž%sâ€œ."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "ÐÐµÐ²Ð°Ð»Ð¸Ð´ÐµÐ½ Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚: â€ž%sâ€œ."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ‚Ð¾ Ð´ÐµÑ˜ÑÑ‚Ð²Ð¾: â€ž%sâ€œ"
@@ -1814,7 +1814,7 @@ msgstr ""
 " DesktopTransparencyColor - Ð±Ð¾Ñ˜Ð° Ð·Ð° Ð¿Ð¾Ð»ÑƒÐ¿Ñ€Ð¾Ñ•Ð¸Ñ€Ð½Ð¸Ñ‚Ðµ Ð¿Ñ€Ð¾Ð·Ð¾Ñ€Ñ†Ð¸\n"
 " DesktopTransparencyImage - ÑÐ»Ð¸ÐºÐ° Ð·Ð° Ð¿Ð¾Ð»ÑƒÐ¿Ñ€Ð¾Ñ•Ð¸Ñ€Ð½Ð¸Ñ‚Ðµ Ð¿Ñ€Ð¾Ð·Ð¾Ñ€Ñ†Ð¸\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, fuzzy, c-format
 msgid "Unrecognized option '%s'."
 msgstr "ÐÐµÐ¿Ñ€ÐµÐ¿Ð¾Ð·Ð½Ð°ÐµÐ½Ð° Ð¾Ð¿Ñ†Ð¸Ñ˜Ð°: %s\n"
@@ -1849,7 +1849,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ‚Ð° Ð½Ð°ÑÐ¾ÐºÐ° Ð²Ð¾ Ð±Ð°Ñ€Ð°ÑšÐµÑ‚Ð¾ Ð·Ð° Ð¿Ñ€ÐµÐ¼ÐµÑÑ‚ÑƒÐ²Ð°ÑšÐµ/Ð¼ÐµÐ½ÑƒÐ²Ð°ÑšÐµ Ð³Ð¾Ð»ÐµÐ¼Ð¸Ð½Ð°: %d"
@@ -1894,106 +1894,106 @@ msgstr ""
 msgid "icewm - About"
 msgstr "icewm - Ð—Ð°"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 #, fuzzy
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Ð’ÐµÑœÐµ Ñ€Ð°Ð±Ð¾Ñ‚Ð¸ Ð´Ñ€ÑƒÐ³ Ð¼ÐµÐ½Ð°ÑŸÐµÑ€ Ð½Ð° Ð¿Ñ€Ð¾Ð·Ð¾Ñ€Ñ†Ð¸, Ð½Ð°Ð¿ÑƒÑˆÑ‚Ð°Ð¼..."
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_ÐžÐ´Ñ˜Ð°Ð²Ð¸ ÑÐµ"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_ÐžÑ‚ÐºÐ°Ð¶Ð¸ Ð¾Ð´Ñ˜Ð°Ð²Ð°"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "Ð—Ð°ÐºÐ»ÑƒÑ‡Ð¸ _Ñ€Ð°Ð±Ð¾Ñ‚Ð½Ð° ÑÑ‚Ð°Ð½Ð¸Ñ†Ð°"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Ð Ðµ_ÑÑ‚Ð°Ñ€Ñ‚ÑƒÐ²Ð°Ñ˜"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "Ð¡Ð¿ÑƒÑˆ_Ñ‚Ð¸"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Ð ÐµÑÑ‚Ð°Ñ€Ñ‚_Ð¸Ñ€Ð°Ñ˜ Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Ð _ÐµÑÑ‚Ð°Ñ€Ñ‚Ð¸Ñ€Ð°Ñ˜ Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_ÐœÐµÐ½Ð¸"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "Ð_Ð°Ð´ Ð²ÐºÐ¾Ñ‚Ð²ÐµÐ½Ð¾Ñ‚Ð¾"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Ð’ÐºÐ¾Ñ‚Ð²Ð¸"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_ÐÐ° Ð²Ñ€Ð²"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_ÐÐ¾Ñ€Ð¼Ð°Ð»Ð½Ð¾"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_ÐŸÐ¾Ð´"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "Ð Ð°Ð±. Ð¿Ð¾Ð²Ñ€Ñˆ_Ð¸Ð½Ð°"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -2001,119 +2001,119 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "ÐŸÐ¾Ð¿Ð»Ð¾Ñ‡Ð¸ _Ñ…Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ð½Ð¾"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "ÐŸÐ¾Ð¿Ð»Ð¾Ñ‡Ð¸ _Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»Ð½Ð¾"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_ÐžÐ±Ð½Ð¾Ð²Ð¸"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "ÐŸÑ€Ðµ_Ð¼ÐµÑÑ‚Ð¸"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "Ð“Ð¾_Ð»ÐµÐ¼Ð¸Ð½Ð°"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Ð¡_Ð¼Ð°Ð»Ð¸"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "_Ð Ð°ÑˆÐ¸Ñ€Ð¸"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 #, fuzzy
 #| msgid "Maximize"
 msgid "Maximize_Vert"
 msgstr "Ð Ð°ÑˆÐ¸Ñ€Ð¸"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 #, fuzzy
 #| msgid "Maximize"
 msgid "MaximizeHori_z"
 msgstr "Ð Ð°ÑˆÐ¸Ñ€Ð¸"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "ÐŸÑ€ÐµÐºÑƒ _Ñ†ÐµÐ» ÐµÐºÑ€Ð°Ð½"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "Ð¡_ÐºÑ€Ð¸Ñ˜"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Ð¡Ð²Ð¸Ñ‚ÐºÐ°Ñ˜ Ð½Ð°_Ð³Ð¾Ñ€Ðµ"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "ÐŸ_Ð¾Ð´Ð¸Ð³Ð½Ð¸"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "_Ð¡Ð¿ÑƒÑˆÑ‚Ð¸"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Ð¡Ð»_Ð¾Ñ˜"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "ÐŸÑ€ÐµÐ¼ÐµÑ_Ñ‚Ð¸ Ð½Ð°"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "ÐžÐºÑƒÐ¿Ð¸Ñ€_Ð°Ñ˜ Ð³Ð¸ ÑÐ¸Ñ‚Ðµ"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "ÐžÐ³Ñ€Ð°Ð½Ð¸Ñ‡Ð¸ Ñ€Ð°Ð±Ð¾Ñ‚Ð½Ð° Ð¾_Ð±Ð»Ð°ÑÑ‚"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "_Ð˜ÐºÐ¾Ð½Ð° Ð²Ð¾ ÑÐ¸Ñ. Ð»ÐµÐ½Ñ‚Ð°"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_Ð—Ð°Ñ‚Ð²Ð¾Ñ€Ð¸"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_ÐŸÑ€ÐµÐºÐ¸Ð½Ð¸ ÐºÐ»Ð¸ÐµÐ½Ñ‚"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Ð›Ð¸ÑÑ‚Ð° Ð½Ð° Ð¿_Ñ€Ð¾Ð·Ð¾Ñ€Ñ†Ð¸"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Ð’ÐµÑœÐµ Ñ€Ð°Ð±Ð¾Ñ‚Ð¸ Ð´Ñ€ÑƒÐ³ Ð¼ÐµÐ½Ð°ÑŸÐµÑ€ Ð½Ð° Ð¿Ñ€Ð¾Ð·Ð¾Ñ€Ñ†Ð¸, Ð½Ð°Ð¿ÑƒÑˆÑ‚Ð°Ð¼..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2122,33 +2122,33 @@ msgstr ""
 "ÐÐµ Ð¼Ð¾Ð¶ÐµÐ² Ð´Ð° Ð³Ð¾ Ñ€ÐµÑÑ‚Ð°Ñ€Ñ‚ÑƒÐ²Ð°Ð¼: %s\n"
 "Ð”Ð°Ð»Ð¸ $PATH Ð¿Ð¾ÐºÐ°Ð¶ÑƒÐ²Ð° Ð½Ð° %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<Ð½ÐµÐ¼Ð°>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2160,7 +2160,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2219,21 +2219,21 @@ msgstr ""
 "ÐŸÐ¾ÑÐµÑ‚Ðµ Ñ˜Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ð°Ñ‚Ð° https://ice-wm.org/ Ð·Ð° Ð´Ð° Ð¸Ð·Ð²ÐµÑÑ‚Ð¸Ñ‚Ðµ Ð·Ð° Ð±ÑƒÐ±Ð°Ñ‡ÐºÐ¸,\n"
 "Ð·Ð° Ð±Ð°Ñ€Ð°ÑšÐ° Ð·Ð° Ð¿Ð¾Ð´Ð´Ñ€ÑˆÐºÐ°, ÐºÐ¾Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸ Ð¸Ñ‚Ð½...\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, fuzzy, c-format
 msgid "%s configured options:%s\n"
 msgstr "ÐÐµÐ¿Ñ€ÐµÐ¿Ð¾Ð·Ð½Ð°ÐµÐ½Ð° Ð¾Ð¿Ñ†Ð¸Ñ˜Ð°: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "ÐŸÐ¾Ñ‚Ð²Ñ€Ð´Ð° Ð½Ð° Ð¾Ð´Ñ˜Ð°Ð²ÑƒÐ²Ð°ÑšÐµÑ‚Ð¾"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2269,7 +2269,7 @@ msgstr "Ð¡Ð²Ð¸Ñ‚ÐºÐ°Ñ˜ Ð½Ð°Ð´Ð¾Ð»Ñƒ"
 msgid "Rollup"
 msgstr "Ð¡Ð²Ð¸Ñ‚ÐºÐ°Ñ˜ Ð½Ð°Ð³Ð¾Ñ€Ðµ"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2325,7 +2325,7 @@ msgstr "_Ð ÐµÑÑ‚Ð°Ñ€Ñ‚Ð¸Ñ€Ð°Ñ˜ Ð³Ð¾ ice
 msgid "_About"
 msgstr "Ð—_Ð°"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2333,7 +2333,7 @@ msgstr ""
 "Ð’ÐÐ˜ÐœÐÐÐ˜Ð•! Ð¡Ð¸Ñ‚Ðµ Ð½ÐµÑÐ½Ð¸Ð¼ÐµÐ½Ð¸ Ð¿Ñ€Ð¾Ð¼ÐµÐ½Ð¸ ÑœÐµ Ð±Ð¸Ð´Ð°Ñ‚ Ð¸Ð·Ð³ÑƒÐ±ÐµÐ½Ð¸ ÐºÐ¾Ð³Ð°\n"
 "Ð¾Ð²Ð¾Ñ˜ ÐºÐ»Ð¸ÐµÐ½Ñ‚ ÑœÐµ Ð±Ð¸Ð´Ðµ Ð¿Ñ€ÐµÐºÐ¸Ð½Ð°Ñ‚. Ð”Ð°Ð»Ð¸ ÑÐ°ÐºÐ°Ñ‚Ðµ Ð´Ð° Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶Ð¸Ñ‚Ðµ?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "ÐŸÑ€ÐµÐºÐ¸Ð½Ð¸ ÐºÐ»Ð¸ÐµÐ½Ñ‚: "
 
@@ -2402,11 +2402,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/nb.po 2.9.9-1/po/nb.po
--- 2.9.8-1/po/nb.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/nb.po	2022-08-01 21:49:30.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: IceWM 1.2.2\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2002-09-22 22:00+0200\n"
 "Last-Translator: Petter Johan Olsen <petter.olsen@cc.uit.no>\n"
 "Language-Team: Norwegian\n"
@@ -70,7 +70,7 @@ msgstr ""
 msgid "Default"
 msgstr "Delete"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr ""
@@ -85,64 +85,64 @@ msgstr ""
 msgid "Â°C"
 msgstr ""
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, fuzzy, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "Prosessorlast: %3.2f %3.2f %3.2f, %u prosesser."
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
 "Ram (free): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
 "Swap (free): %.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
 "ACPI Temp: "
 msgstr ""
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
 "CPU Freq: %.3fGHz"
 msgstr ""
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr ""
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr ""
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
 "Ram (user): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr ""
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr ""
 
@@ -334,7 +334,7 @@ msgstr "Rull ned"
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "SkrivebordsomrÃ¥de: "
 
@@ -1058,190 +1058,190 @@ msgstr ""
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Tilbake"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Venstre"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Fram"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+HÃ¸yre"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Forrige"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Neste"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Startside"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Ordliste"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Lukk"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 #, fuzzy
 msgid "Theme Howto"
 msgstr "Temaforfatter:"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 #, fuzzy
 msgid "Unsupported protocol."
 msgstr "Enheten %s er ikke stÃ¸ttet."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Ugyldig sti: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 #, fuzzy
 msgid "Failed to open file for reading."
 msgstr "Kunne ikke velge vinduet i fokus"
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 #, fuzzy
 msgid "Failed to create a temporary file"
 msgstr "Kunne ikke opprette anonymt rÃ¸r: %s"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, fuzzy, c-format
 msgid "Failed to decompress %s"
 msgstr "Kunne ikke Ã¥pne %s: %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1279,7 +1279,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, fuzzy, c-format
 msgid "Ignoring option '%s'"
 msgstr "Ukjent kommando: `%s'"
@@ -1324,128 +1324,128 @@ msgstr "Same Game"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Symbolnavn i domenet `%s' (tall mellom %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, fuzzy, c-format
 msgid "Workspace out of range: %ld"
 msgstr "SkrivebordsomrÃ¥det %d finnes ikke"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Ugyldig navn pÃ¥ skrivebordsomrÃ¥de: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME vinduslag"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM tray-innstilling"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif functions"
 msgstr "Ofte brukte applikasjoner"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif decorations"
 msgstr "Ofte brukte applikasjoner"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "GNOME vindustilstand"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "skrivebordsomrÃ¥de #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "Ugyldig argument: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "Ugyldig argument: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "Ugyldig argument: `%s'."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Kommandoen `%s' krever minst %d argumenter."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Ugyldig uttrykk: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Kan ikke koble til display: %s. X mÃ¥ vÃ¦re startet og variabelen $DISPLAY mÃ¥ "
 "vÃ¦re satt."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 msgid "Unexpected: `%s'."
 msgstr "Uventet nÃ¸kkelord: `%s'"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Ingen kommandoer spesifisert."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Ugyldig vindus-identifikator: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "Ugyldig argument: `%s'."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "Ugyldig argument: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Ukjent kommando: `%s'"
@@ -1802,7 +1802,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, fuzzy, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Ukjent opsjon: %s\n"
@@ -1837,7 +1837,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Ukjent retning i flytt-/stÃ¸rrelsesendringforespÃ¸rsel: %d"
@@ -1882,106 +1882,106 @@ msgstr ""
 msgid "icewm - About"
 msgstr "icewm - Om"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 #, fuzzy
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "En annen vindusbehandler kjÃ¸rer allerede, avslutter..."
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Logg av"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Avbryt avlogging"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "LÃ¥s _arbeidsstasjon"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Start _maskinen pÃ¥ nytt"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "S_lÃ¥ av maskinen"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Start _Icewm pÃ¥ nytt"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Start _Xterm pÃ¥ nytt"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Meny"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Over dock"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Dock"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_Ã˜verst"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Under"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "_Skrivebord"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -1989,119 +1989,119 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Flislegg _horisontalt"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Flislegg _vertikalt"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Gjenopprett"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Flytt"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_Endre stÃ¸rrelse"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimer"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ksimer"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 #, fuzzy
 #| msgid "Maximize"
 msgid "Maximize_Vert"
 msgstr "Maksimer"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 #, fuzzy
 #| msgid "Maximize"
 msgid "MaximizeHori_z"
 msgstr "Maksimer"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_Fullskjerm"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "G_jem"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "_Rull opp"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "_Hev"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "_Senk"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "_Lag"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Fl_ytt til"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Finnes pÃ¥ _alle"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_Begrens omrÃ¥de"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "_Trayikon"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "L_ukk"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Drep klient"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_Vindusliste"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "En annen vindusbehandler kjÃ¸rer allerede, avslutter..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2110,33 +2110,33 @@ msgstr ""
 "Kunne ikke starte `%s' pÃ¥ nytt\n"
 "Finnes `%s' i $PATH?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<ingen>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2148,7 +2148,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2207,21 +2207,21 @@ msgstr ""
 "Se https://ice-wm.org/ for Ã¥ rapportere feil, fÃ¥ hjelp, og gi kommentarer.\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, fuzzy, c-format
 msgid "%s configured options:%s\n"
 msgstr "Ukjent opsjon: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Bekreft avlogging"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2257,7 +2257,7 @@ msgstr "Rull ned"
 msgid "Rollup"
 msgstr "Rull opp"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2313,7 +2313,7 @@ msgstr "_Start Icewm pÃ¥ nytt"
 msgid "_About"
 msgstr "_Om"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2321,7 +2321,7 @@ msgstr ""
 "ADVARSEL! Alle ulagrede data vil gÃ¥ tapt hvis\n"
 "denne klienten blir drept. Vil du fortsette?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Drep klient: "
 
@@ -2390,11 +2390,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/nl.po 2.9.9-1/po/nl.po
--- 2.9.8-1/po/nl.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/nl.po	2022-08-01 21:49:30.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.2.23\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2021-09-10 01:11+0000\n"
 "Last-Translator: Freek de Kruijf <freek@opensuse.org>\n"
 "Language-Team: Dutch <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -70,7 +70,7 @@ msgstr "Datum"
 msgid "Default"
 msgstr "Standaard"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Uitschakelen"
@@ -85,12 +85,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU-belasting %s: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -99,7 +99,7 @@ msgstr ""
 "\n"
 "RAM (vrij): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -108,7 +108,7 @@ msgstr ""
 "\n"
 "Swap (vrij): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -117,7 +117,7 @@ msgstr ""
 "\n"
 "ACPI-temp: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -126,15 +126,15 @@ msgstr ""
 "\n"
 "CPU-freq: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Belasting: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -143,16 +143,16 @@ msgstr ""
 "\n"
 "Ram (gebruiker): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Combineren"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "Ge_scheiden"
 
@@ -340,7 +340,7 @@ msgstr "niet actief"
 msgid "NET"
 msgstr "NET"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Werkruimte: "
 
@@ -1034,178 +1034,178 @@ msgstr "Webontwikkeling"
 msgid "WordProcessor"
 msgstr "Wordprocessor"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Terug"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Links"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Verder"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Rechts"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Terug"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Volgende"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Inhoudsopgave"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Index"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Zoeken..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Volgende zoeken"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "In browser openen"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Opnieuw laden"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Sluiten"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "VGV"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Handleiding"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Ondersteuning"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Thema HOWTO"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Website"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "GitHub"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Niet-ondersteund protocol."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Ongeldig pad: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Pad wijst niet naar een bestand."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Bestand openen is mislukt."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Aanmaken van een tijdelijk bestand is mislukt"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Systeem (%s) (%d) uitvoeren is mislukt"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Decomprimeren van %s is mislukt"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "Kon curl of wget niet vinden in PATH"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "Onveilige tekens in URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1282,7 +1282,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Optie â€˜%sâ€™ wordt genegeerd"
@@ -1327,117 +1327,117 @@ msgstr "Hetzelfde spel"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Voor hulp bekijk de manpagina icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Genoemde symbolen van het domein Â»%sÂ« (Bereik: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Werkruimte buiten bereik: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Ongeldig werkruimtenummer: Â»%sÂ«"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME venster laag"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM tray optie"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "Gravitatiesymbolen"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Motif-functies"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Motif-decoraties"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "EWMH-vensterstatus"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Werkruimte #%d: Â»%sÂ«\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "Ongeldige status: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "Kan geometrie van venster 0x%lx niet ophalen"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "Ongeldig Xinerama: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "Ongeldig argument: '%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Actie `%s' heeft minimaal %d argumenten nodig."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Ongeldige expressie: Â»%sÂ«"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Kan het display %s niet openen. De X-Server moet werken en de "
 "omgevingsvariabele $DISPLAY moet hiernaar verwijzen."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "Onverwacht: '%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Geen vensters gevonden."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Geen aktie aangegeven."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Ongeldige venster identificatie: Â»%sÂ«"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "Ongeldige PID: `%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "Ongeldige laag: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Onbekende actie: Â»%sÂ«"
@@ -1886,7 +1886,7 @@ msgstr ""
 " center:0 scaled:1 = beide dimensies vullen en beeldverhouding behouden\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Onbekende optie: '%s'."
@@ -1927,7 +1927,7 @@ msgstr ""
 "  -h, --help          Print dit gebruiksscherm en sluit af.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Onbekende richting in verplaats/schaal verzoek: %d"
@@ -1973,106 +1973,106 @@ msgid "icewm - About"
 msgstr "IceWM - Over"
 
 #
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Een andere window manager is al actief, gebruik --om deze te vervangen"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Kan de eigenaar van selectie %s niet worden"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "Wachten op de vervanging van de oude window manager"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "gereed."
 
 # OS/2 is dead, but... ;-)
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Afmelden"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Afmelden afbreken"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "Werkstation _blokkeren"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "_Re_boot"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "Af_sluiten"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "_Slaapmodus"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "_Icewm Opnieuw starten"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "_Xterm opnieuw starten"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Menu"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Over de Dock"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Dock"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_BovenIn"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normaal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Onder"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "Bur_eaublad"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -2080,116 +2080,116 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "_Horizontaal uitlijnen"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "_Vertikaal uitlijnen"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Herstellen"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Verplaatsen"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_Grootte veranderen"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimaliseren"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ximaliseren"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "_VertMmaximaliseren"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "Hori_zMaximaliseren"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_Volledig scherm"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "Verb_ergen"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Op_rollen"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "St_ijgen"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Da_len"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "_Laag"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Verschuiven naa_r"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "In _alle werkruimten"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_Beperk werkruimte"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Tray_icon"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_Sluiten"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "Programma stoppen"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_Window lijst"
 
 #
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Een andere window manager is al aktief. Icewm wordt gestopt...."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2198,11 +2198,11 @@ msgstr ""
 "De herstart is mislukt: %s\n"
 "Verwijst de Â»PATHÂ« variable naar de programma directory Â»%sÂ«?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "Herstart als terminal bevestigen"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2210,18 +2210,18 @@ msgstr ""
 "Hef beheer van alle toepassing op en herstart\n"
 "als een terminal. Doorgaan?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<geen>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      Te gebruiken client-id bij contact maken met de "
 "sessiemanager.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2231,7 +2231,7 @@ msgstr ""
 "  --debug             Algemene debugberichten afdrukken.\n"
 "  --debug-z           Debugberichten over stapelen van vensters afdrukken.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2251,7 +2251,7 @@ msgstr ""
 "--rewrite-preferences  Een bestaand bestand met voorkeuren bijwerken.\n"
 "  --trace=conf,icon   Paden volgen gebruiken om configuratie te laden.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2310,21 +2310,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s configuratiemappen:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s geconfigureerde opties:%s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Afmelden bevestigen"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2361,7 +2361,7 @@ msgstr "Afrollen"
 msgid "Rollup"
 msgstr "Oprollen"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2418,7 +2418,7 @@ msgstr "IceWM _herstarten"
 msgid "_About"
 msgstr "_Over"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2427,7 +2427,7 @@ msgstr ""
 "als u dit programma stopt! Wilt u doorgaan?"
 
 #
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Stoppen van: "
 
@@ -2498,11 +2498,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr "'%s' produceert geen uitvoer"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "Programma setxkbmap ontbreekt"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Om van toetsenbord te wisselen, installeer setxkbmap."
 
diff -pruN 2.9.8-1/po/no.po 2.9.9-1/po/no.po
--- 2.9.8-1/po/no.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/no.po	2022-08-01 21:49:30.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: IceWM 1.2.2\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2002-09-22 22:00+0200\n"
 "Last-Translator: Petter Johan Olsen <petter.olsen@cc.uit.no>\n"
 "Language-Team: Norwegian\n"
@@ -69,7 +69,7 @@ msgstr ""
 msgid "Default"
 msgstr ""
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr ""
@@ -84,64 +84,64 @@ msgstr ""
 msgid "Â°C"
 msgstr ""
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, fuzzy, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "Prosessorlast: %3.2f %3.2f %3.2f, %u prosesser."
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
 "Ram (free): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
 "Swap (free): %.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
 "ACPI Temp: "
 msgstr ""
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
 "CPU Freq: %.3fGHz"
 msgstr ""
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr ""
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr ""
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
 "Ram (user): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr ""
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr ""
 
@@ -333,7 +333,7 @@ msgstr "Rull ned"
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "SkrivebordsomrÃ¥de: "
 
@@ -1057,190 +1057,190 @@ msgstr ""
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Tilbake"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Venstre"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Fram"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+HÃ¸yre"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Forrige"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Neste"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Startside"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Ordliste"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Lukk"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 #, fuzzy
 msgid "Theme Howto"
 msgstr "Temaforfatter:"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 #, fuzzy
 msgid "Unsupported protocol."
 msgstr "Enheten %s er ikke stÃ¸ttet."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Ugyldig sti: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 #, fuzzy
 msgid "Failed to open file for reading."
 msgstr "Kunne ikke velge vinduet i fokus"
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 #, fuzzy
 msgid "Failed to create a temporary file"
 msgstr "Kunne ikke opprette anonymt rÃ¸r: %s"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, fuzzy, c-format
 msgid "Failed to decompress %s"
 msgstr "Kunne ikke Ã¥pne %s: %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1278,7 +1278,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, fuzzy, c-format
 msgid "Ignoring option '%s'"
 msgstr "Ukjent kommando: `%s'"
@@ -1323,128 +1323,128 @@ msgstr "Same Game"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Symbolnavn i domenet `%s' (tall mellom %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, fuzzy, c-format
 msgid "Workspace out of range: %ld"
 msgstr "SkrivebordsomrÃ¥det %d finnes ikke"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Ugyldig navn pÃ¥ skrivebordsomrÃ¥de: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME vinduslag"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM tray-innstilling"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif functions"
 msgstr "Ofte brukte applikasjoner"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif decorations"
 msgstr "Ofte brukte applikasjoner"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "GNOME vindustilstand"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "skrivebordsomrÃ¥de #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "Ugyldig argument: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "Ugyldig argument: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "Ugyldig argument: `%s'."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Kommandoen `%s' krever minst %d argumenter."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Ugyldig uttrykk: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Kan ikke koble til display: %s. X mÃ¥ vÃ¦re startet og variabelen $DISPLAY mÃ¥ "
 "vÃ¦re satt."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 msgid "Unexpected: `%s'."
 msgstr "Uventet nÃ¸kkelord: `%s'"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Ingen kommandoer spesifisert."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Ugyldig vindus-identifikator: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "Ugyldig argument: `%s'."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "Ugyldig argument: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Ukjent kommando: `%s'"
@@ -1801,7 +1801,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, fuzzy, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Ukjent opsjon: %s\n"
@@ -1836,7 +1836,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Ukjent retning i flytt-/stÃ¸rrelsesendringforespÃ¸rsel: %d"
@@ -1881,106 +1881,106 @@ msgstr ""
 msgid "icewm - About"
 msgstr "icewm - Om"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 #, fuzzy
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "En annen vindusbehandler kjÃ¸rer allerede, avslutter..."
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Logg av"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Avbryt avlogging"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "LÃ¥s _arbeidsstasjon"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Start _maskinen pÃ¥ nytt"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "S_lÃ¥ av maskinen"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Start _Icewm pÃ¥ nytt"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Start _Xterm pÃ¥ nytt"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Meny"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Over dock"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Dock"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_Ã˜verst"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Under"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "_Skrivebord"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -1988,119 +1988,119 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Flislegg _horisontalt"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Flislegg _vertikalt"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Gjenopprett"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Flytt"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_Endre stÃ¸rrelse"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimer"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ksimer"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 #, fuzzy
 #| msgid "Maximize"
 msgid "Maximize_Vert"
 msgstr "Maksimer"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 #, fuzzy
 #| msgid "Maximize"
 msgid "MaximizeHori_z"
 msgstr "Maksimer"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_Fullskjerm"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "G_jem"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "_Rull opp"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "_Hev"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "_Senk"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "_Lag"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Fl_ytt til"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Finnes pÃ¥ _alle"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_Begrens omrÃ¥de"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "_Trayikon"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "L_ukk"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Drep klient"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_Vindusliste"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "En annen vindusbehandler kjÃ¸rer allerede, avslutter..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2109,33 +2109,33 @@ msgstr ""
 "Kunne ikke starte `%s' pÃ¥ nytt\n"
 "Finnes `%s' i $PATH?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<ingen>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2147,7 +2147,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2206,21 +2206,21 @@ msgstr ""
 "Se https://ice-wm.org/ for Ã¥ rapportere feil, fÃ¥ hjelp, og gi kommentarer.\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, fuzzy, c-format
 msgid "%s configured options:%s\n"
 msgstr "Ukjent opsjon: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Bekreft avlogging"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2256,7 +2256,7 @@ msgstr "Rull ned"
 msgid "Rollup"
 msgstr "Rull opp"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2312,7 +2312,7 @@ msgstr "_Start Icewm pÃ¥ nytt"
 msgid "_About"
 msgstr "_Om"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2320,7 +2320,7 @@ msgstr ""
 "ADVARSEL! Alle ulagrede data vil gÃ¥ tapt hvis\n"
 "denne klienten blir drept. Vil du fortsette?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Drep klient: "
 
@@ -2389,11 +2389,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/pl.po 2.9.9-1/po/pl.po
--- 2.9.8-1/po/pl.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/pl.po	2022-08-01 21:49:30.000000000 +0000
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.15\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2019-02-07 06:32+0000\n"
 "Last-Translator: Ewelina Michalowska <ewelina.michalowska@stgambit.com>\n"
 "Language-Team: Polish <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -71,7 +71,7 @@ msgstr "Data"
 msgid "Default"
 msgstr "DomyÅ›lny"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "WyÅ‚Ä…cz"
@@ -86,12 +86,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "ObciÄ…Å¼enie procesora %s: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -100,7 +100,7 @@ msgstr ""
 "\n"
 "Ram (wolny): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -109,7 +109,7 @@ msgstr ""
 "\n"
 "PamiÄ™Ä‡ wymiany (wolna): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -118,7 +118,7 @@ msgstr ""
 "\n"
 "Temperatura ACPI: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -127,15 +127,15 @@ msgstr ""
 "\n"
 "CzÄ™stotliwoÅ›Ä‡ procesora: %.3f GHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "Procesor"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "ObciÄ…Å¼enie: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -144,16 +144,16 @@ msgstr ""
 "\n"
 "Ram (uÅ¼ytkownika): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "PoÅ‚Ä…_cz"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "RozÅ‚Ä…cz"
 
@@ -345,7 +345,7 @@ msgstr "ZwiÅ„"
 msgid "NET"
 msgstr "SIEÄ†"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Obszar roboczy: "
 
@@ -1039,188 +1039,188 @@ msgstr "Rozbudowa usÅ‚ug w sieci Web"
 msgid "WordProcessor"
 msgstr "Edytor tekstu"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Wstecz"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Lewo"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "NaprzÃ³d"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Prawo"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Poprzedni"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "NastÄ™pny"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "ZawartoÅ›Ä‡"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Indeks"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "WebBrowser"
 msgid "Open in Browser"
 msgstr "PrzeglÄ…darka internetowa"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Zamknij"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "CzÄ™sto zadawane pytania"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "PodrÄ™cznik"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Wsparcie"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Poradnik motywu"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Witryna"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "NieobsÅ‚ugiwany protokÃ³Å‚."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "NieprawidÅ‚owa Å›cieÅ¼ka: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "ÅšcieÅ¼ka nie odwoÅ‚uje siÄ™ do pliku."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Nie moÅ¼na otworzyÄ‡ pliku do odczytu."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Nie udaÅ‚o siÄ™ utworzyÄ‡ pliku tymczasowego"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Nie moÅ¼na wykonaÄ‡ polecenia systemowego (%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Nie udaÅ‚o siÄ™ zdekompresowaÄ‡ pliku %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "Nie udaÅ‚o siÄ™ zlokalizowaÄ‡ programu curl lub wget w zmiennej PATH"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "Niebezpieczne znaki w adresie URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1297,7 +1297,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Ignorowanie opcji %s"
@@ -1342,129 +1342,129 @@ msgstr "To samo"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Nazwane symbole domeny \"%s\" (zakres numeryczny: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Obszar roboczy poza zakresem: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "NieprawidÅ‚owa nazwa obszaru roboczego: \"%s\""
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Warstwa okna GNOME"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "Opcje zasobnika IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Save Modifications"
 msgid "Motif functions"
 msgstr "Zapisz modyfikacje"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Save Modifications"
 msgid "Motif decorations"
 msgstr "Zapisz modyfikacje"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "Stan okna GNOME"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "obszar roboczy #%d: \"%s\"\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "NieprawidÅ‚owy argument: \"%s\"."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "NieprawidÅ‚owy argument: \"%s\"."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "NieprawidÅ‚owy argument: \"%s\"."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Operacja \"%s\" wymaga co najmniej %d argumentÃ³w."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "NieprawidÅ‚owe wyraÅ¼enie: \"%s\""
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Nie moÅ¼na otworzyÄ‡ ekranu: %s. X-y muszÄ… byÄ‡ uruchomione oraz musi byÄ‡ "
 "ustawiona zmienna $DISPLAY."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 #| msgid "Unexepected menu keyword: '%s'"
 msgid "Unexpected: `%s'."
 msgstr "Nieoczekiwane sÅ‚owo kluczowe menu: %s"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Nie okreÅ›lono akcji."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "NieprawidÅ‚owy identyfikator okna: \"%s\""
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "NieprawidÅ‚owy argument: \"%s\"."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "NieprawidÅ‚owy argument: \"%s\"."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Nieznana akcja: \"%s\""
@@ -1987,7 +1987,7 @@ msgstr ""
 "proporcjiâ†µ\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Nierozpoznana opcja %s."
@@ -2030,7 +2030,7 @@ msgstr ""
 "zakoÅ„czenie.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Nieznany kierunek w Å¼Ä…daniu przenieÅ›/zmieÅ„ rozmiar: %d"
@@ -2075,106 +2075,106 @@ msgstr ""
 msgid "icewm - About"
 msgstr "O IceWM"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "MenadÅ¼er okien jest juÅ¼ uruchomiony, uÅ¼yj opcji --replace, aby go zastÄ…piÄ‡"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Nie udaÅ‚o siÄ™ ustawiÄ‡ jako wÅ‚aÅ›ciciela wyboru %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "Oczekiwanie na zastÄ…pienie starego menedÅ¼era okien"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "gotowe."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "WyjÅ›cie"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "Anuluj wyjÅ›_cie"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "Zablokuj stano_wisko"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Uruchom ponownie komputer"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "Zamknij"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "Tryb uÅ›pienia"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Zrestartuj _IceWM"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Zrestartuj _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Menu"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "PowyÅ¼ej z_adokowania"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Dokuj"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "Na Wierzch"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normalnie"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "PoniÅ¼ej"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "Biurko"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -2182,115 +2182,115 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "WyÅ‚Ã³Å¼ P_ionowo"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "WyÅ‚Ã³Å¼ Poziomo"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "P_rzywrÃ³Ä‡"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "PrzenieÅ›"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "WielkoÅ›Ä‡"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimalizuj"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Maksymalizuj"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "MaksymalizujWPionie"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "MaksymalizujWPo_ziomie"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "PeÅ‚ny ekran"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "Sc_howaj"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "RozwiÅ„"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "PodnieÅ›"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "ObniÅ¼"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Warstwa"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "PrzenieÅ› do"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Z_ajmij wszystkie"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "Ogranicz obszar roboczy"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Ikona zasobnika"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "Zamknij"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "Zam_knij klienta"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Lista okien"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Inny menadÅ¼er okien jest juÅ¼ uruchomiony, koÅ„czenie pracy..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2299,28 +2299,28 @@ msgstr ""
 "Nie moÅ¼na ponownie uruchomiÄ‡: %s\n"
 "Czy $PATH wskazuje na %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<brak>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      Identyfikator klienta uÅ¼ywany do kontaktu z menedÅ¼erem "
 "sesji.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2331,7 +2331,7 @@ msgstr ""
 "  --debug-z           WyÅ›wietlenie komunikatÃ³w debugowania dotyczÄ…cych "
 "ukÅ‚adania okien.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 #, fuzzy
 #| msgid ""
 #| "\n"
@@ -2354,7 +2354,7 @@ msgstr ""
 "  --postpreferences   WyÅ›wietlenie preferencji po zakoÅ„czeniu "
 "przetwarzania.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2414,21 +2414,21 @@ msgstr ""
 "â†µ\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "Katalogi konfiguracji %s:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "Skonfigurowane opcje %s: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "PotwierdÅº wyjÅ›cie"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2464,7 +2464,7 @@ msgstr "ZwiÅ„"
 msgid "Rollup"
 msgstr "RozwiÅ„"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2519,7 +2519,7 @@ msgstr "U_ruchom ponownie IceWM"
 msgid "_About"
 msgstr "Inform_acje"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2527,7 +2527,7 @@ msgstr ""
 "UWAGA! Wszystkie niezapisane zmiany zostanÄ… utracone\n"
 "gdy ten klient zostanie zamkniÄ™ty. Czy chcesz kontynuowaÄ‡?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Zamknij klienta: "
 
@@ -2601,11 +2601,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr "%s nie generuje wyniku"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/pt_BR.po 2.9.9-1/po/pt_BR.po
--- 2.9.8-1/po/pt_BR.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/pt_BR.po	2022-08-01 21:49:30.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.3.4pre2\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-02-02 03:11+0000\n"
 "Last-Translator: marcelo cripe <marcelocripe@gmail.com>\n"
 "Language-Team: Portuguese (Brazil) <https://l10n.opensuse.org/projects/icewm/"
@@ -73,7 +73,7 @@ msgstr "Data"
 msgid "Default"
 msgstr "PadrÃ£o"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Desabilitar"
@@ -88,12 +88,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU %s Carga: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -102,7 +102,7 @@ msgstr ""
 "\n"
 "RAM (livre): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -111,7 +111,7 @@ msgstr ""
 "\n"
 "Swap (livre): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -120,7 +120,7 @@ msgstr ""
 "\n"
 "Temperatura do ACPI: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -129,15 +129,15 @@ msgstr ""
 "\n"
 "FrequÃªncia da CPU: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Carga: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -146,16 +146,16 @@ msgstr ""
 "\n"
 "RAM (usuÃ¡rio): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Combinar"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Separar"
 
@@ -341,7 +341,7 @@ msgstr "desligado"
 msgid "NET"
 msgstr "Rede"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Ãrea de trabalho: "
 
@@ -1035,178 +1035,178 @@ msgstr "Desenvolvimento web"
 msgid "WordProcessor"
 msgstr "Processador de texto"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Voltar"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+esquerda"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "AvanÃ§ar"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+direita"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Anterior"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "PrÃ³ximo"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "ConteÃºdo"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Ãndice"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Localizar..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Localizar prÃ³ximo"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "Abrir no navegador"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Recarregar"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Fechar"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "Perguntas frequentes"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Manual"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Suporte"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Dicas do tema"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Site"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "GitHub"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "O protocolo nÃ£o Ã© compatÃ­vel."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "O caminho %s nÃ£o Ã© vÃ¡lido\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "O caminho nÃ£o se refere a um arquivo."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Falha ao abrir o arquivo para leitura."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Falha ao criar um arquivo temporÃ¡rio"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Falha ao executar o sistema(%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Falha ao descomprimir %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "NÃ£o foi possÃ­vel localizar curl ou wget no CAMINHO"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "Caracteres nÃ£o seguros no endereÃ§o de URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1284,7 +1284,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Ignorando a opÃ§Ã£o '%s'"
@@ -1329,117 +1329,117 @@ msgstr "Mesmo jogo"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Para obter ajuda, consulte a pÃ¡gina do manual icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "SÃ­mbolos nomeados do domÃ­nio `%s' (intervalo numÃ©rico: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "A Ã¡rea de trabalho estÃ¡ fora do intervalo: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "O nome `%s' da Ã¡rea de trabalho nÃ£o Ã© vÃ¡lido"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Camada da janela do GNOME"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "OpÃ§Ãµes da bandeja (Ã¡rea de notificaÃ§Ã£o) do IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "SÃ­mbolos de gravidade"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "FunÃ§Ãµes do Motif (interface grÃ¡fica primÃ¡ria)"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "DecoraÃ§Ãµes do Motif (interface grÃ¡fica primÃ¡ria)"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "Estado da janela EWMH"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Ã¡rea de trabalho #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "O estado `%s' nÃ£o Ã© vÃ¡lido."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "NÃ£o foi possÃ­vel obter a geometria da janela 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "A extensÃ£o do Xinerama `%s' nÃ£o Ã© vÃ¡lida."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "O argumento `%s' nÃ£o Ã© vÃ¡lido"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "A aÃ§Ã£o `%s' requer ao menos %d argumentos."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "A expressÃ£o `%s' nÃ£o Ã© vÃ¡lida"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "NÃ£o foi possÃ­vel abrir a tela: %s. O servidor X precisa estar em execuÃ§Ã£o e "
 "o $DISPLAY definido."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "NÃ£o Ã© esperado: '%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Nenhuma janela foi encontrada."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Nenhuma aÃ§Ã£o foi especificada."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "O identificador da janela `%s' nÃ£o Ã© vÃ¡lido"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "O PID `%s' nÃ£o Ã© vÃ¡lido"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "A camada `%s' nÃ£o Ã© vÃ¡lida."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "A aÃ§Ã£o `%s' nÃ£o Ã© conhecida"
@@ -1896,7 +1896,7 @@ msgstr ""
 " center:0 scaled:1 = preenche ambas as dimensÃµes e mantÃ©m a proporÃ§Ã£o\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "A opÃ§Ã£o '%s' nÃ£o foi reconhecida."
@@ -1937,7 +1937,7 @@ msgstr ""
 "  -h, --help          Exibe esta tela de ajuda e sai.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr ""
@@ -1983,107 +1983,107 @@ msgstr "Renderizador:"
 msgid "icewm - About"
 msgstr "Sobre o IceWM"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "Um gerenciador de janelas jÃ¡ estÃ¡ em execuÃ§Ã£o, utilize --replace para "
 "substituÃ­-lo"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Falha ao tornar-se proprietÃ¡rio da seleÃ§Ã£o %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "Aguardando a substituiÃ§Ã£o do gerenciador de janelas antigo"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "concluÃ­do."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Sair da sessÃ£o"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Cancelar saÃ­da"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "Bloquear Ã¡_rea de trabalho"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Rei_niciar"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "Deslig_ar"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "S_uspender"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Reiniciar _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Reiniciar _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Menu"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Sobre a Doca"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Doca"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "Em _cima"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "Em_baixo"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "Ãr_ea de trabalho"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "MÃ£o esquerda"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "MÃ£o direita"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "Metade superior"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "Metade inferior"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "Superior esquerdo"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "Superior direito"
 
@@ -2091,115 +2091,115 @@ msgstr "Superior direito"
 msgid "Bottom Left"
 msgstr "Inferior esquerdo"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "Inferior direito"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "Centro"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Agrupar hor_izontalmente"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Agrupar _verticalmente"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Restaurar"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Mover"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_Tamanho"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimizar"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ximizar"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Maximizar _vertical"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "Maximizar hori_zontal"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "Tela _cheia"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_Ocultar"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Enrol_ar"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "Para _frente"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Para trÃ¡_s"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Cama_da"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "Agrupar"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Mover _para"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Oc_upar todas"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_Limitar a Ã¡rea de trabalho"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Ãcone da Ã¡rea de _notificaÃ§Ã£o"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "Fec_har"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Interromper cliente"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Lista de _janelas"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Outro gerenciador de janelas jÃ¡ estÃ¡ sendo executado, saindo..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2208,11 +2208,11 @@ msgstr ""
 "NÃ£o foi possÃ­vel reiniciar: %s\n"
 "O $PATH leva a %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "Confirmar reinÃ­cio como terminal"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2220,18 +2220,18 @@ msgstr ""
 "Cancelar o gerenciamento de todos os aplicativos e reiniciar como terminal.\n"
 "VocÃª quer continuar?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<nenhum>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      O ID do cliente a ser utilizado ao entrar em contato "
 "com o gerenciador de sessÃ£o.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2242,7 +2242,7 @@ msgstr ""
 "  --debug-z         Exibe as mensagens de depuraÃ§Ã£o relacionadas ao "
 "empilhamento das janelas.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2264,7 +2264,7 @@ msgstr ""
 "  --trace=conf,icon      Caminho de rastreamento utilizado para carregar a\n"
 "                         configuraÃ§Ã£o.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2324,21 +2324,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s diretÃ³rios de configuraÃ§Ã£o:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s opÃ§Ãµes estÃ£o configuradas: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Confirmar saÃ­da"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2374,7 +2374,7 @@ msgstr "Desenrolar"
 msgid "Rollup"
 msgstr "Enrolar"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2431,7 +2431,7 @@ msgstr "_Reiniciar IceWM"
 msgid "_About"
 msgstr "So_bre"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2440,7 +2440,7 @@ msgstr ""
 "perdidas quando este cliente for encerrado.\n"
 "VocÃª quer continuar?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Interromper cliente: "
 
@@ -2511,11 +2511,11 @@ msgstr "'%s' esgotou o tempo!"
 msgid "'%s' produces no output"
 msgstr "'%s' nÃ£o produz saÃ­da"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "O programa setxkbmap nÃ£o estÃ¡ disponÃ­vel"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Para alternar o teclado, por favor, instale o setxkbmap."
 
diff -pruN 2.9.8-1/po/pt.po 2.9.9-1/po/pt.po
--- 2.9.8-1/po/pt.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/pt.po	2022-08-01 21:49:30.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.6.6.83\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-01-11 15:12+0000\n"
 "Last-Translator: Hugo Carvalho <hugokarvalho@hotmail.com>\n"
 "Language-Team: Portuguese <https://l10n.opensuse.org/projects/icewm/"
@@ -71,7 +71,7 @@ msgstr "Data"
 msgid "Default"
 msgstr "Predefinido"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Desativar"
@@ -86,12 +86,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU %s carga: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -100,7 +100,7 @@ msgstr ""
 "\n"
 "Ram (livre): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -109,7 +109,7 @@ msgstr ""
 "\n"
 "Swap (livre): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -118,7 +118,7 @@ msgstr ""
 "\n"
 "Temp ACPI: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -127,15 +127,15 @@ msgstr ""
 "\n"
 "Freq CPU: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Carga: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -144,16 +144,16 @@ msgstr ""
 "\n"
 "Ram (utilizador): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Combinar"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Separar"
 
@@ -339,7 +339,7 @@ msgstr "em baixo"
 msgid "NET"
 msgstr "REDE"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Ãrea de trabalho: "
 
@@ -1033,178 +1033,178 @@ msgstr "Desenvolvimento Web"
 msgid "WordProcessor"
 msgstr "Processador de texto"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Voltar"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Esquerda"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "AvanÃ§ar"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Direita"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Anterior"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Seguinte"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "ConteÃºdo"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Ãndice"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Localizar..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Localizar seguinte"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "Abrir no Navegador"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Recarregar"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Fechar"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "FAQ"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Manual"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Suporte"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Como fazer dos temas"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Website"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Protocolo nÃ£o suportado."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Caminho invÃ¡lido: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "O caminho nÃ£o se refere a um ficheiro."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Falha ao abrir o ficheiro para leitura."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Falha ao criar um ficheiro temporÃ¡rio"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Falha ao executar o sistema(%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Falha ao descomprimir %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "NÃ£o foi possÃ­vel localizar curl ou wget no PATH"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "Caracteres nÃ£o seguros na URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1278,7 +1278,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "A ignorar opÃ§Ã£o '%s'"
@@ -1323,117 +1323,117 @@ msgstr "Mesmo Jogo"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Para obter ajuda, consulte a pÃ¡gina de manual icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "SÃ­mbolos nomeados do domÃ­nio `%s' (Ã¢mbito numÃ©rico: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Ãrea de trabalho fora de alcance: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Nome da Ã¡rea de trabalho invÃ¡lido: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Camada da janela GNOME"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "OpÃ§Ãµes da Ã¡rea de notificaÃ§Ã£o do IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "SÃ­mbolos de gravidade"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "FunÃ§Ãµes do Motif"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "DecoraÃ§Ãµes do Motif"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "Estado da janela EWMH"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Ã¡rea de trabalho #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "Estado invÃ¡lido: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "NÃ£o foi possÃ­vel obter a geometria da janela 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "Xinerama invÃ¡lido: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "Argumento invÃ¡lido: `%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "A aÃ§Ã£o `%s' requer ao menos %d argumentos."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "ExpressÃ£o invÃ¡lida: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "NÃ£o foi possÃ­vel abrir o ecrÃ£: %s. O servidor X precisa de estar a rodar e o "
 "$DISPLAY definido."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "Inesperado: `%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Nenhuma janela encontrada."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Nenhuma aÃ§Ã£o especificada."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Identificador da janela invÃ¡lido: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "PID invÃ¡lido: `%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "Camada invÃ¡lida: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "AÃ§Ã£o desconhecida: `%s'"
@@ -1877,7 +1877,7 @@ msgstr ""
 " center:0 scaled:1 = preenche ambas dimensÃµes e mantÃ©m a proporÃ§Ã£o\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "OpÃ§Ã£o nÃ£o reconhecida: '%s'."
@@ -1918,7 +1918,7 @@ msgstr ""
 "  -h, --help          Mostra este ecrÃ£ de uso e sai.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Ordem desconhecida no requerimento para mover/redimensionar: %d"
@@ -1963,106 +1963,106 @@ msgstr "Renderizador:"
 msgid "icewm - About"
 msgstr "icewm - Sobre"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "Um gestor de janelas jÃ¡ estÃ¡ em execuÃ§Ã£o, use --replace para substituÃ­-lo"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Falha ao tornar-se proprietÃ¡rio da seleÃ§Ã£o %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "A aguardar a substituiÃ§Ã£o do gestor de janelas antigo"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "concluÃ­do."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Sair da sessÃ£o"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Cancelar saÃ­da"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "Bloquear _estaÃ§Ã£o"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Rei_niciar"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "Deslig_ar"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "S_uspender"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Reiniciar _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Reiniciar _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Menu"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Sobre a doca"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Doca"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "Em _cima"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "Em_baixo"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "Ambi_ente de trabalho"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "Metade esquerda"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "Metade direita"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "Metade superior"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "Metade inferior"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "Superior esquerdo"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "Superior direito"
 
@@ -2070,115 +2070,115 @@ msgstr "Superior direito"
 msgid "Bottom Left"
 msgstr "Inferior esquerdo"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "Inferior direito"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "Centro"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Agrupar hor_izontalmente"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Agrupar _verticalmente"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Restaurar"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Mover"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_Tamanho"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimizar"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ximizar"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Maximizar_Vert"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "MaximizarHori_z"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "EcrÃ£ _inteiro"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_Ocultar"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Enrol_ar"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "Para _frente"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "Para trÃ¡_s"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Cama_da"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "Mosaico"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Mover _para"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Oc_upar todas"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_Limitar Ã¡rea"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Ãcone da Ã¡rea de _notificaÃ§Ã£o"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "Fec_har"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Interromper cliente"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Lista de _janelas"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Outro gestor de janelas jÃ¡ estÃ¡ a ser executado, a sair..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2187,11 +2187,11 @@ msgstr ""
 "NÃ£o foi possÃ­vel reiniciar: %s\n"
 "O $PATH leva a %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "Confirmar Reiniciar como Terminal"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2199,18 +2199,18 @@ msgstr ""
 "Desagrupar todas as aplicaÃ§Ãµes e reiniciar\n"
 "como um terminal. Proceder?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<nenhum>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      ID do cliente a usar ao contatar o gerenciador de "
 "sessÃ£o.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2221,7 +2221,7 @@ msgstr ""
 "  --debug-z           Mostrar mensagens de depuraÃ§Ã£o sobre a pilha das "
 "janelas.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2241,7 +2241,7 @@ msgstr ""
 "  --rewrite-preferences  Atualiza um ficheiro de preferÃªncias existente.\n"
 "  --trace=conf,icon   Caminho do trace usado para carregar a configuraÃ§Ã£o.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2301,21 +2301,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s DiretÃ³rios de configuraÃ§Ã£o:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s opÃ§Ãµes configuradas: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Confirmar saÃ­da"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2351,7 +2351,7 @@ msgstr "Desenrolar"
 msgid "Rollup"
 msgstr "Enrolar"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2408,7 +2408,7 @@ msgstr "_Reiniciar o icewm"
 msgid "_About"
 msgstr "_Acerca"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2416,7 +2416,7 @@ msgstr ""
 "ATENÃ‡ÃƒO! Qualquer alteraÃ§Ã£o nÃ£o guardada serÃ¡ perdida\n"
 "ao interromper este cliente. Deseja continuar?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Interromper cliente: "
 
@@ -2487,11 +2487,11 @@ msgstr "'%s' expirou!"
 msgid "'%s' produces no output"
 msgstr "'%s' nÃ£o produz resultado"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "Programa setxkbmap em falta"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Para alternar o teclado, instale o setxkbmap."
 
diff -pruN 2.9.8-1/po/ro.po 2.9.9-1/po/ro.po
--- 2.9.8-1/po/ro.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/ro.po	2022-08-01 21:49:30.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.0.9\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2002-10-04 12:30+0200\n"
 "Last-Translator: Tiberiu Micu <tibimicu@gmx.net>\n"
 "Language-Team: Romanian <ro@li.org>\n"
@@ -68,7 +68,7 @@ msgstr ""
 msgid "Default"
 msgstr "Åžterge"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr ""
@@ -83,64 +83,64 @@ msgstr ""
 msgid "Â°C"
 msgstr ""
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, fuzzy, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "ÃŽncÄƒrcarea CPU: %3.2f %3.2f %3.2f, %u procese."
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
 "Ram (free): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
 "Swap (free): %.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
 "ACPI Temp: "
 msgstr ""
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
 "CPU Freq: %.3fGHz"
 msgstr ""
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr ""
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr ""
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
 "Ram (user): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr ""
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr ""
 
@@ -331,7 +331,7 @@ msgstr "RuleazÄƒ Ã®n jos"
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "SpaÅ£iu de lucru: "
 
@@ -1055,188 +1055,188 @@ msgstr ""
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "ÃŽnapoi"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+StÃ¢nga"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "ÃŽnainte"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Dreapta"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Precedent"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "UrmÄƒtor"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Cuprins"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Index"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "ÃŽnchide"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 #, fuzzy
 msgid "Theme Howto"
 msgstr "Autor temÄƒ:"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 #, fuzzy
 msgid "Unsupported protocol."
 msgstr "InterfaÅ£Äƒ nesuportatÄƒ: %s."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Cale invalidÄƒ: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr ""
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr ""
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, fuzzy, c-format
 msgid "Failed to decompress %s"
 msgstr "Nu pot gÄƒsi harta de pixeli %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1274,7 +1274,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, fuzzy, c-format
 msgid "Ignoring option '%s'"
 msgstr "AcÅ£iune necunoscutÄƒ: `%s'"
@@ -1319,126 +1319,126 @@ msgstr "AcelaÅŸi joc"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Denumiri simbolice ale domeniului `%s' (interval numeric: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, fuzzy, c-format
 msgid "Workspace out of range: %ld"
 msgstr "SpaÅ£iu de lucru Ã®n afara domeniului: %d"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "SpaÅ£iu de lucru invalid: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Fereastra strat GNOME"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "OpÅ£iune Icewm tray"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif functions"
 msgstr "AplicaÅ£ii favorite"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif decorations"
 msgstr "AplicaÅ£ii favorite"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "Fereastra de stare GNOME"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "spaÅ£iu de lucru #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "Argument invalid: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "Argument invalid: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "Argument invalid: `%s'."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr ""
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, fuzzy, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Argument invalid: `%s'."
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr "Nu pot porni afiÅŸarea: %s. Trebuie sÄƒ ruleze X ÅŸi setat $DISPLAY."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr ""
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Nici o acÅ£iune specificatÄƒ"
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Identificator de ferestrÄƒ invalid: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "Argument invalid: `%s'."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "Argument invalid: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "AcÅ£iune necunoscutÄƒ: `%s'"
@@ -1793,7 +1793,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, fuzzy, c-format
 msgid "Unrecognized option '%s'."
 msgstr "OpÅ£iune nerecunoscutÄƒ: %s\n"
@@ -1828,7 +1828,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr ""
@@ -1873,106 +1873,106 @@ msgstr ""
 msgid "icewm - About"
 msgstr "icewm - Despre"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 #, fuzzy
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Un alt manager de ferestre ruleazÄƒ, ies..."
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "IeÅŸire"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "RenunÅ£are ieÅŸire"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "BlocheazÄƒ staÅ£ia de lucru"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "ReporneÅŸte"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "OpreÅŸte"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Repornire _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Repornire _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Meniu"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "DocheazÄƒ de_asupra"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_DocheazÄƒ"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "Deasupra"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "Dedesu_bt"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "D_esktop"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -1980,119 +1980,119 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "AlÄƒturare or_izontalÄƒ"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "AlÄƒturare _verticalÄƒ"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_RestaureazÄƒ"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_MutÄƒ"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "MÄƒrime"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimizeazÄƒ"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ximizeazÄƒ"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 #, fuzzy
 #| msgid "Maximize"
 msgid "Maximize_Vert"
 msgstr "MaximizeazÄƒ"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 #, fuzzy
 #| msgid "Maximize"
 msgid "MaximizeHori_z"
 msgstr "MaximizeazÄƒ"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr ""
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "Ascunde"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "RuleazÄƒ"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "RidicÄƒ"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "_CoboarÄƒ"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Strat"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "MutÄƒ Ã®n"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "OcupÄƒ tot"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "LimiteazÄƒ spaÅ£iul de lucru"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr ""
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "ÃŽnchide"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "ÃŽnchide clientul"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Lista ferestre"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Un alt manager de ferestre ruleazÄƒ, ies..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2101,33 +2101,33 @@ msgstr ""
 "Nu pot reporni: %s\n"
 "Conduce calea $PATH cÄƒtre %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<nu existÄƒ>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2139,7 +2139,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2171,21 +2171,21 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, fuzzy, c-format
 msgid "%s configured options:%s\n"
 msgstr "OpÅ£iune nerecunoscutÄƒ: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "ConfirmÄƒ ieÅŸirea"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2221,7 +2221,7 @@ msgstr "RuleazÄƒ Ã®n jos"
 msgid "Rollup"
 msgstr "RuleazÄƒ Ã®n sus"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2277,7 +2277,7 @@ msgstr "_ReporneÅŸte icewm"
 msgid "_About"
 msgstr "Despre"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2285,7 +2285,7 @@ msgstr ""
 "AVERTISMENT! Toate schimbÄƒrile nesalvate vor fi pierdute\n"
 "cÃ¢nd acest client este Ã®nchis. DoriÅ£i sa continuaÅ£i?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "ÃŽnchide client: "
 
@@ -2354,11 +2354,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/ru.po 2.9.9-1/po/ru.po
--- 2.9.8-1/po/ru.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/ru.po	2022-08-01 21:49:30.000000000 +0000
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: IceWM 1.4.2\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-03-16 02:12+0000\n"
 "Last-Translator: Sergey Mashkov <cy6ergn0m@gmail.com>\n"
 "Language-Team: Russian <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -81,7 +81,7 @@ msgstr "Ð”Ð°Ñ‚Ð°"
 msgid "Default"
 msgstr "ÐŸÐ¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Ð¡ÐºÑ€Ñ‹Ñ‚ÑŒ"
@@ -96,12 +96,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "Ð—Ð°Ð³Ñ€ÑƒÐ·ÐºÐ° CPU%s: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -110,7 +110,7 @@ msgstr ""
 "\n"
 "ÐžÐ—Ð£ (ÑÐ²Ð¾Ð±Ð¾Ð´Ð½Ð¾): %5.3f (%.3f) Ð“Ð‘"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -119,7 +119,7 @@ msgstr ""
 "\n"
 "Swap (ÑÐ²Ð¾Ð±Ð¾Ð´Ð½Ð¾): %.3f (%.3f) Ð“Ð‘"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -128,7 +128,7 @@ msgstr ""
 "\n"
 "Ð¢ÐµÐ¼Ð¿ÐµÑ€Ð°Ñ‚ÑƒÑ€Ð°: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -137,15 +137,15 @@ msgstr ""
 "\n"
 "Ð§Ð°ÑÑ‚Ð¾Ñ‚Ð° CPU: %.3fÐ“Ð“Ñ†"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Ð—Ð°Ð³Ñ€ÑƒÐ·ÐºÐ°: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -154,16 +154,16 @@ msgstr ""
 "\n"
 "ÐžÐ—Ð£ (Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ): %5.3f (%.3f) Ð“Ð‘"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Ð¡ÐºÐ¾Ð¼Ð±Ð¸Ð½Ð¸Ñ€Ð¾Ð²Ð°Ñ‚ÑŒ"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Ð Ð°Ð·Ð´ÐµÐ»Ð¸Ñ‚ÑŒ"
 
@@ -349,7 +349,7 @@ msgstr "Ð²Ð½Ð¸Ð·"
 msgid "NET"
 msgstr "Ð¡Ð•Ð¢Ð¬"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Ð Ð°Ð±Ð¾Ñ‡ÐµÐµ Ð¼ÐµÑÑ‚Ð¾: "
 
@@ -1043,178 +1043,178 @@ msgstr "Web-Ð Ð°Ð·Ñ€Ð°Ð±Ð¾Ñ‚ÐºÐ°"
 msgid "WordProcessor"
 msgstr "Ð¢ÐµÐºÑÑ‚Ð¾Ð²Ñ‹Ð¹ ÐŸÑ€Ð¾Ñ†ÐµÑÑÐ¾Ñ€"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "ÐÐ°Ð·Ð°Ð´"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Ð’Ð»ÐµÐ²Ð¾"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Ð’Ð¿ÐµÑ€ÐµÐ´"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Ð’Ð¿Ñ€Ð°Ð²Ð¾"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "ÐŸÑ€ÐµÐ´Ñ‹Ð´ÑƒÑ‰Ð¸Ð¹"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Ð¡Ð»ÐµÐ´ÑƒÑŽÑ‰Ð¸Ð¹"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Ð¡Ð¾Ð´ÐµÑ€Ð¶Ð¸Ð¼Ð¾Ðµ"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Ð¡Ð¾Ð´ÐµÑ€Ð¶Ð°Ð½Ð¸Ðµ"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "ÐŸÐ¾Ð¸ÑÐº..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "ÐÐ°Ð¹Ñ‚Ð¸ ÑÐ»ÐµÐ´ÑƒÑŽÑ‰ÐµÐµ"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "ÐžÑ‚ÐºÑ€Ñ‹Ñ‚ÑŒ Ð² Web-Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "ÐŸÐµÑ€ÐµÐ·Ð°Ð³Ñ€ÑƒÐ·Ð¸Ñ‚ÑŒ"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Ð—Ð°ÐºÑ€Ñ‹Ñ‚ÑŒ"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "Ð§Ð°ÑÑ‚Ð¾ Ð·Ð°Ð´Ð°Ð²Ð°ÐµÐ¼Ñ‹Ðµ Ð²Ð¾Ð¿Ñ€Ð¾ÑÑ‹"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Ð ÑƒÐºÐ¾Ð²Ð¾Ð´ÑÑ‚Ð²Ð¾"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "ÐŸÐ¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ°"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Ð˜Ð½ÑÑ‚Ñ€ÑƒÐºÑ†Ð¸Ð¸ Ð¿Ð¾ Ñ‚ÐµÐ¼Ð°Ð¼"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Ð’ÐµÐ±-ÑÐ°Ð¹Ñ‚"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "ÐŸÑ€Ð¾Ñ‚Ð¾ÐºÐ¾Ð» Ð½Ðµ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶Ð¸Ð²Ð°ÐµÑ‚ÑÑ."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ñ‹Ð¹ Ð¿ÑƒÑ‚ÑŒ: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "ÐŸÑƒÑ‚ÑŒ Ð½Ðµ ÑƒÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÑ‚ Ð½Ð° Ñ„Ð°Ð¹Ð»."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "ÐÐµ ÑƒÐ´Ð°Ð»Ð¾ÑÑŒ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚ÑŒ Ñ„Ð°Ð¹Ð» Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "ÐžÑˆÐ¸Ð±ÐºÐ° ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð¾Ð³Ð¾ Ñ„Ð°Ð¹Ð»Ð°: %s"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "ÐÐµ ÑƒÐ´Ð°Ð»Ð¾ÑÑŒ Ð·Ð°Ð¿ÑƒÑÑ‚Ð¸Ñ‚ÑŒ ÑÐ¸ÑÑ‚ÐµÐ¼Ñƒ(%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "ÐžÑˆÐ¸Ð±ÐºÐ° Ñ€Ð°ÑÐ¿Ð°ÐºÐ¾Ð²ÐºÐ¸ %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "'curl' Ð¸Ð»Ð¸ 'wget' Ð² PATH Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ñ‹"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "ÐžÐ¿Ð°ÑÐ½Ñ‹Ðµ Ð·Ð½Ð°ÐºÐ¸ Ð² ÑÑÑ‹Ð»ÐºÐµ"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1286,7 +1286,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "ÐÐµÐ¸Ð·Ð²ÐµÑÑ‚Ð½Ð°Ñ Ð¾Ð¿Ñ†Ð¸Ñ: '%s'"
@@ -1331,117 +1331,117 @@ msgstr "Ð˜Ð³Ñ€Ð° IceSame"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Ð—Ð° ÑÐ¿Ñ€Ð°Ð²ÐºÐ¾Ð¹ Ð¾Ð±Ñ€Ð°Ñ‚Ð¸Ñ‚ÐµÑÑŒ Ðº ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ Ñ€ÑƒÐºÐ¾Ð²Ð¾Ð´ÑÑ‚Ð²Ð° icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "ÐŸÐ¾Ð¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð½Ñ‹Ðµ ÑÐ¸Ð¼Ð²Ð¾Ð»Ñ‹ Ð² Ð´Ð¾Ð¼ÐµÐ½Ðµ `%s' (Ñ‡Ð¸ÑÐ»Ð¾Ð²Ð¾Ð¹ Ð´Ð¸Ð°Ð¿Ð°Ð·Ð¾Ð½: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Ð Ð°Ð±Ð¾Ñ‡ÐµÐµ Ð¼ÐµÑÑ‚Ð¾ Ð·Ð° Ð¿Ñ€ÐµÐ´ÐµÐ»Ð°Ð¼Ð¸: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "ÐÐµÐ²ÐµÑ€Ð½Ð¾Ðµ Ð¸Ð¼Ñ Ñ€Ð°Ð±Ð¾Ñ‡ÐµÐ³Ð¾ Ð¼ÐµÑÑ‚Ð°: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Ð£Ñ€Ð¾Ð²ÐµÐ½ÑŒ Ð¾ÐºÐ½Ð° GNOME"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "ÐžÐ¿Ñ†Ð¸Ñ ÑÐ¸ÑÑ‚ÐµÐ¼Ð½Ð¾Ð³Ð¾ Ð»Ð¾Ñ‚ÐºÐ° IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "Gravity-Ð¼Ð°Ñ€ÐºÐµÑ€Ñ‹"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Ð¤ÑƒÐ½ÐºÑ†Ð¸Ð¸ Motif"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Ð£ÐºÑ€Ð°ÑˆÐµÐ½Ð¸Ñ Motif"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "Ð¡Ð¾ÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð¾ÐºÐ½Ð° EWMH"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Ñ€Ð°Ð±Ð¾Ñ‡ÐµÐµ Ð¼ÐµÑÑ‚Ð¾ #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ð¾Ðµ ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ðµ: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "ÐÐµÐ²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾ Ð¿Ð¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð³ÐµÐ¾Ð¼ÐµÑ‚Ñ€Ð¸ÑŽ Ð¾ÐºÐ½Ð° 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "ÐÐµÐ²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾ÑÑ‚ÑŒ Xinerama: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ñ‹Ð¹ Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚: `%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Ð”ÐµÐ¹ÑÑ‚Ð²Ð¸Ðµ `%s' Ñ‚Ñ€ÐµÐ±ÑƒÐµÑ‚ ÐºÐ°Ðº Ð¼Ð¸Ð½Ð¸Ð¼ÑƒÐ¼ %d Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚Ð°(Ð¾Ð²)."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ð¾Ðµ Ð²Ñ‹Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "ÐÐµ Ð¼Ð¾Ð³Ñƒ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚ÑŒ Ð´Ð¸ÑÐ¿Ð»ÐµÐ¹: %s. X-ÑÐµÑ€Ð²ÐµÑ€ Ð´Ð¾Ð»Ð¶ÐµÐ½ Ð±Ñ‹Ñ‚ÑŒ Ð·Ð°Ð³Ñ€ÑƒÐ¶ÐµÐ½ Ð¸ Ð¿ÐµÑ€ÐµÐ¼ÐµÐ½Ð½Ð°Ñ "
 "$DISPLAY ÑƒÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð°."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "ÐÐµ Ð¿Ñ€ÐµÐ´ÑƒÑÐ¼Ð¾Ñ‚Ñ€ÐµÐ½Ð¾: `%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "ÐžÐºÐ½Ð° Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ñ‹."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "ÐÐµ ÑƒÐºÐ°Ð·Ð°Ð½Ð¾ Ð½Ð¸ÐºÐ°ÐºÐ¸Ñ… Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ð¹."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "ÐÐµÐ²ÐµÑ€Ð½Ñ‹Ð¹ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ‚Ð¾Ñ€ Ð¾ÐºÐ½Ð°: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "ÐÐµÐ²ÐµÑ€Ð½Ñ‹Ð¹ PID: `%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "ÐÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ñ‹Ð¹ ÑÐ»Ð¾Ð¹: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "ÐÐµÐ¸Ð·Ð²ÐµÑÑ‚Ð½Ð¾Ðµ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ðµ: `%s'"
@@ -1887,7 +1887,7 @@ msgstr ""
 " center:0 scaled:1 = Ð·Ð°Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÑŒ Ñ ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸ÐµÐ¼ Ð¿Ñ€Ð¾Ð¿Ð¾Ñ€Ñ†Ð¸Ð¹\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "ÐÐµÐ¸Ð·Ð²ÐµÑÑ‚Ð½Ð°Ñ Ð¾Ð¿Ñ†Ð¸Ñ '%s'."
@@ -1928,7 +1928,7 @@ msgstr ""
 "  -h, --help          Ð’Ñ‹Ð²Ð¾Ð´ ÑÑ‚Ð¾Ð¹ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¸ Ð¾ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð°Ñ… Ð¸ Ð²Ñ‹Ñ…Ð¾Ð´.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "ÐÐµÐ¸Ð·Ð²ÐµÑÑ‚Ð½Ð¾Ðµ Ð½Ð°Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ðµ Ð² Ð·Ð°Ð¿Ñ€Ð¾ÑÐµ Ð½Ð° Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ/Ñ€Ð°Ð·Ð¼ÐµÑ€Ð°: %d"
@@ -1974,107 +1974,107 @@ msgid "icewm - About"
 msgstr "ÐžÐ± IceWM"
 
 #
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "ÐžÐºÐ¾Ð½Ð½Ñ‹Ð¹ Ð¼ÐµÐ½ÐµÐ´Ð¶ÐµÑ€ ÑƒÐ¶Ðµ Ð·Ð°Ð¿ÑƒÑ‰ÐµÐ½; Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ð·Ð°Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ ÐµÐ³Ð¾, Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐ¹Ñ‚Ðµ --replace"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "ÐÐµ ÑƒÐ´Ð°Ð»Ð¾ÑÑŒ ÑÑ‚Ð°Ñ‚ÑŒ Ð²Ð»Ð°Ð´ÐµÐ»ÑŒÑ†ÐµÐ¼ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ð¾Ð³Ð¾ Ð¾Ð±ÑŠÐµÐºÑ‚Ð° %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "ÐžÐ¶Ð¸Ð´Ð°Ð½Ð¸Ðµ Ð·Ð°Ð¼ÐµÐ½Ñ‹ ÑÑ‚Ð°Ñ€Ð¾Ð³Ð¾ Ð¾ÐºÐ¾Ð½Ð½Ð¾Ð³Ð¾ Ð¼ÐµÐ½ÐµÐ´Ð¶ÐµÑ€Ð°"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "Ð³Ð¾Ñ‚Ð¾Ð²Ð¾."
 
 # OS/2 is dead, but... ;-)
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Ð’Ñ‹Ñ…Ð¾Ð´"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_ÐžÑ‚Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ Ð²Ñ‹Ñ…Ð¾Ð´"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "Ð—Ð°Ð±Ð»Ð¾ÐºÐ¸Ñ€Ð¾Ð²Ð°Ñ‚ÑŒ _ÑÑ‚Ð°Ð½Ñ†Ð¸ÑŽ"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "ÐŸÐµ_Ñ€ÐµÐ·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ° ÐºÐ¾Ð¼Ð¿ÑŒÑŽÑ‚ÐµÑ€Ð°"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "Ð’Ñ‹_ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ðµ ÐºÐ¾Ð¼Ð¿ÑŒÑŽÑ‚ÐµÑ€Ð°"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "_ÐŸÑ€Ð¸Ð¾ÑÑ‚Ð°Ð½Ð¾Ð²ÐºÐ° Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "ÐŸÐµÑ€ÐµÐ·Ð°Ð¿ÑƒÑÐº _IceWM"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Ð’Ñ‹Ð¹Ñ‚Ð¸ Ð² _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_ÐœÐµÐ½ÑŽ"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_ÐŸÐ¾Ð²ÐµÑ€Ñ… Ð´Ð¾ÐºÐ°"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Ð”Ð¾Ðº"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_ÐŸÐ¾Ð²ÐµÑ€Ñ…"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_ÐÐ¾Ñ€Ð¼Ð°Ð»ÑŒÐ½Ñ‹Ð¹"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_ÐÐ¸Ð¶Ðµ"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "Ð”_ÐµÑÐºÑ‚Ð¾Ð¿"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "Ð›ÐµÐ²Ð°Ñ Ð¿Ð¾Ð»Ð¾Ð²Ð¸Ð½Ð°"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "ÐŸÑ€Ð°Ð²Ð°Ñ Ð¿Ð¾Ð»Ð¾Ð²Ð¸Ð½Ð°"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "Ð’ÐµÑ€Ñ…Ð½ÑÑ Ð¿Ð¾Ð»Ð¾Ð²Ð¸Ð½Ð°"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "ÐÐ¸Ð¶Ð½ÑÑ Ð¿Ð¾Ð»Ð¾Ð²Ð¸Ð½Ð°"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "ÐÐ°Ð²ÐµÑ€Ñ… Ð²Ð»ÐµÐ²Ð¾"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "ÐÐ°Ð²ÐµÑ€Ñ… Ð²Ð¿Ñ€Ð°Ð²Ð¾"
 
@@ -2082,116 +2082,116 @@ msgstr "ÐÐ°Ð²ÐµÑ€Ñ… Ð²Ð¿Ñ€Ð°Ð²Ð¾"
 msgid "Bottom Left"
 msgstr "Ð’Ð½Ð¸Ð· Ð½Ð°Ð»ÐµÐ²Ð¾"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "Ð’Ð½Ð¸Ð· Ð½Ð°Ð¿Ñ€Ð°Ð²Ð¾"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "ÐŸÐ¾ Ñ†ÐµÐ½Ñ‚Ñ€Ñƒ"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Ð _Ð°Ð·Ð´ÐµÐ»Ð¸Ñ‚ÑŒ Ð“Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ð¾"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Ð Ð°Ð·Ð´ÐµÐ»Ð¸Ñ‚ÑŒ _Ð’ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»ÑŒÐ½Ð¾"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Ð’Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð¸Ñ‚ÑŒ"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_ÐŸÐµÑ€ÐµÐ¼ÐµÑÑ‚Ð¸Ñ‚ÑŒ"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_Ð Ð°Ð·Ð¼ÐµÑ€"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Ð¡Ð²_ÐµÑ€Ð½ÑƒÑ‚ÑŒ"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ð Ð°_Ð·Ð²ÐµÑ€Ð½ÑƒÑ‚ÑŒ"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Ð Ð°Ð·Ð²ÐµÑ€Ð½ÑƒÑ‚ÑŒ_Ð’ÐµÑ€Ñ‚"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "Ð Ð°Ð·Ð²ÐµÑ€Ð½ÑƒÑ‚ÑŒÐ“Ð¾Ñ€Ð¸_Ð·"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_ÐŸÐ¾Ð»Ð½Ð¾ÑÐºÑ€Ð°Ð½Ð½Ñ‹Ð¹"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_Ð¡ÐºÑ€Ñ‹Ñ‚ÑŒ"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Ð¡ÐºÑ€Ñƒ_Ñ‚Ð¸Ñ‚ÑŒ"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "ÐŸ_Ð¾Ð´Ð½ÑÑ‚ÑŒ"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "_ÐžÐ¿ÑƒÑÑ‚Ð¸Ñ‚ÑŒ"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Ð¡Ð»_Ð¾Ð¹"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "Ð—Ð°Ð¼Ð¾ÑÑ‚Ð¸Ñ‚ÑŒ"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "ÐŸÐµÑ€ÐµÐ¼ÐµÑÑ‚Ð¸Ñ‚ÑŒ _Ð½Ð°"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Ð’Ð¸Ð´Ð½Ð¾ _Ð½Ð° Ð²ÑÐµÑ…"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "ÐžÐ³Ñ€Ð°Ð½Ð¸Ñ‡Ð¸Ñ‚ÑŒ _Ñ€Ð°Ð±Ð¾Ñ‡ÐµÐµ Ð¼ÐµÑÑ‚Ð¾"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "ÐŸÐ¸ÐºÑ‚Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð° _ÑÐ¸ÑÑ‚ÐµÐ¼Ð½Ð¾Ð³Ð¾ Ð»Ð¾Ñ‚ÐºÐ°"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_Ð—Ð°ÐºÑ€Ñ‹Ñ‚ÑŒ"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Ð£Ð±Ð¸Ñ‚ÑŒ"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_Ð¡Ð¿Ð¸ÑÐ¾Ðº ÐžÐºÐ¾Ð½"
 
 #
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "ÐžÐºÐ¾Ð½Ð½Ñ‹Ð¹ Ð¼ÐµÐ½ÐµÐ´Ð¶ÐµÑ€ ÑƒÐ¶Ðµ Ð·Ð°Ð¿ÑƒÑ‰ÐµÐ½. Ð’Ñ‹Ñ…Ð¾Ð¶Ñƒ..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2200,11 +2200,11 @@ msgstr ""
 "ÐÐµ Ð¼Ð¾Ð³Ñƒ Ð¿ÐµÑ€ÐµÐ·Ð°Ð¿ÑƒÑÑ‚Ð¸Ñ‚ÑŒ: %s\n"
 "Ð¡Ð¾Ð´ÐµÑ€Ð¶Ð¸Ñ‚ÑÑ Ð»Ð¸ %s Ð² $PATH?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "ÐŸÐ¾Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¸Ñ‚Ðµ Ð¿ÐµÑ€ÐµÐ·Ð°Ð³Ñ€ÑƒÐ·ÐºÑƒ ÐºÐ°Ðº Ñ‚ÐµÑ€Ð¼Ð¸Ð½Ð°Ð»"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2212,17 +2212,17 @@ msgstr ""
 "ÐžÑ‚Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ðµ Ð²ÑÐµÐ¼Ð¸ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸ÑÐ¼Ð¸\n"
 "Ð¸ Ð¿ÐµÑ€ÐµÐ·Ð°Ð¿ÑƒÑÑ‚Ð¸Ñ‚ÑŒ ÐºÐ°Ðº Ñ‚ÐµÑ€Ð¼Ð¸Ð½Ð°Ð». ÐŸÑ€Ð¾Ð´Ð¾Ð»Ð¶Ð¸Ñ‚ÑŒ?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<Ð¿ÑƒÑÑ‚Ð¾>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      Ð˜Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ‚Ð¾Ñ€ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð° Ð´Ð»Ñ ÑÐ²ÑÐ·Ð¸ Ñ Ð¼ÐµÐ½ÐµÐ´Ð¶ÐµÑ€Ð¾Ð¼ ÑÐµÐ°Ð½ÑÐ¾Ð².\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2233,7 +2233,7 @@ msgstr ""
 "  --debug-z           ÐŸÐµÑ‡Ð°Ñ‚Ð°Ñ‚ÑŒ Ð¾Ñ‚Ð»Ð°Ð´Ð¾Ñ‡Ð½Ñ‹Ðµ ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ, Ð¾Ñ‚Ð½Ð¾ÑÑÑ‰Ð¸ÐµÑÑ Ðº ÑÑ‚ÐµÐºÑƒ "
 "Ð¾ÐºÐ¾Ð½.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2254,7 +2254,7 @@ msgstr ""
 "  --trace=conf,icon   ÐžÑ‚ÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ðµ Ð¿ÑƒÑ‚ÐµÐ¹, Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼Ñ‹Ñ… Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ "
 "ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¸.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2315,21 +2315,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "ÐšÐ°Ñ‚Ð°Ð»Ð¾Ð³Ð¸ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¸ %s:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "ÐÐ°ÑÑ‚Ñ€Ð¾ÐµÐ½Ð½Ñ‹Ðµ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ñ‹ %s: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "ÐŸÐ¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ðµ Ð²Ñ‹Ñ…Ð¾Ð´Ð°"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2366,7 +2366,7 @@ msgstr "Ð¡ÐºÑ€ÑƒÑ‚Ð¸Ñ‚ÑŒ Ð²Ð½Ð¸Ð·"
 msgid "Rollup"
 msgstr "Ð¡ÐºÑ€ÑƒÑ‚Ð¸Ñ‚ÑŒ"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2423,7 +2423,7 @@ msgstr "_ÐŸÐµÑ€ÐµÐ·Ð°Ð¿ÑƒÑÐº IceWM"
 msgid "_About"
 msgstr "_Ðž Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ðµ"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2432,7 +2432,7 @@ msgstr ""
 "Ð¿Ñ€Ð¸ Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ð¸ ÑÑ‚Ð¾Ð³Ð¾ Ð¾ÐºÐ½Ð°. Ð’Ñ‹ ÑÐ¾Ð³Ð»Ð°ÑÐ½Ñ‹ ÐµÐ³Ð¾ Ð·Ð°ÐºÑ€Ñ‹Ñ‚ÑŒ?"
 
 #
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Ð£Ð±Ð¸Ñ‚ÑŒ ÐžÐºÐ½Ð¾: "
 
@@ -2503,11 +2503,11 @@ msgstr "Ð£ '%s' Ð²Ñ‹ÑˆÐ»Ð¾ Ð²Ñ€ÐµÐ¼Ñ!"
 msgid "'%s' produces no output"
 msgstr "%s Ð½Ðµ Ð²Ð¾Ð·Ð²Ñ€Ð°Ñ‰Ð°ÐµÑ‚ Ð²Ñ‹Ñ…Ð¾Ð´Ð½Ñ‹Ñ… Ð´Ð°Ð½Ð½Ñ‹Ñ…"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "ÐžÑ‚ÑÑƒÑ‚ÑÑ‚Ð²ÑƒÐµÑ‚ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð° setxkbmap"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Ð”Ð»Ñ Ð¿ÐµÑ€ÐµÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ ÐºÐ»Ð°Ð²Ð¸Ð°Ñ‚ÑƒÑ€Ñ‹ ÑƒÑÑ‚Ð°Ð½Ð¾Ð²Ð¸Ñ‚Ðµ setxkbmap."
 
diff -pruN 2.9.8-1/po/sk.po 2.9.9-1/po/sk.po
--- 2.9.8-1/po/sk.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/sk.po	2022-08-01 21:49:30.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm-1.2.22\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2021-12-18 15:14+0000\n"
 "Last-Translator: Ferdinand Galko <galko.ferdinand@gmail.com>\n"
 "Language-Team: Slovak <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -70,7 +70,7 @@ msgstr "DÃ¡tum"
 msgid "Default"
 msgstr "PredvolenÃ©"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_ZakÃ¡zaÅ¥"
@@ -85,12 +85,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU %s ZÃ¡Å¥aÅ¾: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -99,7 +99,7 @@ msgstr ""
 "\n"
 "Ram (voÄ¾nÃ©): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -108,7 +108,7 @@ msgstr ""
 "\n"
 "Swap (voÄ¾nÃ©): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -117,7 +117,7 @@ msgstr ""
 "\n"
 "ACPI Teplot: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -126,15 +126,15 @@ msgstr ""
 "\n"
 "CPU Frek: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "ZaÅ¥aÅ¾enie: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -143,16 +143,16 @@ msgstr ""
 "\n"
 "Ram (pouÅ¾Ã­vateÄ¾): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_KombinovaÅ¥"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_OddeliÅ¥"
 
@@ -338,7 +338,7 @@ msgstr "nefungujÃºce"
 msgid "NET"
 msgstr "NET"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "PracovnÃ¡ plocha: "
 
@@ -1032,178 +1032,178 @@ msgstr "VÃ½voj webu"
 msgid "WordProcessor"
 msgstr "TextovÃ½ procesor"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "SpÃ¤Å¥"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+VÄ¾avo"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Dopredu"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Vpravo"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "PredchÃ¡dzajÃºce"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "NasledujÃºce"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Obsah"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Index"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "NÃ¡jsÅ¥..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "NÃ¡jsÅ¥ ÄaÄ¾Å¡ie"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "OtvoriÅ¥ v prehliadaÄi"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Znovu naÄÃ­taÅ¥"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "ZavrieÅ¥"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "FAQ"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "RuÄne"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Podpora"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Howto tÃ©my"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "WebovÃ© strÃ¡nky"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "NepodporovanÃ½ protokol."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "NeplatnÃ¡ cesta: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Cesta neodkazuje na sÃºbor."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Zlyhalo otvorenie sÃºboru na ÄÃ­tanie."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Zlyhalo vytvorenie doÄasnÃ©ho sÃºboru"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Zlyhalo vykonanie system(%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Zlyhalo rozbalenie %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "Nebolo moÅ¾nÃ© nÃ¡jsÅ¥ curl alebo wget v PATH"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "NebezpeÄnÃ© znaky v URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1275,7 +1275,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Ignorovanie voÄ¾by '%s'"
@@ -1320,117 +1320,117 @@ msgstr "RovnakÃ¡ hra"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Pomoc nÃ¡jdete na manuÃ¡lovej strÃ¡nke cesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "PomenovanÃ© znaky domÃ©ny `%s' (ÄÃ­selnÃ½ rozsah: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "PracovnÃ¡ plocha je mimo rozsah: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "NeplatnÃ½ nÃ¡zov plochy: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME vrstva okna"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM nastavenia liÅ¡ty"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "GravitaÄnÃ© symboly"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Funkcie Motif"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "DekorÃ¡cie Motif"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "EWMH stav okna"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "pracovnÃ¡ plocha #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "NeplatnÃ½ stav: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "Nie je moÅ¾nÃ© zÃ­skaÅ¥ geometriu okna 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "NeplatnÃ¡ Xinerama: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "NeplatnÃ¡ hodnota: `%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Akcia `%s' vyÅ¾aduje najmenej %d argumentov."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "NeplatnÃ½ vÃ½raz: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Neide otvoriÅ¥ displej: %s. Server X musÃ­ byÅ¥ spustenÃ½ a premennÃ¡ $DISPLAY "
 "nastavenÃ¡."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "NeoÄakÃ¡vanÃ©: `%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Neboli nÃ¡jdenÃ© Å¾iadne oknÃ¡."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Nebola zadanÃ¡ Å¾iadna akcia."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "NeplatnÃ© oznaÄenie okna: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "NeplatnÃ© PID: `%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "NeplatnÃ¡ vrstva: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "NeznÃ¡ma akcia: `%s'"
@@ -1874,7 +1874,7 @@ msgstr ""
 " center:0 scaled:1 = vyplnÃ­ oba rozmery a zachovÃ¡ pomer strÃ¡n\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "NerozpoznanÃ¡ voÄ¾ba: '%s'."
@@ -1915,7 +1915,7 @@ msgstr ""
 "  -h, --help          VypÃ­Å¡e tÃºto obrazovku o pouÅ¾itÃ­ a skonÄÃ­.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "NeznÃ¡my smer pri poÅ¾iadavke posun/zmena veÄ¾kosti: %d"
@@ -1960,106 +1960,106 @@ msgstr "VykresÄ¾ovaÄ:"
 msgid "icewm - About"
 msgstr "icewm - O AplikÃ¡cii"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "UÅ¾ je spustenÃ½ sprÃ¡vca okien, ak ho chcete nahradiÅ¥, pouÅ¾ite --replace"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Nepodarilo sa staÅ¥ sa vlastnÃ­kom vÃ½beru %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "ÄŒakanie sa nahradenie starÃ©ho sprÃ¡vcu okien"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "hotovo."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "Odh_lÃ¡senie"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_ZruÅ¡iÅ¥ odhlÃ¡senie"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "UzamknÃºÅ¥ pracovnÃº _stanicu"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "ReÅ¡tar_tovaÅ¥"
 
 #
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "_VypnÃºÅ¥ poÄÃ­taÄ"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "_ReÅ¾im spÃ¡nku"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "ReÅ¡tartovaÅ¥ _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "ReÅ¡tartovaÅ¥ _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Menu"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_Nad dok"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Dok"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "H_ore"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_NormÃ¡lne"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Dole"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "_Plocha"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "Ä½avÃ¡ polovica"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "PravÃ¡ polovica"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "HornÃ¡ polovica"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "SpodnÃ¡ polovica"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "VÄ¾avo hore"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "Vpravo hore"
 
@@ -2067,115 +2067,115 @@ msgstr "Vpravo hore"
 msgid "Bottom Left"
 msgstr "VÄ¾avo dole"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "Vpravo dole"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "Stred"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "ZarovnaÅ¥ _horizontÃ¡lne"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "ZarovnaÅ¥ _vertikÃ¡lne"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "O_bnoviÅ¥"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_PresunÃºÅ¥"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_VeÄ¾kosÅ¥"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "_MinimalizovaÅ¥"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ximalizovaÅ¥"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "MaximalizovaÅ¥_Vert"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "MaximalizovaÅ¥Hori_z"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_CelÃ¡ obrazovka"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_SchovaÅ¥"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Zrol_ovaÅ¥"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "ZvÃ½Å¡_iÅ¥"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "_ZnÃ­Å¾iÅ¥"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Vrs_tva"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "DlaÅ¾dice"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "_PresunÃºÅ¥ na"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "N_a vÅ¡etky plochy"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "ObmedziÅ¥ pracovnÃº ob_lasÅ¥"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Dokuj _ikonu"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_ZavrieÅ¥"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "ZabiÅ¥ _klienta"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Zoznam _okien"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "InÃ½ window manaÅ¾Ã©r beÅ¾Ã­, konÄÃ­m..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2184,11 +2184,11 @@ msgstr ""
 "NemÃ´Å¾em reÅ¡tartovaÅ¥: %s\n"
 "Vedie $PATH k %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "PotvrdiÅ¥ reÅ¡tart ako terminÃ¡l"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2196,18 +2196,18 @@ msgstr ""
 "ZruÅ¡iÅ¥ sprÃ¡vu vÅ¡etkÃ½ch aplikÃ¡ciÃ­ a reÅ¡tartovaÅ¥\n"
 "ako terminÃ¡l. PokraÄovaÅ¥?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<Å¾iadny>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      ID klienta, ktorÃ© bude pouÅ¾itÃ© pri kontaktovanÃ­ "
 "sprÃ¡vcu sedenia.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2217,7 +2217,7 @@ msgstr ""
 "  --debug             VypÃ­Å¡e vÅ¡eobecnÃ© ladiace sprÃ¡vy.\n"
 "  --debug-z           VypÃ­Å¡e ladiace sprÃ¡vy tÃ½kajÃºce naskladania okien.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2237,7 +2237,7 @@ msgstr ""
 "  --rewrite-preferences  Aktualizuje existujÃºci sÃºbor predvolieb.\n"
 "  --trace=conf,icon   StopovÃ© cesty pouÅ¾itÃ© na naÄÃ­tanie konfigurÃ¡cie.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2297,21 +2297,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s konfiguraÄnÃ© adresÃ¡re:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s nakonfigurovanÃ© voÄ¾by: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "PotvrdiÅ¥ odhlÃ¡senie"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2347,7 +2347,7 @@ msgstr "RozbaliÅ¥"
 msgid "Rollup"
 msgstr "Z_rolovaÅ¥"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2404,7 +2404,7 @@ msgstr "_ReÅ¡tartovaÅ¥ icewm"
 msgid "_About"
 msgstr "O _aplikacii"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2412,7 +2412,7 @@ msgstr ""
 "VAROVANIE! Ak bude tento klient zabitÃ½, budÃº\n"
 "vÅ¡etky neuloÅ¾enÃ© dÃ¡ta stratenÃ©. Chcete pokraÄovaÅ¥?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "ZabiÅ¥ klienta: "
 
@@ -2483,11 +2483,11 @@ msgstr "'%s' vyprÅ¡al!"
 msgid "'%s' produces no output"
 msgstr "'%s' nevytÃ¡ra Å¾iadny vÃ½stup"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "ChÃ½ba program setxkbmap"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Pre prepÃ­nanie klÃ¡vesnÃ­c nainÅ¡talujte setxkbmap."
 
diff -pruN 2.9.8-1/po/sl.po 2.9.9-1/po/sl.po
--- 2.9.8-1/po/sl.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/sl.po	2022-08-01 21:49:30.000000000 +0000
@@ -19,7 +19,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sl\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2004-10-03 21:56+0200\n"
 "Last-Translator: Jernej Kovacic <jkovacic AT email DOT si>\n"
 "Language-Team: Slovenian <translator-team-sl@lists.sourceforge.net>\n"
@@ -81,7 +81,7 @@ msgstr ""
 msgid "Default"
 msgstr "Privzeto"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr ""
@@ -96,65 +96,65 @@ msgstr ""
 msgid "Â°C"
 msgstr ""
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, fuzzy, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "Obremenitev CPE: %3.2f %3.2f %3.2f, %u procesov."
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
 "Ram (free): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
 "Swap (free): %.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
 "ACPI Temp: "
 msgstr ""
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
 "CPU Freq: %.3fGHz"
 msgstr ""
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr ""
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 #, fuzzy
 msgid "Load: "
 msgstr "Obremenitev CPE"
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
 "Ram (user): %5.3f (%.3f) G"
 msgstr ""
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr ""
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr ""
 
@@ -347,7 +347,7 @@ msgstr "Spravi navzdol"
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Delovna povrÅ¡ina: "
 
@@ -1071,189 +1071,189 @@ msgstr ""
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Nazaj"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Levo"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Naprej"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Desno"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "PrejÅ¡nji"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Naslednji"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Vsebina"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Stvarno kazalo"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Zapri"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 #, fuzzy
 msgid "Theme Howto"
 msgstr "Avtor teme:"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 #, fuzzy
 msgid "Unsupported protocol."
 msgstr "Nepodprt vmesnik: %s."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Neveljavna pot: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr ""
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 #, fuzzy
 msgid "Failed to create a temporary file"
 msgstr "NeuspeÅ¡na izdelava anonimne cevi: %s"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, fuzzy, c-format
 msgid "Failed to decompress %s"
 msgstr "NeuspeÅ¡no odpiranje %s: %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1291,7 +1291,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, fuzzy, c-format
 msgid "Ignoring option '%s'"
 msgstr "Neznano dejanje: `%s'"
@@ -1336,127 +1336,127 @@ msgstr "Ista igra"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Poimenovani simboli domene `%s' (Å¡tevilski razpon: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, fuzzy, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Delovna povrÅ¡ina izven podroÄja: %d"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Neveljavno ime delovne povrÅ¡ine: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "sloj Gnomovega okna"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "izbira IceWM-ovegapladnja"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif functions"
 msgstr "Priljubljeni programi"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif decorations"
 msgstr "Priljubljeni programi"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "stanje Gnomovega okna"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "delovna povrÅ¡ina #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "Neveljaven argument %s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "Neveljaven argument %s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "Neveljaven argument %s'."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Dejanje `%s' zahteva vsaj %d argumentov."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Neveljaven izraz: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Ne morem odpreti prikaza: %s. X mora teÄi in $DISPLAY mora biti nastavljen."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 msgid "Unexpected: `%s'."
 msgstr "NepriÄakovana kljuÄna beseda: %s"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Nobeno dejanje ni doloÄeno."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Neveljaven identifikator okna: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "Neveljaven argument %s'."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "Neveljaven argument %s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Neznano dejanje: `%s'"
@@ -1823,7 +1823,7 @@ msgstr ""
 " DesktopTransparencyColor - Barva oznanitve polprosojnih oken\n"
 " DesktopTransparencyImage - Slika oznanitve polprosojnih oken\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, fuzzy, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Neprepoznana izbira: %s\n"
@@ -1858,7 +1858,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "Neznana smer pri zhtevi premika/spremembe velikosti: %d"
@@ -1903,106 +1903,106 @@ msgstr ""
 msgid "icewm - About"
 msgstr "O IceWM"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 #, fuzzy
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "Drug upravljalnik oken Å¾e teÄe, konÄujem..."
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Odjava"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "Prekli_c odjave"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "_Zakleni delovno postajo"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Ponoven _zagon sistema"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "Zaustavitev _sistema"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Ponoven zagon _IceWM"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Ponoven zagon _Xterma"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Menu"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "Nad sid_rom"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Zasidraj"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "Na _vrh"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_ObiÄajno"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Spodaj"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "_Namizje"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -2010,119 +2010,119 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "ZloÅ¾_i vodoravno"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "ZloÅ¾i na_vpiÄno"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "O_bnovi"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "P_restavi"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "Velikos_t"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Poma_njÅ¡aj"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "R_azpni"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 #, fuzzy
 #| msgid "Maximize"
 msgid "Maximize_Vert"
 msgstr "Razpni"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 #, fuzzy
 #| msgid "Maximize"
 msgid "MaximizeHori_z"
 msgstr "Razpni"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_Celoten zaslon"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "S_krij"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Navz_gor"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "_Dvigni"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "_Spusti"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "S_loj"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Prestavi _v"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Za_sedi vse"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_Omeji delovno povrÅ¡ino"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "Pladenj z _ikonami"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "_Zapri"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Ubij odjemalca"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_Seznam oken"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Drug upravljalnik oken Å¾e teÄe, konÄujem..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2131,33 +2131,33 @@ msgstr ""
 "Ne morem ponovno zagnati: %s\n"
 "Ali je %s v spremenljivki $PATH?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<brez>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2169,7 +2169,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2227,21 +2227,21 @@ msgstr ""
 "SporoÄanje hroÅ¡Äev, zahteve za podporo, komentarji, ... na https://ice-wm."
 "org/\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, fuzzy, c-format
 msgid "%s configured options:%s\n"
 msgstr "Neprepoznana izbira: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Potrdi odjavo"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2277,7 +2277,7 @@ msgstr "Spravi navzdol"
 msgid "Rollup"
 msgstr "Spravi navzgor"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2333,7 +2333,7 @@ msgstr "Po_noven zagon IceWM"
 msgid "_About"
 msgstr "O pro_gramu"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2341,7 +2341,7 @@ msgstr ""
 "OPOZORILO! Vse neshranjene spremebe se bodo ob prekinitvi\n"
 "tega odjemalca izgubile. Ali Å¾elite nadaljevati?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Prekini odjemalca: "
 
@@ -2410,11 +2410,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/sv.po 2.9.9-1/po/sv.po
--- 2.9.8-1/po/sv.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/sv.po	2022-08-01 21:49:30.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Icewm 1.2.0-beta1\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-05-31 18:13+0000\n"
 "Last-Translator: Luna  Jernberg <bittin@opensuse.org>\n"
 "Language-Team: Swedish <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -71,7 +71,7 @@ msgstr "Datum"
 msgid "Default"
 msgstr "Standard"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Inaktivera"
@@ -86,12 +86,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "Processorbelastning %s: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -100,7 +100,7 @@ msgstr ""
 "\n"
 "RAM-minne (ledigt): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -109,7 +109,7 @@ msgstr ""
 "\n"
 "VÃ¤xlingsminne (ledigt): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -118,7 +118,7 @@ msgstr ""
 "\n"
 "ACPI Temperature: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -127,15 +127,15 @@ msgstr ""
 "\n"
 "CPU Frek: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "Processor"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Belastning: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -144,16 +144,16 @@ msgstr ""
 "\n"
 "RAM-mine (anvÃ¤ndare): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_Kombinera"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Separera"
 
@@ -339,7 +339,7 @@ msgstr "ned"
 msgid "NET"
 msgstr "NET"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Arbetsyta: "
 
@@ -1033,178 +1033,178 @@ msgstr "Webbutveckling"
 msgid "WordProcessor"
 msgstr "Ordbehandlare"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "BakÃ¥t"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+VÃ¤nster"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "FramÃ¥t"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+HÃ¶ger"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "FÃ¶regÃ¥ende"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "NÃ¤sta"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "InnehÃ¥ll"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Index"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Hitta..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Qtrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Hitta nÃ¤sta"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "Ã–ppna i WebblÃ¤sare"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Ladda om"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "StÃ¤ng"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Qtrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "FAQ"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "Manual"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Support"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Temainstruktion"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "webbplats"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Protokoll stÃ¶ds inte."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "Felaktig sÃ¶kvÃ¤g: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "SÃ¶kvÃ¤gen hÃ¤nvisar inte till nÃ¥gon fil."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Kunde inte Ã¶ppna fil fÃ¶r lÃ¤sning."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "Kunde inte skapa temporÃ¤r fil"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Kunde inte starta system (%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "Kunde inte packa upp %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "Kunde inte hitta curl eller wget i PATH"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "OsÃ¤kra tecken i URL"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1276,7 +1276,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Ignorerar alternativ â€™%sâ€™"
@@ -1321,115 +1321,115 @@ msgstr "IceSAME"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "FÃ¶r hjÃ¤lp konsultera manualsidan icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Namngiven symbol i domÃ¤nen \"%s\" (intervall: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Arbetsyta utanfÃ¶r omrÃ¥det: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "Ogiltigt namn pÃ¥ arbetsyta: \"%s\""
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME-fÃ¶nsterlager"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "InstÃ¤llningar fÃ¶r IceWM-programpanelen"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "Gravitation symboler"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Motif-funktioner"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Motif-dekorationer"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "EWMH-fÃ¶nsterlÃ¤ge"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "arbetsyta #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "Felaktigt tillstÃ¥nd: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "Kan inte hÃ¤mta geometrin fÃ¶r fÃ¶nster 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "Felaktig Xinerama: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "Ogiltigt argument: `%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Ã…tgÃ¤rden `%s'  krÃ¤ver minst %d argument."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Felaktigt uttryck: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr "Kan inte Ã¶ppna bildskÃ¤rm: %s. X mÃ¥ste vara igÃ¥ng och $DISPLAY satt."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "OvÃ¤ntat: '%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Inga fÃ¶nster funna."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Ingen Ã¥tgÃ¤rd angiven."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "Felaktig fÃ¶nsteridentifierare: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "Felaktig PID: `%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "Felaktigt lager: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "OkÃ¤nd Ã¥tgÃ¤rd: `%s'"
@@ -1870,7 +1870,7 @@ msgstr ""
 " center:0 scaled:1 = fyll bÃ¥da dimensioner och bevara bildformat\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "OkÃ¤nd vÃ¤ljare '%s'."
@@ -1911,7 +1911,7 @@ msgstr ""
 "  -h, --help          Skriver ut denna anvÃ¤ndningsskÃ¤rm och avslutar.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "OkÃ¤nd riktning i flytt/fÃ¶rÃ¤ndring: %d"
@@ -1956,105 +1956,105 @@ msgstr "Renderare:"
 msgid "icewm - About"
 msgstr "icewm - Om"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "En fÃ¶nsterhanterare kÃ¶rs redan, anvÃ¤nd --replace fÃ¶r att ersÃ¤tta den"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "Kunde inte bli Ã¤gare till valet %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "VÃ¤ntar pÃ¥ att fÃ¥ ersÃ¤tta den gamla fÃ¶nsterhanteraren"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "klart."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Avsluta"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "A_vbryt avsluta"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "_LÃ¥s arbetsstationen"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Starta _om"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "StÃ¤ng a_v"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "_VilolÃ¤ge"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Starta om _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Starta om _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_Meny"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_OvanfÃ¶r docka"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Docka"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_Ã–verst"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Under"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "Skriv_bord"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "VÃ¤nstra halvan"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "HÃ¶gra halvan"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "Ã–vre halvan"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "Nedre halvan"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "Ã–vre vÃ¤nstra"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "Ã–vre hÃ¶gra"
 
@@ -2062,115 +2062,115 @@ msgstr "Ã–vre hÃ¶gra"
 msgid "Bottom Left"
 msgstr "Nedre vÃ¤nstra"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "Nedre hÃ¶gra"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "Mitten"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Rada upp _vÃ¥grÃ¤tt"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Rada upp _lodrÃ¤tt"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Ã…terstÃ¤ll"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Flytta"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_Storlek"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Mi_nimera"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ma_ximera"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Maximera_Vert"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "Maximera Hori_z"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_HelskÃ¤rm"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_GÃ¶m"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Rulla _ihop"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "_HÃ¶j"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "SÃ¤n_k"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "_Lager"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Flytta _till"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Uppta _alla"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_BegrÃ¤nsa arbetsyta"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "_Programpanelsikon"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "St_Ã¤ng"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_DÃ¶da klient"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "F_Ã¶nsterlista"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "En annan fÃ¶nsterhanterare kÃ¶rs redan, avslutar ..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2179,11 +2179,11 @@ msgstr ""
 "Kunde inte starta om: %s\n"
 "Finns %s i $PATH?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "BekrÃ¤fta Starta om som terminal"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2191,18 +2191,18 @@ msgstr ""
 "Avhantera alla applikationer och starta om\n"
 "som en terminal. FortsÃ¤tt?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<ingen>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      Klient-ID som ska anvÃ¤ndas vid kontakt med "
 "sessionshanteraren.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2212,7 +2212,7 @@ msgstr ""
 "  --debug             Skriv ut allmÃ¤nna felsÃ¶kningsmeddelanden.\n"
 "  --debug-z           Skriv ut felsÃ¶kningsmeddelanden om fÃ¶nsterstackning.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 #, fuzzy
 #| msgid ""
 #| "\n"
@@ -2240,7 +2240,7 @@ msgstr ""
 "  -p, --postpreferences   Skriv ut instÃ¤llningar efter all bearbetning.\n"
 "  --trace=conf, icon SÃ¶kvÃ¤gar som anvÃ¤nds fÃ¶r att ladda konfiguration.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2299,21 +2299,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s konfigureringskataloger:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s konfigurerade vÃ¤ljare:%s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "BekrÃ¤fta utloggning"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2349,7 +2349,7 @@ msgstr "Rulla ut"
 msgid "Rollup"
 msgstr "Rulla ihop"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2406,7 +2406,7 @@ msgstr "_Starta om icewm"
 msgid "_About"
 msgstr "_Om"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2415,7 +2415,7 @@ msgstr ""
 "att gÃ¥ fÃ¶rlorade nÃ¤r den hÃ¤r klienten dÃ¶das.\n"
 "Vill du fortsÃ¤tta?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "DÃ¶da klient: "
 
@@ -2486,11 +2486,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr "'%s' genererar inga utdata"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "Saknar program setxkbmap"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "FÃ¶r att byta tangentbord, vÃ¤nligen installera setxkbmap."
 
diff -pruN 2.9.8-1/po/tr.po 2.9.9-1/po/tr.po
--- 2.9.8-1/po/tr.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/tr.po	2022-08-01 21:49:30.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: IceWM 1.2.12\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-03-05 16:12+0000\n"
 "Last-Translator: Mehmet Akif 9oglu <madanadam@gmail.com>\n"
 "Language-Team: Turkish <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -71,7 +71,7 @@ msgstr "Tarih"
 msgid "Default"
 msgstr "VarsayÄ±lan"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Devre dÄ±ÅŸÄ±"
@@ -86,12 +86,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "Ä°ÅŸlemci %s YÃ¼kÃ¼: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -100,7 +100,7 @@ msgstr ""
 "\n"
 "Bellek (dolu): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -109,7 +109,7 @@ msgstr ""
 "\n"
 "Takas (boÅŸ): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -118,7 +118,7 @@ msgstr ""
 "\n"
 "ACPI SÄ±caklÄ±ÄŸÄ±: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -127,15 +127,15 @@ msgstr ""
 "\n"
 "Ä°ÅŸlemci FrekansÄ±: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "Ä°ÅŸlemci"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "YÃ¼kte: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -144,16 +144,16 @@ msgstr ""
 "\n"
 "Ram (kullanÄ±cÄ±): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_BirleÅŸtir"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_AyÄ±r"
 
@@ -339,7 +339,7 @@ msgstr "inen"
 msgid "NET"
 msgstr "NET"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Ã‡alÄ±ÅŸma AlanÄ±: "
 
@@ -1033,178 +1033,178 @@ msgstr "Web GeliÅŸtirme"
 msgid "WordProcessor"
 msgstr "Kelime Ä°ÅŸlemci"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Geri"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Sol"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Ä°leri"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+SaÄŸ"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "Ã–nceki"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Sonraki"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Ä°Ã§indekiler"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Dizin"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "Bul..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Sonrakini bul"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "TarayÄ±cÄ±da aÃ§"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "Yeniden yÃ¼kle"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Kapat"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg (1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound (1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "SSS"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "KÄ±lavuz"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "Destek"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Tema NasÄ±l YapÄ±lÄ±r"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Web Adresi"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "Desteklenmeyen protokol."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "HatalÄ± yol: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Yol bir dosyaya iÅŸaret etmiyor."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "Dosya okunmak iÃ§in aÃ§Ä±lamadÄ±."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "GeÃ§ici bir dosya oluÅŸturulamadÄ±"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "Sistem yÃ¼rÃ¼tÃ¼lemedi (%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "SÄ±kÄ±ÅŸtÄ±rma aÃ§Ä±lamadÄ± %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "PATH konumlarÄ±nda curl veya wget bulunamadÄ±"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "URLde gÃ¼vensiz karakterler"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1278,7 +1278,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "'%s' seÃ§eneÄŸi yoksayÄ±lÄ±yor"
@@ -1323,116 +1323,116 @@ msgstr "AynÄ± Oyunu"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "YardÄ±m iÃ§in lÃ¼tfen icesh(1) man sayfasÄ±na bakÄ±n.\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "'%s' alan adÄ±nÄ±n adlandÄ±rÄ±lmÄ±ÅŸ sembolleri (numerik aralÄ±k: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Ã‡alÄ±ÅŸma alanÄ± limit dÄ±ÅŸÄ±nda: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "HatalÄ± Ã§alÄ±ÅŸma alanÄ± adÄ±: '%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME pencere katmanÄ±"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM tepsi seÃ§eneÄŸi"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "YerÃ§ekimi sembolleri"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Motif fonksiyonlarÄ±"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Motif dekorasyonlarÄ±"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "EWMH pencere durumu"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Ã§alÄ±ÅŸma alanÄ± #%d: '%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "GeÃ§ersiz durum: '%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "0x%lx penceresinin geometrisi alÄ±namÄ±yor"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "HatalÄ± Xinerama: '%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "GeÃ§ersiz argÃ¼man: '%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "'%s' eylemi en az %d deÄŸiÅŸken gerektiriyor."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "HatalÄ± ifade: Â«%sÂ»"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "Ekran aÃ§Ä±lamÄ±yor: %s. X Ã§alÄ±ÅŸÄ±r durumda ve $DISPLAY ayarlanmÄ±ÅŸ olmalÄ±dÄ±r."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "Beklenmeyen: '%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Pencere bulunamadÄ±."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "Eylem belirtilmedi."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "HatalÄ± pencere belirteci: '%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "GeÃ§ersiz PID: '%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "GeÃ§ersiz katman: '%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "Bilinmeyen eylem: '%s'"
@@ -1883,7 +1883,7 @@ msgstr ""
 " center:0 scaled:1 = her iki boyutu da doldur ve en boy oranÄ±nÄ± koru\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "TanÄ±nmayan seÃ§enek ' %s'."
@@ -1924,7 +1924,7 @@ msgstr ""
 "  -h, --help         KullanÄ±m ekranÄ±nÄ± yazdÄ±rÄ±r ve Ã§Ä±kar.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "TaÅŸÄ±ma/boyutlandÄ±rma isteÄŸinde bilinmeyen yÃ¶n: %d"
@@ -1969,106 +1969,106 @@ msgstr "Derleyici:"
 msgid "icewm - About"
 msgstr "icewm - HakkÄ±nda"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "BaÅŸka pencere yÃ¶neticisi Ã§alÄ±ÅŸÄ±yor, --replace kullanarak deÄŸiÅŸtirebilirsiniz"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "%s seÃ§iminin sahibi olunamadÄ±"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "Eski pencere yÃ¶neticisinin deÄŸiÅŸtirilmesi bekleniyor"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "bitti."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Oturumu Kapat"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "O_turum kapatmayÄ± iptal et"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "_BilgisayarÄ± Kilitle"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "BilgisayarÄ± Yeniden _BaÅŸlat"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "BilgisayarÄ± _Kapat"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "_Uyku modu"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "_Icewm'i Yeniden BaÅŸlat"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "_Xterm'i Yeniden BaÅŸlat"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_MenÃ¼"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_En Ã¼stte"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Daha Ã¼stte"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "Ãœs_tte"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_Normal"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_Altta"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "_MasaÃ¼stÃ¼"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "Sol YarÄ±"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "SaÄŸ YarÄ±"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "Ãœst YarÄ±"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "Alt YarÄ±"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "Ãœst Sol"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "Ãœst SaÄŸ"
 
@@ -2076,115 +2076,115 @@ msgstr "Ãœst SaÄŸ"
 msgid "Bottom Left"
 msgstr "Alt Sol"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "Alt SaÄŸ"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "Merkez"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "_Yatay DÃ¶ÅŸe"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "D_ikey DÃ¶ÅŸe"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Eski haline"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_TaÅŸÄ±"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "B_oyutlandÄ±r"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "_KÃ¼Ã§Ã¼lt"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "_BÃ¼yÃ¼t"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "_Dikey BÃ¼yÃ¼t"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "_Yatay BÃ¼yÃ¼t"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "Tam ek_ran"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "G_izle"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "_Sar"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "Y_ukarÄ± KaldÄ±r"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "_AÅŸaÄŸÄ± Ä°ndir"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "Kat_man"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "DÃ¶ÅŸeme"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "_TaÅŸÄ±"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "_Hepsini Kapla"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "Ã‡alÄ±ÅŸma alanÄ±nÄ± kÄ±sÄ±tla"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "_Tepsiye kÃ¼Ã§Ã¼lt"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "Ka_pat"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Istemciyi Ã–ldÃ¼r"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Pen_cere listesi"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "BaÅŸka bir pencere yÃ¶neticisi Ã§alÄ±ÅŸÄ±yor..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2193,11 +2193,11 @@ msgstr ""
 "Yeniden baÅŸlatÄ±lamÄ±yor: %s\n"
 "$PATH, %s'i iÃ§eriyor mu?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "UÃ§birim Olarak Yeniden BaÅŸlatmayÄ± OnaylayÄ±n"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2205,18 +2205,18 @@ msgstr ""
 "TÃ¼m uygulamalarÄ± bÄ±rakÄ±n ve terminal \n"
 " olarak yeniden baÅŸlatÄ±n. Devam?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<yok>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      Oturum yÃ¶neticisiyle iletiÅŸim kurarken kullanÄ±lacak "
 "istemci kimliÄŸi.\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2227,7 +2227,7 @@ msgstr ""
 "  --debug-z           Pencere yÄ±ÄŸÄ±nlamasÄ± ile ilgili hata ayÄ±klama "
 "mesajlarÄ±nÄ± yazdÄ±rÄ±n.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2248,7 +2248,7 @@ msgstr ""
 "  --trace=conf,icon   YapÄ±landÄ±rmayÄ± yÃ¼klemek iÃ§in kullanÄ±lan yollarÄ± "
 "izleyin.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2308,21 +2308,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s yapÄ±landÄ±rma dizinleri:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s yapÄ±landÄ±rÄ±lmÄ±ÅŸ seÃ§enekler:%s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "Oturum Kapatma OnayÄ±"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2358,7 +2358,7 @@ msgstr "AÃ§tÄ±r"
 msgid "Rollup"
 msgstr "Topla"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2415,7 +2415,7 @@ msgstr "I_ceVM'i Yeniden BaÅŸlat"
 msgid "_About"
 msgstr "_HakkÄ±nda"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2423,7 +2423,7 @@ msgstr ""
 "DÄ°KKAT!! Bu istemci kapatÄ±ldÄ±ÄŸÄ±nda tÃ¼m kaydedilmemiÅŸ\n"
 "deÄŸiÅŸiklikler kaybedilecektir. Emin misiniz?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Ä°stemciyi Ã¶ldÃ¼r: "
 
@@ -2494,11 +2494,11 @@ msgstr "'%s' zaman aÅŸÄ±mÄ±na uÄŸradÄ±!"
 msgid "'%s' produces no output"
 msgstr "'%s' Ã§Ä±ktÄ± Ã¼retmiyor"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "setxkbmap programÄ± eksik"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Klavye geÃ§iÅŸi iÃ§in lÃ¼tfen setxkbmap yÃ¼kleyin."
 
diff -pruN 2.9.8-1/po/uk.po 2.9.9-1/po/uk.po
--- 2.9.8-1/po/uk.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/uk.po	2022-08-01 21:49:30.000000000 +0000
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: IceWM 1.0.6\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2021-12-18 21:14+0000\n"
 "Last-Translator: Taras Panchenko <top39@ukr.net>\n"
 "Language-Team: Ukrainian <https://l10n.opensuse.org/projects/icewm/icewm-1-4-"
@@ -67,7 +67,7 @@ msgstr "Ð”Ð°Ñ‚Ð°"
 msgid "Default"
 msgstr "Ð¢Ð¸Ð¿Ð¾Ð²Ð¾"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "_Ð’Ð¸Ð¼ÐºÐ½ÑƒÑ‚Ð¸"
@@ -82,12 +82,12 @@ msgstr "_UTC"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¦ÐŸ%s: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -96,7 +96,7 @@ msgstr ""
 "\n"
 "ÐžÐ—ÐŸ (Ð²Ñ–Ð»ÑŒÐ½Ð¾): %5.3f (%.3f) Ð“Ð±"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -105,7 +105,7 @@ msgstr ""
 "\n"
 "ÐŸÑ–Ð´ÐºÐ°Ñ‡ÐºÐ° (Ð²Ñ–Ð»ÑŒÐ½Ð¾): %.3f (%.3f) Ð“Ð±"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -114,7 +114,7 @@ msgstr ""
 "\n"
 "ACPI Ð¢ÐµÐ¼Ð¿ÐµÑ€Ð°Ñ‚ÑƒÑ€Ð°: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -123,15 +123,15 @@ msgstr ""
 "\n"
 "Ð§Ð°ÑÑ‚Ð¾Ñ‚Ð° Ð¦ÐŸ: %.3fÐ“Ð“Ñ†"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "Ð¦ÐŸ"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¦ÐŸ: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -140,16 +140,16 @@ msgstr ""
 "\n"
 "ÐžÐ—ÐŸ (ÐºÐ¾Ñ€Ð¸ÑÑ‚ÑƒÐ²Ð°Ñ‡): %5.3f (%.3f) Ð“Ð±"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "Ð¦ÐŸ%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "_ÐŸÐ¾Ñ”Ð´Ð½Ð°Ñ‚Ð¸"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "_Ð Ð¾Ð·Ð´Ñ–Ð»Ð¸Ñ‚Ð¸"
 
@@ -335,7 +335,7 @@ msgstr "Ð´Ð¾Ð½Ð¸Ð·Ñƒ"
 msgid "NET"
 msgstr "ÐœÐ•Ð Ð•Ð–Ð"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "Ð Ð¾Ð±Ð¾Ñ‡Ð¸Ð¹ Ð¿Ñ€Ð¾ÑÑ‚Ñ–Ñ€: "
 
@@ -1029,178 +1029,178 @@ msgstr "Web-Ñ€Ð¾Ð·Ñ€Ð¾Ð±ÐºÐ°"
 msgid "WordProcessor"
 msgstr "Ð¢ÐµÐºÑÑ‚Ð¾Ð²Ð¸Ð¹ Ð¿Ñ€Ð¾Ñ†ÐµÑÐ¾Ñ€"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "ÐÐ°Ð·Ð°Ð´"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Ð’Ð»Ñ–Ð²Ð¾"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Ð’Ð¿ÐµÑ€ÐµÐ´"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Ð’Ð¿Ñ€Ð°Ð²Ð¾"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "ÐŸÐ¾Ð¿ÐµÑ€ÐµÐ´Ð½Ñ–Ð¹"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "ÐÐ°ÑÑ‚ÑƒÐ¿Ð½Ð¸Ð¹"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Ð—Ð¼Ñ–ÑÑ‚"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "ÐŸÐ¾ÐºÐ°Ð¶Ñ‡Ð¸Ðº"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "ÐŸÐ¾ÑˆÑƒÐº..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "Ð—Ð½Ð°Ð¹Ñ‚Ð¸ Ð´Ð°Ð»Ñ–"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "Ð’Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ Ñƒ Web-Ð¿ÐµÑ€ÐµÐ³Ð»ÑÐ´Ð°Ñ‡Ñ–"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "ÐŸÐµÑ€ÐµÐ·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "Ð—Ð°ÐºÑ€Ð¸Ñ‚Ð¸"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "ÐŸÐ¾ÑˆÐ¸Ñ€ÐµÐ½Ñ– Ð¿Ð¸Ñ‚Ð°Ð½Ð½Ñ"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "ÐŸÐ¾ÑÑ–Ð±Ð½Ð¸Ðº"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "ÐŸÑ–Ð´Ñ‚Ñ€Ð¸Ð¼ÐºÐ°"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "Ð’ÐºÐ°Ð·Ñ–Ð²ÐºÐ¸ Ð· Ñ‚ÐµÐ¼Ð¸"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "Web-ÑÐ°Ð¹Ñ‚"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "ÐŸÑ€Ð¾Ñ‚Ð¾ÐºÐ¾Ð» Ð½Ðµ Ð¿Ñ–Ð´Ñ‚Ñ€Ð¸Ð¼ÑƒÑ”Ñ‚ÑŒÑÑ."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "ÐÐµÐ²Ñ–Ñ€Ð½Ð¸Ð¹ ÑˆÐ»ÑÑ…: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "Ð¨Ð»ÑÑ… Ð½Ðµ Ð²ÐºÐ°Ð·ÑƒÑ” Ð½Ð° Ñ„Ð°Ð¹Ð»."
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "ÐÐµ Ð²Ð´Ð°Ð»Ð¾ÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ Ñ„Ð°Ð¹Ð» Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ."
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "ÐŸÐ¾Ð¼Ð¸Ð»ÐºÐ° ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñ‚Ð¸Ð¼Ñ‡Ð°ÑÐ¾Ð²Ð¾Ð³Ð¾ Ñ„Ð°Ð¹Ð»Ñƒ"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "ÐÐµ Ð²Ð´Ð°Ð»Ð¾ÑÑ Ð·Ð°Ð¿ÑƒÑÑ‚Ð¸Ñ‚Ð¸ ÑÐ¸ÑÑ‚ÐµÐ¼Ñƒ(%s) (%d)"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "ÐÐµ Ð²Ð´Ð°Ð»Ð¾ÑÑ Ñ€Ð¾Ð·Ð¿Ð°ÐºÑƒÐ²Ð°Ñ‚Ð¸ %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "ÐÐµ Ð²Ð´Ð°Ð»Ð¾ÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ curl Ð°Ð±Ð¾ wget Ñƒ PATH"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "ÐÐµÐ±ÐµÐ·Ð¿ÐµÑ‡Ð½Ñ– Ð·Ð½Ð°ÐºÐ¸ Ð² URL-Ð¿Ð¾ÑÐ¸Ð»Ð°Ð½Ð½Ñ–"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1272,7 +1272,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "Ð’Ñ–Ð´Ñ…Ð¸Ð»ÐµÐ½Ð¸Ð¹ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€ '%s'"
@@ -1317,117 +1317,117 @@ msgstr "Ð“Ñ€Ð° SameGame"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "Ð”Ð»Ñ Ð´Ð¾Ð²Ñ–Ð´ÐºÐ¸ Ð·Ð²ÐµÑ€Ð½Ñ–Ñ‚ÑŒÑÑ Ð´Ð¾ ÑÑ‚Ð¾Ñ€Ñ–Ð½ÐºÐ¸ Ð¿Ð¾ÑÑ–Ð±Ð½Ð¸ÐºÐ° icesh(1).\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "Ð†Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ñ– ÑÐ¸Ð¼Ð²Ð¾Ð»Ð¸ Ñƒ Ð´Ð¾Ð¼ÐµÐ½Ñ– \"%s\" (Ñ‡Ð¸ÑÐ»Ð¾Ð²Ð¸Ð¹ Ð´Ñ–Ð°Ð¿Ð°Ð·Ð¾Ð½: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "Ð Ð¾Ð±Ð¾Ñ‡Ð¸Ð¹ Ð¿Ñ€Ð¾ÑÑ‚Ñ–Ñ€ Ð·Ð° Ð¼ÐµÐ¶Ð°Ð¼Ð¸ Ð´Ñ–Ð°Ð¿Ð°Ð·Ð¾Ð½Ñƒ: %ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "ÐÐµÐ²Ñ–Ñ€Ð½Ðµ Ñ–Ð¼'Ñ Ñ€Ð¾Ð±Ð¾Ñ‡Ð¾Ð³Ð¾ Ð¿Ñ€Ð¾ÑÑ‚Ð¾Ñ€Ñƒ: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Ð’Ñ–ÐºÐ¾Ð½Ð½Ð¸Ð¹ Ð¿Ð»Ð°ÑÑ‚ GNOME"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "ÐŸÐ°Ñ€Ð°Ð¼ÐµÑ‚Ñ€ Ð¿Ð°Ð½ÐµÐ»Ñ– IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "Gravity-Ð¼Ð°Ñ€ÐºÐµÑ€Ð¸"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Ð¤ÑƒÐ½ÐºÑ†Ñ–Ñ— Motif"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "ÐŸÑ€Ð¸ÐºÑ€Ð°ÑÐ¸ Motif"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "Ð¡Ñ‚Ð°Ð½ Ð²Ñ–ÐºÐ½Ð° EWMH"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "Ñ€Ð¾Ð±Ð¾Ñ‡Ð¸Ð¹ Ð¿Ñ€Ð¾ÑÑ‚Ñ–Ñ€ #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "ÐÐµÐ´Ñ–Ð¹ÑÐ½Ð¸Ð¹ ÑÑ‚Ð°Ð½: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "ÐÐµ Ð²Ð´Ð°Ñ”Ñ‚ÑŒÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ Ð³ÐµÐ¾Ð¼ÐµÑ‚Ñ€Ñ–ÑŽ Ð²Ñ–ÐºÐ½Ð° 0x%lx"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "ÐÐµÑÐ¿Ñ€Ð¾Ð¼Ð¾Ð¶Ð½Ñ–ÑÑ‚ÑŒ Xinerama: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "ÐÐµÐ²Ñ–Ñ€Ð½Ð¸Ð¹ Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚: `%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "Ð”Ñ–Ñ `%s' Ð²Ð¸Ð¼Ð°Ð³Ð°Ñ” ÑÐº Ð¼Ñ–Ð½Ñ–Ð¼ÑƒÐ¼ %d Ð°Ñ€Ð³ÑƒÐ¼ÐµÐ½Ñ‚Ñƒ(Ñ–Ð²)."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "ÐÐµÐ²Ñ–Ñ€Ð½Ð¸Ð¹ Ð²Ð¸Ñ€Ð°Ð·: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr ""
 "ÐÐµ Ð²Ð´Ð°Ð»Ð¾ÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ Ð´Ð¸ÑÐ¿Ð»ÐµÐ¹: %s. X-ÑÐµÑ€Ð²ÐµÑ€ Ð¿Ð¾Ð²Ð¸Ð½ÐµÐ½ Ð±ÑƒÑ‚Ð¸ Ð·Ð°Ð¿ÑƒÑ‰ÐµÐ½Ð¸Ð¹ Ñ– Ð·Ð¼Ñ–Ð½Ð½Ð° "
 "$DISPLAY Ð²ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð°."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "ÐÐµ Ð¿ÐµÑ€ÐµÐ´Ð±Ð°Ñ‡ÐµÐ½Ð¾: `%s'."
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "Ð’Ñ–ÐºÐ½Ð° Ð½Ðµ Ð·Ð½Ð°Ð¹Ð´ÐµÐ½Ñ–."
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "ÐÐµ Ð·Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¾ Ð½Ñ–ÑÐºÐ¸Ñ… Ð´Ñ–Ð¹."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "ÐÐµÐ²Ñ–Ñ€Ð½Ð¸Ð¹ Ñ–Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ‚Ð¾Ñ€ Ð²Ñ–ÐºÐ½Ð°: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "ÐÐµÐ´Ñ–Ð¹ÑÐ½Ð¸Ð¹ PID: `%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "ÐÐµÐ´Ñ–Ð¹ÑÐ½Ð¸Ð¹ Ð¿Ð»Ð°ÑÑ‚: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "ÐÐµÐ²Ñ–Ð´Ð¾Ð¼Ð° Ð´Ñ–Ñ: `%s'"
@@ -1876,7 +1876,7 @@ msgstr ""
 " center:0 scaled:1 = Ð·Ð°Ð¿Ð¾Ð²Ð½Ð¸Ñ‚Ð¸ Ð¾Ð±Ð¸Ð´Ð²Ð° Ñ€Ð¾Ð·Ð¼Ñ–Ñ€Ð¸ Ñ– Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ñ‚Ð¸ ÑÐ¿Ñ–Ð²Ð²Ñ–Ð´Ð½Ð¾ÑˆÐµÐ½Ð½Ñ\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "ÐÐµÐ²Ñ–Ð´Ð¾Ð¼Ð¸Ð¹ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€ '%s'."
@@ -1917,7 +1917,7 @@ msgstr ""
 "  -h, --help          Ð’Ð¸Ð²Ð¾Ð´Ð¸Ñ‚ÑŒ Ñ†ÐµÐ¹ ÐµÐºÑ€Ð°Ð½ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ Ñ‚Ð° Ð·Ð´Ñ–Ð¹ÑÐ½ÑŽÑ” Ð²Ð¸Ñ…Ñ–Ð´.\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "ÐÐµÐ²Ñ–Ð´Ð¾Ð¼Ð¸Ð¹ Ð½Ð°Ð¿Ñ€ÑÐ¼Ð¾Ðº Ñƒ Ð·Ð°Ð¿Ð¸Ñ‚Ñ– Ð½Ð° Ð¿ÐµÑ€ÐµÑÑƒÐ²Ð°Ð½Ð½Ñ/Ð·Ð¼Ñ–Ð½Ñƒ Ñ€Ð¾Ð·Ð¼Ñ–Ñ€Ñƒ: %d"
@@ -1962,106 +1962,106 @@ msgstr "Ð’Ñ–Ð´Ñ‚Ð²Ð¾Ñ€ÑŽÐ²Ð°Ñ‡:"
 msgid "icewm - About"
 msgstr "ÐŸÑ€Ð¾ IceWM"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr ""
 "Ð’Ñ–ÐºÐ¾Ð½Ð½Ð¸Ð¹ Ð¼ÐµÐ½ÐµÐ´Ð¶ÐµÑ€ Ð²Ð¶Ðµ Ð·Ð°Ð¿ÑƒÑ‰ÐµÐ½Ð¸Ð¹, Ñ‰Ð¾Ð± Ð·Ð°Ð¼Ñ–Ð½Ð¸Ñ‚Ð¸ Ð¹Ð¾Ð³Ð¾, Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð¾Ð²ÑƒÐ¹Ñ‚Ðµ --replace"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "ÐÐµ Ð²Ð´Ð°Ð»Ð¾ÑÑ ÑÑ‚Ð°Ñ‚Ð¸ Ð²Ð»Ð°ÑÐ½Ð¸ÐºÐ¾Ð¼ Ð²Ð¸Ð±Ñ€Ð°Ð½Ð¾Ð³Ð¾ Ð¾Ð±'Ñ”ÐºÑ‚Ð° %s"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "ÐžÑ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð¼Ñ–Ð½Ð¸ ÑÑ‚Ð°Ñ€Ð¾Ð³Ð¾ Ð²Ñ–ÐºÐ¾Ð½Ð½Ð¾Ð³Ð¾ Ð¼ÐµÐ½ÐµÐ´Ð¶ÐµÑ€Ð°"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "Ð·Ñ€Ð¾Ð±Ð»ÐµÐ½Ð¾."
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_Ð’Ð¸Ñ…Ñ–Ð´"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "Ð’Ñ–_Ð´Ð¼Ñ–Ð½Ð¸Ñ‚Ð¸ Ð²Ð¸Ñ…Ñ–Ð´"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "Ð—Ð°Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ñ‚Ð¸ _ÑÑ‚Ð°Ð½Ñ†Ñ–ÑŽ"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "_ÐŸÐµÑ€ÐµÐ·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "Ð’Ð¸_Ð¼ÐºÐ½ÑƒÑ‚Ð¸ ÐºÐ¾Ð¼Ð¿'ÑŽÑ‚ÐµÑ€"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "ÐŸÑ€Ð¸_ÑÐ¿Ð°Ñ‚Ð¸"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "ÐŸÐµÑ€ÐµÐ·Ð°Ð¿ÑƒÑÑ‚Ð¸Ñ‚Ð¸ _IceWM"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "ÐŸÐµÑ€ÐµÐ·Ð°Ð¿ÑƒÑÑ‚Ð¸Ñ‚Ð¸ _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_ÐœÐµÐ½ÑŽ"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "_ÐŸÐ¾Ð²ÐµÑ€Ñ… Ð´Ð¾ÐºÑƒ"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "_Ð”Ð¾Ðº"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "_Ð—Ð²ÐµÑ€Ñ…Ñƒ"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "_ÐÐ¾Ñ€Ð¼Ð°Ð»ÑŒÐ½Ð¸Ð¹"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "Ð—Ð½_Ð¸Ð·Ñƒ"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "Ð¡Ñ‚Ñ–Ð»ÑŒÐ½Ð¸Ñ†Ñ"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "Ð›Ñ–Ð²Ð° Ð¿Ð¾Ð»Ð¾Ð²Ð¸Ð½Ð°"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "ÐŸÑ€Ð°Ð²Ð° Ð¿Ð¾Ð»Ð¾Ð²Ð¸Ð½Ð°"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "Ð’ÐµÑ€Ñ…Ð½Ñ Ð¿Ð¾Ð»Ð¾Ð²Ð¸Ð½Ð°"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "ÐÐ¸Ð¶Ð½Ñ Ð¿Ð¾Ð»Ð¾Ð²Ð¸Ð½Ð°"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "Ð›Ñ–Ð²Ð¾Ñ€ÑƒÑ‡ Ð²Ð³Ð¾Ñ€Ñ–"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "ÐŸÑ€Ð°Ð²Ð¾Ñ€ÑƒÑ‡ Ð²Ð³Ð¾Ñ€Ñ–"
 
@@ -2069,115 +2069,115 @@ msgstr "ÐŸÑ€Ð°Ð²Ð¾Ñ€ÑƒÑ‡ Ð²Ð³Ð¾Ñ€Ñ–"
 msgid "Bottom Left"
 msgstr "Ð›Ñ–Ð²Ð¾Ñ€ÑƒÑ‡ Ð·Ð½Ð¸Ð·Ñƒ"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "ÐŸÑ€Ð°Ð²Ð¾Ñ€ÑƒÑ‡ Ð·Ð½Ð¸Ð·Ñƒ"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "ÐŸÐ¾ Ñ†ÐµÐ½Ñ‚Ñ€Ñƒ"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "Ð’Ð¸ÐºÐ»Ð°ÑÑ‚Ð¸ Ð¿Ð¾ _Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ñ–"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "Ð’Ð¸ÐºÐ»Ð°ÑÑ‚Ð¸ Ð¿Ð¾ _Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»Ñ–"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Ð’Ñ–Ð´Ð½Ð¾Ð²Ð¸Ñ‚Ð¸"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "ÐŸÐµÑ€Ðµ_Ð¼Ñ–ÑÑ‚Ð¸Ñ‚Ð¸"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_Ð Ð¾Ð·Ð¼Ñ–Ñ€"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "Ð—Ð³Ð¾Ñ€Ð½ÑƒÑ‚Ð¸"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "Ð Ð¾Ð·Ð³Ð¾Ñ€Ð½ÑƒÑ‚Ð¸"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "Ð Ð¾Ð·Ð³Ð¾Ñ€Ð½ÑƒÑ‚Ð¸ Ð¿Ð¾ _Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»Ñ–"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "Ð Ð¾Ð·Ð³Ð¾Ñ€Ð½ÑƒÑ‚Ð¸ Ð¿Ð¾ _Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ñ–"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "_ÐÐ° ÑƒÐ²ÐµÑÑŒ ÐµÐºÑ€Ð°Ð½"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "_Ð¡Ñ…Ð¾Ð²Ð°Ñ‚Ð¸"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "Ð—Ð³Ð¾Ñ€Ð½ÑƒÑ‚Ð¸ Ð² ÑÐ¼ÑƒÐ¶ÐºÑƒ"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "ÐŸÑ–Ð´Ð½ÑÑ‚Ð¸"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "_ÐžÐ¿ÑƒÑÑ‚Ð¸Ñ‚Ð¸"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "ÐŸ_Ð»Ð°ÑÑ‚"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "Ð—Ð°Ð¼Ð¾ÑÑ‚Ð¸Ñ‚Ð¸"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "ÐŸÐµÑ€ÐµÐ½ÐµÑÑ‚Ð¸ _Ð½Ð°"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "Ð’Ð¸Ð´Ð½Ð¾ _Ð½Ð° Ð²ÑÑ–Ñ…"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "_ÐžÐ±Ð¼ÐµÐ¶Ð¸Ñ‚Ð¸ Ñ€Ð¾Ð±Ð¾Ñ‡Ð¸Ð¹ Ð¿Ñ€Ð¾ÑÑ‚Ñ–Ñ€"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "_ÐŸÑ–ÐºÑ‚Ð¾Ð³Ñ€Ð°Ð¼Ð° Ð½Ð° Ð¿Ð°Ð½ÐµÐ»Ñ–"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "Ð—Ð°ÐºÑ€Ð¸Ñ‚Ð¸"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "Ð—Ð½Ð¸Ñ‰Ð¸Ñ‚Ð¸ _ÐºÐ»Ñ–Ñ”Ð½Ñ‚Ð°"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "_Ð¡Ð¿Ð¸ÑÐ¾Ðº Ð²Ñ–ÐºÐ¾Ð½"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "Ð†Ð½ÑˆÐ¸Ð¹ Ð¼ÐµÐ½ÐµÐ´Ð¶ÐµÑ€ Ð²Ñ–ÐºÐ¾Ð½ Ð²Ð¶Ðµ Ð·Ð°Ð¿ÑƒÑ‰ÐµÐ½Ð¸Ð¹, Ð²Ð¸Ñ…Ñ–Ð´..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2186,11 +2186,11 @@ msgstr ""
 "ÐÐµ Ð¼Ð¾Ð¶Ñƒ Ð¿ÐµÑ€ÐµÐ·Ð°Ð¿ÑƒÑÑ‚Ð¸Ñ‚Ð¸: %s\n"
 "ÐŸÐµÑ€ÐµÐ²Ñ–Ñ€Ñ‚Ðµ, Ñ‡Ð¸ $PATH Ð²ÐµÐ´Ðµ Ð´Ð¾ %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "ÐŸÑ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð¿ÑƒÑÐºÑƒ ÑÐº Ñ‚ÐµÑ€Ð¼Ñ–Ð½Ð°Ð»"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2198,18 +2198,18 @@ msgstr ""
 "ÐÐµ ÐºÐµÑ€ÑƒÐ²Ð°Ñ‚Ð¸ Ð·Ð°ÑÑ‚Ð¾ÑÑƒÐ½ÐºÐ°Ð¼Ð¸ Ñ‚Ð° Ð¿ÐµÑ€ÐµÐ·Ð°Ð¿ÑƒÑÑ‚Ð¸Ñ‚Ð¸\n"
 "ÑÐº Ñ‚ÐµÑ€Ð¼Ñ–Ð½Ð°Ð». ÐŸÑ€Ð¾Ð´Ð¾Ð²Ð¶Ð¸Ñ‚Ð¸?"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<Ð½ÐµÐ¼Ð°Ñ”>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 "  --client-id=ID      Ð†Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ‚Ð¾Ñ€ ÐºÐ»Ñ–Ñ”Ð½Ñ‚Ð° Ð´Ð»Ñ Ð·Ð²'ÑÐ·ÐºÑƒ Ñ–Ð· Ð¼ÐµÐ½ÐµÐ´Ð¶ÐµÑ€Ð¾Ð¼ "
 "ÑÐµÐ°Ð½ÑÑ–Ð².\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2220,7 +2220,7 @@ msgstr ""
 "  --debug-z           Ð”Ñ€ÑƒÐºÑƒÑ” Ð·Ð½ÐµÐ²Ð°Ð´Ð¶ÑƒÐ²Ð°Ð»ÑŒÐ½Ñ– Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ, ÑÐºÑ– ÑÑ‚Ð¾ÑÑƒÑŽÑ‚ÑŒÑÑ "
 "ÑÑ‚ÐµÐºÑƒ Ð²Ñ–ÐºÐ¾Ð½.\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2241,7 +2241,7 @@ msgstr ""
 "  --trace=conf,icon   Ð’Ñ–Ð´ÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ ÑˆÐ»ÑÑ…Ñ–Ð², Ñ‰Ð¾ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð¾Ð²ÑƒÑŽÑ‚ÑŒÑÑ Ð´Ð»Ñ "
 "Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ ÐºÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ—.\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2302,21 +2302,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s Ñ‚ÐµÐºÐ¸ ÐºÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ð¹:\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s Ð½Ð°Ð»Ð°ÑˆÑ‚Ð¾Ð²Ð°Ð½Ñ– Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð¸:%s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "ÐŸÑ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ð¸Ñ…Ð¾Ð´Ñƒ"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2352,7 +2352,7 @@ msgstr "Ð Ð¾Ð·Ð³Ð¾Ñ€Ð½ÑƒÑ‚Ð¸ ÑÐ¼ÑƒÐ¶ÐºÑ
 msgid "Rollup"
 msgstr "Ð—Ð³Ð¾Ñ€Ð½ÑƒÑ‚Ð¸ Ð² ÑÐ¼ÑƒÐ¶ÐºÑƒ"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2409,7 +2409,7 @@ msgstr "_ÐŸÐµÑ€ÐµÐ·Ð°Ð¿ÑƒÑÑ‚Ð¸Ñ‚Ð¸ IceW
 msgid "_About"
 msgstr "_ÐŸÑ€Ð¾"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2417,7 +2417,7 @@ msgstr ""
 "Ð£Ð’ÐÐ“Ð! Ð’ÑÑ– Ð½ÐµÐ·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ñ– Ð´Ð°Ð½Ñ– Ð±ÑƒÐ´ÑƒÑ‚ÑŒ Ð²Ñ‚Ñ€Ð°Ñ‡ÐµÐ½Ñ–\n"
 "Ð¿Ñ€Ð¸ Ð·Ð½Ð¸Ñ‰ÐµÐ½Ð½Ñ– Ñ†ÑŒÐ¾Ð³Ð¾ ÐºÐ»Ñ–Ñ”Ð½Ñ‚Ð°. Ð‘Ð°Ð¶Ð°Ñ”Ñ‚Ðµ Ð¿Ñ€Ð¾Ð´Ð¾Ð²Ð¶Ð¸Ñ‚Ð¸?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Ð—Ð½Ð¸Ñ‰Ð¸Ñ‚Ð¸ ÐºÐ»Ñ–Ñ”Ð½Ñ‚Ð°: "
 
@@ -2488,11 +2488,11 @@ msgstr "Ð£ '%s' Ð²Ð¸Ð¹ÑˆÐ¾Ð² Ñ‡Ð°Ñ!"
 msgid "'%s' produces no output"
 msgstr "'%s' Ð½Ðµ ÑÑ‚Ð²Ð¾Ñ€ÑŽÑ” Ð²Ð¸Ð²Ð¾Ð´Ñƒ"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "Ð—Ð°ÑÑ‚Ð¾ÑÑƒÐ½Ð¾Ðº setxkbmap Ð²Ñ–Ð´ÑÑƒÑ‚Ð½Ñ–Ð¹"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "Ð”Ð»Ñ Ð¿ÐµÑ€ÐµÐ¼Ð¸ÐºÐ°Ð½Ð½Ñ ÐºÐ»Ð°Ð²Ñ–Ð°Ñ‚ÑƒÑ€Ð¸ Ð¿Ð¾Ñ‚Ñ€Ñ–Ð±Ð½Ð¾ Ð²ÑÑ‚Ð°Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ setxkbmap."
 
diff -pruN 2.9.8-1/po/vi.po 2.9.9-1/po/vi.po
--- 2.9.8-1/po/vi.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/vi.po	2022-08-01 21:49:30.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.2.21pre1\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2016-08-25 08:19+0000\n"
 "Last-Translator: HoÃ ng Pháº¡m <pnhoang96@gmail.com>\n"
 "Language-Team: Vietnamese <https://l10n.opensuse.org/projects/icewm/"
@@ -71,7 +71,7 @@ msgstr ""
 msgid "Default"
 msgstr "Máº·c Ä‘á»‹nh"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr ""
@@ -86,12 +86,12 @@ msgstr ""
 msgid "Â°C"
 msgstr ""
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr ""
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, fuzzy, c-format
 #| msgid ""
 #| "\n"
@@ -103,7 +103,7 @@ msgstr ""
 "\n"
 "Ram (trá»‘ng): %5.2f (%.2f) M"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, fuzzy, c-format
 #| msgid ""
 #| "\n"
@@ -115,7 +115,7 @@ msgstr ""
 "\n"
 "Swap (trá»‘ng): %.2f (%.2f) M"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -124,7 +124,7 @@ msgstr ""
 "\n"
 "Nhiá»‡t Ä‘á»™ ACPI: "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -133,16 +133,16 @@ msgstr ""
 "\n"
 "T.sá»‘ CPU: %.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr ""
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 #, fuzzy
 msgid "Load: "
 msgstr "Táº£i CPU: "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, fuzzy, c-format
 #| msgid ""
 #| "\n"
@@ -154,16 +154,16 @@ msgstr ""
 "\n"
 "Ram (trá»‘ng): %5.2f (%.2f) M"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr ""
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr ""
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr "Tháº£ xuá»‘ng"
 msgid "NET"
 msgstr ""
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "KhÃ´ng gian: "
 
@@ -1097,189 +1097,189 @@ msgstr "Láº­p trÃ¬nh"
 msgid "WordProcessor"
 msgstr ""
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "Quay láº¡i"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Left"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "Tiáº¿p tá»¥c"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Right"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "TrÆ°á»›c"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "Tiáº¿p"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "Ná»™i dung"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "Chá»‰ má»¥c"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr ""
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+F"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr ""
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr ""
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+B"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr ""
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "ÄÃ³ng"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr ""
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+I"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr ""
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr ""
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr ""
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 #, fuzzy
 #| msgid "Ctrl+Q"
 msgid "Ctrl+M"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr ""
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 #, fuzzy
 msgid "Theme Howto"
 msgstr "TÃ¡c giáº£ cá»§a sáº¯c thÃ¡i:"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr ""
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr ""
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 #, fuzzy
 msgid "Unsupported protocol."
 msgstr "KhÃ´ng há»— trá»£ giao diá»‡n: %s."
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "ÄÆ°á»ng dáº«n khÃ´ng Ä‘Ãºng: %s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr ""
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr ""
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 #, fuzzy
 msgid "Failed to create a temporary file"
 msgstr "Lá»—i khi táº¡o Ä‘Æ°á»ng á»‘ng khÃ´ng tÃªn: %s"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr ""
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, fuzzy, c-format
 msgid "Failed to decompress %s"
 msgstr "Lá»—i khi má»Ÿ %s: %s"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr ""
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr ""
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1317,7 +1317,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, fuzzy, c-format
 msgid "Ignoring option '%s'"
 msgstr "HÃ nh Ä‘á»™ng khÃ´ng xÃ¡c Ä‘á»‹nh: `%s'"
@@ -1362,126 +1362,126 @@ msgstr "Same Game"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr ""
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "CÃ¡c kÃ­ tá»± tÃªn cá»§a vÃ¹ng `%s' (giá»›i háº¡n sá»‘: %ld-%ld):\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, fuzzy, c-format
 msgid "Workspace out of range: %ld"
 msgstr "KhÃ´ng gian náº±m ngoÃ i giá»›i háº¡n: %d"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "TÃªn khÃ´ng gian khÃ´ng há»™p lá»‡: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "Lá»›p cá»­a sá»• GNOME"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "Tuá»³ chá»n khay IceWM"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr ""
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif functions"
 msgstr "á»¨ng dá»¥ng Æ°a thÃ­ch"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 #, fuzzy
 #| msgid "Favorite applications"
 msgid "Motif decorations"
 msgstr "á»¨ng dá»¥ng Æ°a thÃ­ch"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 #, fuzzy
 #| msgid "GNOME window state"
 msgid "EWMH window state"
 msgstr "Tráº¡ng thÃ¡i cá»­a sá»• GNOME"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "khÃ´ng gian #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid state: `%s'."
 msgstr "Tham sá»‘ khÃ´ng há»£p lá»‡: `%s'."
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr ""
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid Xinerama: `%s'."
 msgstr "Tham sá»‘ khÃ´ng há»£p lá»‡: `%s'."
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid argument: `%s'"
 msgstr "Tham sá»‘ khÃ´ng há»£p lá»‡: `%s'."
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "HÃ nh Ä‘á»™ng `%s' yÃªu cáº§u Ã­t nháº¥t %d tham sá»‘."
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "Biá»ƒu thá»©c khÃ´ng há»£p lá»‡: `%s'."
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr "KhÃ´ng má»Ÿ Ä‘Æ°á»£c mÃ n hÃ¬nh: %s. Cáº§n cháº¡y X vÃ  Ä‘áº·t biáº¿n $DISPLAY."
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, fuzzy, c-format
 msgid "Unexpected: `%s'."
 msgstr "Tá»« khoÃ¡ khÃ´ng mong Ä‘á»£i: %s"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr ""
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "KhÃ´ng cÃ³ hÃ nh Ä‘á»™ng nÃ o Ä‘Æ°á»£c chá»‰ ra."
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "TÃªn cá»­a sá»• khÃ´ng há»£p lá»‡: `%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid PID: `%s'"
 msgstr "Tham sá»‘ khÃ´ng há»£p lá»‡: `%s'."
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, fuzzy, c-format
 #| msgid "Invalid argument: `%s'."
 msgid "Invalid layer: `%s'."
 msgstr "Tham sá»‘ khÃ´ng há»£p lá»‡: `%s'."
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "HÃ nh Ä‘á»™ng khÃ´ng xÃ¡c Ä‘á»‹nh: `%s'"
@@ -1849,7 +1849,7 @@ msgstr ""
 " center:0 scaled:0 = kiá»ƒu lÃ¡t gáº¡ch\n"
 " center:1 scaled:1 = giá»¯ tá»‰ lá»‡ ná»n\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, fuzzy, c-format
 msgid "Unrecognized option '%s'."
 msgstr "Tuá»³ chá»n khÃ´ng xÃ¡c Ä‘á»‹nh: %s\n"
@@ -1884,7 +1884,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "KhÃ´ng rÃµ hÆ°á»›ng cá»§a yÃªu cáº§u di chuyá»ƒn/thay Ä‘á»•i kÃ­ch thÆ°á»›c: %d"
@@ -1929,106 +1929,106 @@ msgstr ""
 msgid "icewm - About"
 msgstr "icewm - ThÃ´ng tin"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 #, fuzzy
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "CÃ³ trÃ¬nh quáº£n lÃ­ cá»­a sá»• khÃ¡c Ä‘ang cháº¡y, thoÃ¡t..."
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr ""
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr ""
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr ""
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "_ThoÃ¡t"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "_Dá»«ng thoÃ¡t"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "_KhÃ³a MÃ n hÃ¬nh"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "Khá»Ÿi Ä‘á»™ng _láº¡i mÃ¡y"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "Táº¯t _mÃ¡y"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr ""
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "Khá»Ÿi Ä‘á»™ng láº¡i _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "Cháº¡y láº¡i _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "_TrÃ¬nh Ä‘Æ¡n"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "TrÃª_n Dock"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "Doc_k"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "T_rÃªn Ä‘á»‰nh"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "ThÃ´_ng thÆ°á»ng"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "_DÆ°á»›i"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "_MÃ n hÃ¬nh"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr ""
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr ""
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr ""
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr ""
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr ""
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr ""
 
@@ -2036,119 +2036,119 @@ msgstr ""
 msgid "Bottom Left"
 msgstr ""
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr ""
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr ""
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "LÃ¡t _Náº±m ngang"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "_LÃ¡t Tháº³ng Ä‘á»©ng"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "_Phá»¥c há»“i"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "_Di chuyá»ƒn"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "_KÃ­ch thÆ°á»›c"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "_Thu nhá»"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "PhÃ³n_g to"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 #, fuzzy
 #| msgid "Maximize"
 msgid "Maximize_Vert"
 msgstr "PhÃ³ng Ä‘áº¡i"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 #, fuzzy
 #| msgid "Maximize"
 msgid "MaximizeHori_z"
 msgstr "PhÃ³ng Ä‘áº¡i"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "Äáº§y _mÃ n hÃ¬nh"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "áº¨_n"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "KÃ©_o lÃªn"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "T_rÃªn táº¥t cáº£"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "T_háº¥p hÆ¡n"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "_Lá»›p"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr ""
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "Chuyá»ƒn tá»›_i"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "_Chiáº¿m má»i khÃ´ng gian"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "Giá»›i háº¡n _khÃ´ng gian"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "_Biá»ƒu tÆ°á»£ng khay"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "ÄÃ³n_g"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "_Diá»‡t chÆ°Æ¡ng trÃ¬nh con"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "Danh sÃ¡ch cá»­a _sá»•"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "CÃ³ trÃ¬nh quáº£n lÃ­ cá»­a sá»• khÃ¡c Ä‘ang cháº¡y, thoÃ¡t..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2157,33 +2157,33 @@ msgstr ""
 "KhÃ´ng khá»Ÿi Ä‘á»™ng láº¡i Ä‘Æ°á»£c: %s\n"
 "$PATH cÃ³ chá»‰ tá»›i %s?"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr ""
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
 msgstr ""
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<khÃ´ng>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr ""
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
 "  --debug-z           Print debug messages regarding window stacking.\n"
 msgstr ""
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2195,7 +2195,7 @@ msgid ""
 "  --trace=conf,icon   Trace paths used to load configuration.\n"
 msgstr ""
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2252,21 +2252,21 @@ msgstr ""
 "\n"
 "Äá»ƒ bÃ¡o cÃ¡o lá»—i, yÃªu cáº§u há»— trá»£, nháº­n xÃ©t,... hÃ£y lÃªn https://ice-wm.org/\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr ""
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, fuzzy, c-format
 msgid "%s configured options:%s\n"
 msgstr "Tuá»³ chá»n khÃ´ng xÃ¡c Ä‘á»‹nh: %s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "XÃ¡c nháº­n viá»‡c thoÃ¡t"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2302,7 +2302,7 @@ msgstr "Tháº£ xuá»‘ng"
 msgid "Rollup"
 msgstr "KÃ©o lÃªn"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2357,7 +2357,7 @@ msgstr "_Cháº¡y láº¡i icewm"
 msgid "_About"
 msgstr "_Giá»›i thiá»‡u vá» icewm"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2365,7 +2365,7 @@ msgstr ""
 "Cáº¢NH BÃO! Táº¥t cáº£ nhá»¯ng thay Ä‘á»•i chÆ°a ghi nhá»› sáº½ bá»‹ máº¥t khi\n"
 "chÆ°Æ¡ng trÃ¬nh con nÃ y bá»‹ diá»‡t. Báº¡n cÃ³ muá»‘n tiáº¿p tá»¥c diá»‡t?"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "Diá»‡t chÆ°Æ¡ng trÃ¬nh con: "
 
@@ -2434,11 +2434,11 @@ msgstr ""
 msgid "'%s' produces no output"
 msgstr ""
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr ""
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr ""
 
diff -pruN 2.9.8-1/po/zh_CN.po 2.9.9-1/po/zh_CN.po
--- 2.9.8-1/po/zh_CN.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/zh_CN.po	2022-08-01 21:49:30.000000000 +0000
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Chinese (China) (icewm)\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-02-18 06:12+0000\n"
 "Last-Translator: Grace Yu <grace.yu@excel-gits.com>\n"
 "Language-Team: Chinese (China) <https://l10n.opensuse.org/projects/icewm/"
@@ -66,7 +66,7 @@ msgstr "æ—¥æœŸ"
 msgid "Default"
 msgstr "é»˜è®¤"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "ç¦ç”¨(_D)"
@@ -81,12 +81,12 @@ msgstr "ä¸–ç•Œæ ‡å‡†æ—¶(UTC) (_U)"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU %s è´Ÿè½½: %3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -95,7 +95,7 @@ msgstr ""
 "\n"
 "å†…å­˜ (ç©ºé—²): %5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -104,7 +104,7 @@ msgstr ""
 "\n"
 "äº¤æ¢ç©ºé—´ (ç©ºé—²): %.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -113,7 +113,7 @@ msgstr ""
 "\n"
 "ACPI æ¸©åº¦ï¼š "
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -122,15 +122,15 @@ msgstr ""
 "\n"
 "CPU é¢‘çŽ‡ï¼š%.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "è´Ÿè½½ï¼š "
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -139,16 +139,16 @@ msgstr ""
 "\n"
 "å†…å­˜ï¼ˆç”¨æˆ·ï¼‰ï¼š%5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "åˆå¹¶(_C)"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "åˆ†éš”(_S)"
 
@@ -334,7 +334,7 @@ msgstr "å…³é—­"
 msgid "NET"
 msgstr "ç½‘ç»œ"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "å·¥ä½œåŒºï¼š "
 
@@ -1028,178 +1028,178 @@ msgstr "Web å¼€å‘"
 msgid "WordProcessor"
 msgstr "æ–‡å­—å¤„ç†è½¯ä»¶"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "åŽé€€"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+å·¦æ–¹å‘é”®"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "å‰è¿›"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+å³æ–¹å‘é”®"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "ä¸Šä¸€é¡µ"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "ä¸‹ä¸€é¡µ"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "å†…å®¹"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "ç´¢å¼•"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "æŸ¥æ‰¾..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "æŸ¥æ‰¾ä¸‹ä¸€ä¸ª"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "åœ¨æµè§ˆå™¨ä¸­æ‰“å¼€"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "é‡è½½"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "å…³é—­"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "é—®ç­”"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "æ‰‹å†Œ"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "æ”¯æŒ"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "ä¸»é¢˜å¸®åŠ©"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "ç½‘ç«™"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "ä¸æ”¯æŒçš„åè®®ã€‚"
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "è·¯å¾„æ— æ•ˆï¼š%s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "è·¯å¾„æŒ‡å‘çš„ä¸æ˜¯æ–‡ä»¶ã€‚"
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "è¯»å–æ–‡ä»¶å¤±è´¥ã€‚"
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "åˆ›å»ºä¸´æ—¶æ–‡ä»¶å¤±è´¥"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "æ‰§è¡Œç³»ç»Ÿ (%s) (%d) å¤±è´¥"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "è§£åŽ‹ç¼© %s å¤±è´¥"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "æ— æ³•ä¾æ® PATH æ‰¾åˆ° curl æˆ– wget"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "URL åŒ…å«ä¸å®‰å…¨çš„å­—ç¬¦"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1269,7 +1269,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "å¿½ç•¥é€‰é¡¹ï¼šâ€˜%s'"
@@ -1314,115 +1314,115 @@ msgstr "Same æ¸¸æˆ"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "å¦‚éœ€å¸®åŠ©ï¼Œè¯·å‚é˜… icesh(1) æ‰‹å†Œé¡µã€‚\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "åŸŸ `%s' ä¸­å·²å‘½åçš„æ ‡å¿—ï¼ˆæ•°å­—èŒƒå›´ï¼š %ld-%ldï¼‰ï¼š\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "å·¥ä½œåŒºè¶…å‡ºäº†èŒƒå›´ï¼š%ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "æ— æ•ˆçš„å·¥ä½œåŒºå: `%s'"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME çª—å£å±‚æ¬¡"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM æ‰˜ç›˜é€‰é¡¹"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "é‡åŠ›ç¬¦å·"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Motif å‡½æ•°"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Motif ä¿®é¥°å™¨"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "EWMH çª—å£çŠ¶æ€"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "å·¥ä½œåŒº #%d: `%s'\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "æ— æ•ˆçŠ¶æ€ï¼š`%s'ã€‚"
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "æ— æ³•èŽ·å¾—çª—å£ 0x%lx çš„å†…å­˜ä¿¡æ¯"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "æ— æ•ˆ Xineramaï¼š`%s'ã€‚"
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "æ— æ•ˆå‚æ•°ï¼š`%s'"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "å‘½ä»¤ `%s' éœ€è¦è‡³å°‘ %d ä¸ªå‚æ•°ã€‚"
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "æ— æ•ˆè¡¨è¾¾å¼: `%s'"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr "æ— æ³•æ‰“å¼€æ˜¾ç¤ºï¼š%sã€‚ Xå¿…é¡»æ­£åœ¨æ‰§è¡Œä¸”è®¾å®š $DISPLAYã€‚"
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "éžé¢„æœŸï¼š`%s'ã€‚"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "æœªæ‰¾åˆ°çª—å£ã€‚"
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "æœªæŒ‡å®šè¡Œä¸ºã€‚"
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "æ— æ•ˆçš„çª—å£æ ‡è¯†ç¬¦ï¼š`%s'"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "æ— æ•ˆ PIDï¼š`%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "æ— æ•ˆå±‚ï¼š`%s'ã€‚"
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "æœªçŸ¥çš„è¡Œä¸ºï¼š`%s'"
@@ -1861,7 +1861,7 @@ msgstr ""
 " center:0 scaled:1 = æ²¿åŒæ–¹å‘å¡«å……å¹¶ä¿æŒç¼©æ”¾çŽ‡\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "æ— æ³•è¯†åˆ«çš„é€‰é¡¹ï¼š'%s'ã€‚"
@@ -1902,7 +1902,7 @@ msgstr ""
 "  -h, --help          æ‰“å°æ­¤å¸®åŠ©å±å¹•å¹¶é€€å‡ºã€‚\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "ç§»åŠ¨/è°ƒæ•´å¤§å°è¯·æ±‚ä¸­çš„æ–¹å‘æœªçŸ¥ï¼š%d"
@@ -1947,105 +1947,105 @@ msgstr "æ¸²æŸ“å™¨ï¼š"
 msgid "icewm - About"
 msgstr "icewm - å…³äºŽ"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "çª—å£ç®¡ç†å™¨å·²åœ¨è¿è¡Œï¼Œä½¿ç”¨ --replace è¿›è¡Œæ›¿æ¢"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "æˆä¸º %s é€‰é¡¹çš„æ‰€æœ‰è€…å¤±è´¥"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "ç­‰å¾…æ›¿æ¢æ—§çš„çª—å£ç®¡ç†å™¨"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "å®Œæˆã€‚"
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "æ³¨é”€(_L)"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "å–æ¶ˆæ³¨é”€(_C)"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "é”ä½å·¥ä½œç«™(_W)"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "é‡å¯è®¡ç®—æœº(_B)"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "å…³æœº(_D)"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "ç¡çœ æ¨¡å¼(_S)"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "é‡æ–°å¯åŠ¨ _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "é‡æ–°å¯åŠ¨ Xterm(_X)"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "èœå•(_M)"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "åœæ”¾åœ¨ä¸Šå±‚(_A)"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "åœæ”¾(_D)"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "é¡¶å±‚(_O)"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "æ­£å¸¸(_N)"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "åº•å±‚(_B)"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "æ¡Œé¢(_E)"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "å·¦åŠè¾¹"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "å³åŠè¾¹"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "ä¸ŠåŠè¾¹"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "ä¸‹åŠè¾¹"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "å·¦ä¸Šæ–¹"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "å³ä¸Šæ–¹"
 
@@ -2053,115 +2053,115 @@ msgstr "å³ä¸Šæ–¹"
 msgid "Bottom Left"
 msgstr "å·¦ä¸‹æ–¹"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "å³ä¸‹æ–¹"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "ç½®ä¸­"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "æ°´å¹³å¹³é“º(_I)"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "åž‚ç›´å¹³é“º(_V)"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "æ¢å¤(_R)"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "ç§»åŠ¨(_M)"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "æ”¹å˜å¤§å°(_S)"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "æœ€å°åŒ–(_N)"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "æœ€å¤§åŒ–(_X)"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "åž‚ç›´æœ€å¤§åŒ–(_V)"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "æ°´å¹³æœ€å¤§åŒ–(_Z)"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "å…¨å±(_F)"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "éšè—(_H)"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "å·èµ·(_U)"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "ä¸Šç§»ä¸€å±‚(_A)"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "ä¸‹ç§»ä¸€å±‚(_L)"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "åˆ†å±‚æŽ’åº(_Y)"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "å¹³é“º"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "ç§»åŠ¨åˆ°(_T)"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "å æ®æ‰€æœ‰å·¥ä½œåŒº(_A)"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "é™åˆ¶å·¥ä½œåŒº(_W)"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "æ˜¾ç¤ºä¸ºæ‰˜ç›˜å›¾æ ‡(_I)"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "å…³é—­(_C)"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "æ€æ­»å®¢æˆ·ç¨‹åº(_K)"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "çª—å£åˆ—è¡¨(_W)"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "å¦ä¸€ä¸ª çª—å£ç®¡ç†å™¨ å·²ç»åœ¨è¿è¡Œï¼Œæ­£åœ¨é€€å‡º..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2170,11 +2170,11 @@ msgstr ""
 "æ— æ³•é‡æ–°å¯åŠ¨ï¼š%s\n"
 "%s åœ¨è·¯å¾„ $PATH ä¸­å—ï¼Ÿ"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "ç¡®è®¤ä½œä¸ºç»ˆç«¯é‡å¯åŠ¨"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2182,16 +2182,16 @@ msgstr ""
 "å–æ¶ˆç®¡ç†æ‰€æœ‰åº”ç”¨ç¨‹åºå¹¶ä½œä¸ºç»ˆç«¯\n"
 "é‡å¯åŠ¨ã€‚æ˜¯å¦ç»§ç»­ï¼Ÿ"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<æ— >"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr "  --client-id=ID      ä¸Žä¼šè¯ç®¡ç†å™¨é€šä¿¡æ—¶ä½¿ç”¨å®¢æˆ·ç«¯ ID\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2201,7 +2201,7 @@ msgstr ""
 "  --debug             æ‰“å°é€šç”¨è°ƒè¯•ä¿¡æ¯ã€‚\n"
 "  --debug-z           çª—å£å±‚å æ—¶æ‰“å°è°ƒè¯•ä¿¡æ¯ã€‚\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2221,7 +2221,7 @@ msgstr ""
 "  --rewrite-preferences  æ›´æ–°çŽ°æœ‰é…ç½®é€‰é¡¹æ–‡ä»¶ã€‚\n"
 "  --trace=conf,icon   è·Ÿè¸ªç”¨äºŽåŠ è½½é…ç½®çš„è·¯å¾„ã€‚\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2280,21 +2280,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s é…ç½®é€‰é¡¹ç›®å½•ï¼š\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s é…ç½®é€‰é¡¹ï¼š%s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "ç¡®è®¤é€€å‡º"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2330,7 +2330,7 @@ msgstr "æ”¾ä¸‹"
 msgid "Rollup"
 msgstr "å·èµ·"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2387,7 +2387,7 @@ msgstr "é‡å¯ icewm(_R)"
 msgid "_About"
 msgstr "å…³äºŽ(_A)"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2395,7 +2395,7 @@ msgstr ""
 "è­¦å‘Šï¼å½“è¿™ä¸ªå®¢æˆ·ç¨‹åºè¢«æ€æ­»æ—¶ï¼Œæ‰€æœ‰\n"
 "æ²¡æœ‰ä¿å­˜çš„ä¿®æ”¹å°†ä¸¢å¤±ã€‚ä½ æƒ³ç»§ç»­å—ï¼Ÿ"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "æ€æ­»å®¢æˆ·ç«¯ï¼š "
 
@@ -2466,11 +2466,11 @@ msgstr "\"%s\" å·²è¶…æ—¶ï¼"
 msgid "'%s' produces no output"
 msgstr "'%s' æ— è¾“å‡º"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "ç¼ºå°‘ç¨‹åº setxkbmap"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "è¦ä½¿ç”¨é”®ç›˜åˆ‡æ¢ï¼Œè¯·å®‰è£… setxkbmapã€‚"
 
diff -pruN 2.9.8-1/po/zh_TW.po 2.9.9-1/po/zh_TW.po
--- 2.9.8-1/po/zh_TW.po	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/po/zh_TW.po	2022-08-01 21:49:30.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: icewm 1.2.30\n"
 "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n"
-"POT-Creation-Date: 2022-07-18 22:50+0200\n"
+"POT-Creation-Date: 2022-08-01 23:39+0200\n"
 "PO-Revision-Date: 2022-02-18 13:12+0000\n"
 "Last-Translator: Grace Yu <grace.yu@excel-gits.com>\n"
 "Language-Team: Chinese (Taiwan) <https://l10n.opensuse.org/projects/icewm/"
@@ -72,7 +72,7 @@ msgstr "æ—¥æœŸ"
 msgid "Default"
 msgstr "é è¨­"
 
-#: src/aclock.cc:200 src/acpustatus.cc:908 src/amailbox.cc:964
+#: src/aclock.cc:200 src/acpustatus.cc:912 src/amailbox.cc:964
 #: src/amemstatus.cc:264
 msgid "_Disable"
 msgstr "åœç”¨(_D)"
@@ -87,12 +87,12 @@ msgstr "UTC(_U)"
 msgid "Â°C"
 msgstr "Â°C"
 
-#: src/acpustatus.cc:548
+#: src/acpustatus.cc:552
 #, c-format
 msgid "CPU %s Load: %3.2f %3.2f %3.2f, %u"
 msgstr "CPU %s è² è¼‰ï¼š%3.2f %3.2f %3.2f, %u"
 
-#: src/acpustatus.cc:554
+#: src/acpustatus.cc:558
 #, c-format
 msgid ""
 "\n"
@@ -101,7 +101,7 @@ msgstr ""
 "\n"
 "RAM (å¯ç”¨)ï¼š%5.3f (%.3f) G"
 
-#: src/acpustatus.cc:559
+#: src/acpustatus.cc:563
 #, c-format
 msgid ""
 "\n"
@@ -110,7 +110,7 @@ msgstr ""
 "\n"
 "Swap (å¯ç”¨)ï¼š%.3f (%.3f) G"
 
-#: src/acpustatus.cc:567
+#: src/acpustatus.cc:571
 #, c-format
 msgid ""
 "\n"
@@ -119,7 +119,7 @@ msgstr ""
 "\n"
 "ACPI æº«åº¦ï¼š"
 
-#: src/acpustatus.cc:588 src/acpustatus.cc:626
+#: src/acpustatus.cc:592 src/acpustatus.cc:630
 #, c-format
 msgid ""
 "\n"
@@ -128,15 +128,15 @@ msgstr ""
 "\n"
 "CPU é »çŽ‡ï¼š%.3fGHz"
 
-#: src/acpustatus.cc:603 src/acpustatus.cc:903
+#: src/acpustatus.cc:607 src/acpustatus.cc:907
 msgid "CPU"
 msgstr "CPU"
 
-#: src/acpustatus.cc:603
+#: src/acpustatus.cc:607
 msgid "Load: "
 msgstr "è² è¼‰ï¼š"
 
-#: src/acpustatus.cc:618
+#: src/acpustatus.cc:622
 #, c-format
 msgid ""
 "\n"
@@ -145,16 +145,16 @@ msgstr ""
 "\n"
 "RAM (ä½¿ç”¨è€…)ï¼š%5.3f (%.3f) G"
 
-#: src/acpustatus.cc:904
+#: src/acpustatus.cc:908
 #, c-format
 msgid "CPU%d"
 msgstr "CPU%d"
 
-#: src/acpustatus.cc:910
+#: src/acpustatus.cc:914
 msgid "_Combine"
 msgstr "åˆä½µ(_C)"
 
-#: src/acpustatus.cc:912
+#: src/acpustatus.cc:916
 msgid "_Separate"
 msgstr "ç¨ç«‹(_S)"
 
@@ -340,7 +340,7 @@ msgstr "é—œé–‰"
 msgid "NET"
 msgstr "NET"
 
-#: src/aworkspaces.cc:610 src/wmstatus.cc:208
+#: src/aworkspaces.cc:612 src/wmstatus.cc:208
 msgid "Workspace: "
 msgstr "å·¥ä½œå€ï¼š"
 
@@ -1034,178 +1034,178 @@ msgstr "ç¶²é é–‹ç™¼"
 msgid "WordProcessor"
 msgstr "æ–‡æ›¸è™•ç†å™¨"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Back"
 msgstr "å¾Œé€€"
 
-#: src/icehelp.cc:1326
+#: src/icehelp.cc:1348
 msgid "Alt+Left"
 msgstr "Alt+Left"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Forward"
 msgstr "å‰é€²"
 
-#: src/icehelp.cc:1328
+#: src/icehelp.cc:1350
 msgid "Alt+Right"
 msgstr "Alt+Right"
 
-#: src/icehelp.cc:1331
+#: src/icehelp.cc:1353
 msgid "Previous"
 msgstr "ä¸Šä¸€å€‹"
 
-#: src/icehelp.cc:1332
+#: src/icehelp.cc:1354
 msgid "Next"
 msgstr "ä¸‹ä¸€å€‹"
 
-#: src/icehelp.cc:1334
+#: src/icehelp.cc:1356
 msgid "Contents"
 msgstr "å…§å®¹"
 
-#: src/icehelp.cc:1335
+#: src/icehelp.cc:1357
 msgid "Index"
 msgstr "ç´¢å¼•"
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Find..."
 msgstr "å°‹æ‰¾..."
 
-#: src/icehelp.cc:1337
+#: src/icehelp.cc:1359
 msgid "Ctrl+F"
 msgstr "Ctrl+F"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "Find next"
 msgstr "å°‹æ‰¾ä¸‹ä¸€å€‹"
 
-#: src/icehelp.cc:1338
+#: src/icehelp.cc:1360
 msgid "F3"
 msgstr "F3"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Open in Browser"
 msgstr "åœ¨ç€è¦½å™¨ä¸­é–‹å•Ÿ"
 
-#: src/icehelp.cc:1340
+#: src/icehelp.cc:1362
 msgid "Ctrl+B"
 msgstr "Ctrl+B"
 
-#: src/icehelp.cc:1342
+#: src/icehelp.cc:1364
 msgid "Reload"
 msgstr "é‡æ–°è¼‰å…¥"
 
-#: src/icehelp.cc:1342 src/icesame.cc:60
+#: src/icehelp.cc:1364 src/icesame.cc:60
 msgid "Ctrl+R"
 msgstr "Ctrl+R"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63 src/wmbutton.cc:123
 msgid "Close"
 msgstr "é—œé–‰"
 
-#: src/icehelp.cc:1343 src/icesame.cc:62 src/iceview.cc:63
+#: src/icehelp.cc:1365 src/icesame.cc:62 src/iceview.cc:63
 msgid "Ctrl+Q"
 msgstr "Ctrl+Q"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Icewm(1)"
 msgstr "Icewm(1)"
 
-#: src/icehelp.cc:1348
+#: src/icehelp.cc:1370
 msgid "Ctrl+I"
 msgstr "Ctrl+I"
 
-#: src/icehelp.cc:1350
+#: src/icehelp.cc:1372
 msgid "Icewmbg(1)"
 msgstr "Icewmbg(1)"
 
-#: src/icehelp.cc:1352
+#: src/icehelp.cc:1374
 msgid "Icesound(1)"
 msgstr "Icesound(1)"
 
-#: src/icehelp.cc:1354
+#: src/icehelp.cc:1376
 msgid "FAQ"
 msgstr "FAQ"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Manual"
 msgstr "æ‰‹å‹•"
 
-#: src/icehelp.cc:1356
+#: src/icehelp.cc:1378
 msgid "Ctrl+M"
 msgstr "Ctrl+M"
 
-#: src/icehelp.cc:1358
+#: src/icehelp.cc:1380
 msgid "Support"
 msgstr "æ”¯æ´"
 
-#: src/icehelp.cc:1360
+#: src/icehelp.cc:1382
 msgid "Theme Howto"
 msgstr "ä½ˆæ™¯ä¸»é¡Œ Howto"
 
-#: src/icehelp.cc:1360 src/iceview.cc:60
+#: src/icehelp.cc:1382 src/iceview.cc:60
 msgid "Ctrl+T"
 msgstr "Ctrl+T"
 
-#: src/icehelp.cc:1362
+#: src/icehelp.cc:1384
 msgid "Website"
 msgstr "ç¶²ç«™"
 
-#: src/icehelp.cc:1362 src/iceview.cc:61
+#: src/icehelp.cc:1384 src/iceview.cc:61
 msgid "Ctrl+W"
 msgstr "Ctrl+W"
 
-#: src/icehelp.cc:1364
+#: src/icehelp.cc:1386
 msgid "Github"
 msgstr "Github"
 
-#: src/icehelp.cc:1368 src/yinputline.cc:19
+#: src/icehelp.cc:1390 src/yinputline.cc:19
 msgid "Ctrl+X"
 msgstr "Ctrl+X"
 
-#: src/icehelp.cc:1373 src/yinputline.cc:20
+#: src/icehelp.cc:1395 src/yinputline.cc:20
 msgid "Ctrl+V"
 msgstr "Ctrl+V"
 
-#: src/icehelp.cc:2182
+#: src/icehelp.cc:2204
 msgid "Unsupported protocol."
 msgstr "ä¸æ”¯æ´çš„é€šè¨Šå”å®šã€‚"
 
-#: src/icehelp.cc:2261
+#: src/icehelp.cc:2283
 #, c-format
 msgid "Invalid path: %s\n"
 msgstr "è·¯å¾‘ç„¡æ•ˆï¼š%s\n"
 
-#: src/icehelp.cc:2285
+#: src/icehelp.cc:2307
 msgid "Path does not refer to a file."
 msgstr "è·¯å¾‘æœªåƒè€ƒæª”æ¡ˆã€‚"
 
-#: src/icehelp.cc:2290
+#: src/icehelp.cc:2312
 msgid "Failed to open file for reading."
 msgstr "ç„¡æ³•é–‹å•Ÿè¦é–±è®€çš„æª”æ¡ˆã€‚"
 
-#: src/icehelp.cc:2319
+#: src/icehelp.cc:2341
 msgid "Failed to create a temporary file"
 msgstr "å»ºç«‹è‡¨æ™‚æª”æ¡ˆå¤±æ•—"
 
-#: src/icehelp.cc:2412
+#: src/icehelp.cc:2434
 #, c-format
 msgid "Failed to execute system(%s) (%d)"
 msgstr "åŸ·è¡Œç³»çµ± (%s) (%d) å¤±æ•—"
 
-#: src/icehelp.cc:2435
+#: src/icehelp.cc:2457
 #, c-format
 msgid "Failed to decompress %s"
 msgstr "è§£å£“ç¸® %s å¤±æ•—"
 
-#: src/icehelp.cc:2443
+#: src/icehelp.cc:2465
 msgid "Could not locate curl or wget in PATH"
 msgstr "åœ¨ PATH ä¸­æ‰¾ä¸åˆ° curl æˆ– wget"
 
-#: src/icehelp.cc:2447
+#: src/icehelp.cc:2469
 msgid "Unsafe characters in URL"
 msgstr "URL ä¸­å­˜åœ¨ä¸å®‰å…¨çš„å­—å…ƒ"
 
-#: src/icehelp.cc:2484
+#: src/icehelp.cc:2506
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS] [ FILENAME | URL ]\n"
@@ -1276,7 +1276,7 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/icehelp.cc:2574
+#: src/icehelp.cc:2596
 #, c-format
 msgid "Ignoring option '%s'"
 msgstr "æ­£åœ¨å¿½ç•¥é¸é …ã€Œ%sã€"
@@ -1321,115 +1321,115 @@ msgstr "Same éŠæˆ²"
 msgid "For help please consult the man page icesh(1).\n"
 msgstr "è‹¥è¦å–å¾—èªªæ˜Žï¼Œè«‹åƒè€ƒ man é é¢ icesh(1)ã€‚\n"
 
-#: src/icesh.cc:1572
+#: src/icesh.cc:1587
 #, c-format
 msgid "Named symbols of the domain `%s' (numeric range: %ld-%ld):\n"
 msgstr "ç¶²åŸŸã€Œ%sã€çš„å‘½åç¬¦è™Ÿï¼ˆæ•¸å€¼ç¯„åœï¼š%ld-%ldï¼‰ï¼š\n"
 
-#: src/icesh.cc:1641
+#: src/icesh.cc:1656
 #, c-format
 msgid "Workspace out of range: %ld"
 msgstr "å·¥ä½œå€è¶…å‡ºç¯„åœï¸°%ld"
 
-#: src/icesh.cc:1662
+#: src/icesh.cc:1677
 #, c-format
 msgid "Invalid workspace name: `%s'"
 msgstr "ç„¡æ•ˆçš„å·¥ä½œå€åç¨±ï¼šã€Œ%sã€"
 
-#: src/icesh.cc:1983
+#: src/icesh.cc:2076
 msgid "GNOME window layer"
 msgstr "GNOME è¦–çª—å±¤æ¬¡"
 
-#: src/icesh.cc:1984
+#: src/icesh.cc:2077
 msgid "IceWM tray option"
 msgstr "IceWM ç³»çµ±åˆ—é¸é …"
 
-#: src/icesh.cc:1985
+#: src/icesh.cc:2078
 msgid "Gravity symbols"
 msgstr "Gravity ç¬¦è™Ÿ"
 
-#: src/icesh.cc:1986
+#: src/icesh.cc:2079
 msgid "Motif functions"
 msgstr "Motif åŠŸèƒ½"
 
-#: src/icesh.cc:1987
+#: src/icesh.cc:2080
 msgid "Motif decorations"
 msgstr "Motif ä¿®é£¾"
 
-#: src/icesh.cc:1988
+#: src/icesh.cc:2081
 msgid "EWMH window state"
 msgstr "EWMH è¦–çª—ç‹€æ…‹"
 
-#: src/icesh.cc:2070 src/icesh.cc:2143
+#: src/icesh.cc:2163 src/icesh.cc:2236
 #, c-format
 msgid "workspace #%d: `%s'\n"
 msgstr "å·¥ä½œå€ #%dï¼šã€Œ%sã€\n"
 
-#: src/icesh.cc:2378 src/icesh.cc:3852 src/icesh.cc:4334
+#: src/icesh.cc:2487 src/icesh.cc:3966 src/icesh.cc:4462
 #, c-format
 msgid "Invalid state: `%s'."
 msgstr "ç„¡æ•ˆç‹€æ…‹ï¼š`%s'ã€‚"
 
-#: src/icesh.cc:3235
+#: src/icesh.cc:3349
 #, c-format
 msgid "Cannot get geometry of window 0x%lx"
 msgstr "ç„¡æ³•ç²å–è¦–çª— 0x%lx çš„è¨˜æ†¶é«”"
 
-#: src/icesh.cc:3260
+#: src/icesh.cc:3374
 #, c-format
 msgid "Invalid Xinerama: `%s'."
 msgstr "ç„¡æ•ˆ Xineramaï¼š`%s'ã€‚"
 
-#: src/icesh.cc:3425 src/icesh.cc:3475
+#: src/icesh.cc:3539 src/icesh.cc:3589
 #, c-format
 msgid "Invalid argument: `%s'"
 msgstr "å¼•æ•¸ç„¡æ•ˆï¼šã€Œ%sã€"
 
-#: src/icesh.cc:3441
+#: src/icesh.cc:3555
 #, c-format
 msgid "Action `%s' requires at least %d arguments."
 msgstr "å‹•ä½œã€Œ%sã€éœ€è¦è‡³å°‘ %d å€‹å¼•æ•¸ã€‚"
 
-#: src/icesh.cc:3450
+#: src/icesh.cc:3564
 #, c-format
 msgid "Invalid expression: `%s'"
 msgstr "è¡¨ç¤ºå¼ç„¡æ•ˆï¼šã€Œ%sã€"
 
-#: src/icesh.cc:3461 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
-#: src/wmapp.cc:1213 src/yxapp.cc:1037
+#: src/icesh.cc:3575 src/icesound.cc:794 src/icewmbg.cc:975 src/icewmhint.cc:37
+#: src/wmapp.cc:1211 src/yxapp.cc:1037
 #, c-format
 msgid "Can't open display: %s. X must be running and $DISPLAY set."
 msgstr "ç„¡æ³•é–‹å•Ÿé¡¯ç¤ºï¼š%sã€‚X å¿…é ˆæ­£åœ¨åŸ·è¡Œä¸”éœ€è¨­å®š $DISPLAYã€‚"
 
-#: src/icesh.cc:3577
+#: src/icesh.cc:3691
 #, c-format
 msgid "Unexpected: `%s'."
 msgstr "éžé æœŸï¼š`%s'ã€‚"
 
-#: src/icesh.cc:3606
+#: src/icesh.cc:3720
 msgid "No windows found."
 msgstr "æ‰¾ä¸åˆ°è¦–çª—ã€‚"
 
-#: src/icesh.cc:3622
+#: src/icesh.cc:3736
 msgid "No actions specified."
 msgstr "æœªæŒ‡å®šå‹•ä½œã€‚"
 
-#: src/icesh.cc:3769
+#: src/icesh.cc:3883
 #, c-format
 msgid "Invalid window identifier: `%s'"
 msgstr "ç„¡æ•ˆçš„è¦–çª—è­˜åˆ¥ç¢¼ï¼šã€Œ%sã€"
 
-#: src/icesh.cc:3786
+#: src/icesh.cc:3900
 #, c-format
 msgid "Invalid PID: `%s'"
 msgstr "ç„¡æ•ˆ PIDï¼š`%s'"
 
-#: src/icesh.cc:3822
+#: src/icesh.cc:3936
 #, c-format
 msgid "Invalid layer: `%s'."
 msgstr "ç„¡æ•ˆå±¤ï¼š`%s'ã€‚"
 
-#: src/icesh.cc:4642
+#: src/icesh.cc:4795
 #, c-format
 msgid "Unknown action: `%s'"
 msgstr "æœªçŸ¥å‹•ä½œï¼šã€Œ%sã€"
@@ -1865,7 +1865,7 @@ msgstr ""
 " center:1 scaled:1 = æ²¿å…©å€‹æ–¹å‘å¡«å……ä¸¦ä¿æŒé•·å¯¬æ¯”çŽ‡\n"
 "\n"
 
-#: src/icewmbg.cc:1106 src/wmapp.cc:1792
+#: src/icewmbg.cc:1106 src/wmapp.cc:1790
 #, c-format
 msgid "Unrecognized option '%s'."
 msgstr "ç„¡æ³•è­˜åˆ¥é¸é …ã€Œ%sã€ã€‚"
@@ -1906,7 +1906,7 @@ msgstr ""
 "  -hã€--help          åˆ—å°æ­¤ç”¨æ³•èž¢å¹•ä¸¦é›¢é–‹ã€‚\n"
 "\n"
 
-#: src/movesize.cc:872
+#: src/movesize.cc:890
 #, c-format
 msgid "Unknown direction in move/resize request: %d"
 msgstr "åœ¨è¦æ±‚ç§»å‹•/æ”¹è®Šå¤§å°æ™‚æ–¹å‘æœªçŸ¥ï¼š%d"
@@ -1951,105 +1951,105 @@ msgstr "è½‰è­¯å™¨ï¼š"
 msgid "icewm - About"
 msgstr "icewm - é—œæ–¼"
 
-#: src/wmapp.cc:84
+#: src/wmapp.cc:88
 msgid "A window manager is already running, use --replace to replace it"
 msgstr "å·²æœ‰å¦ä¸€å€‹è¦–çª—ç®¡ç†ç¨‹å¼æ­£åœ¨åŸ·è¡Œï¼Œä½¿ç”¨ --replace å¯å–ä»£å®ƒ"
 
-#: src/wmapp.cc:102
+#: src/wmapp.cc:104
 #, c-format
 msgid "Failed to become the owner of the %s selection"
 msgstr "ç„¡æ³•æˆç‚º %s é¸æ“‡çš„æ“æœ‰è€…"
 
-#: src/wmapp.cc:106
+#: src/wmapp.cc:108
 msgid "Waiting to replace the old window manager"
 msgstr "æ­£åœ¨ç­‰å¾…å–ä»£å…ˆå‰çš„è¦–çª—ç®¡ç†ç¨‹å¼"
 
-#: src/wmapp.cc:111
+#: src/wmapp.cc:113
 msgid "done."
 msgstr "å®Œæˆã€‚"
 
-#: src/wmapp.cc:495
+#: src/wmapp.cc:497
 msgid "_Logout"
 msgstr "ç™»å‡º(_L)"
 
-#: src/wmapp.cc:496
+#: src/wmapp.cc:498
 msgid "_Cancel logout"
 msgstr "å–æ¶ˆç™»å‡º(_C)"
 
-#: src/wmapp.cc:502
+#: src/wmapp.cc:504
 msgid "Lock _Workstation"
 msgstr "éŽ–å®šå·¥ä½œç«™(_W)"
 
-#: src/wmapp.cc:504 src/wmdialog.cc:70
+#: src/wmapp.cc:506 src/wmdialog.cc:70
 msgid "Re_boot"
 msgstr "é‡é–‹æ©Ÿ(_B)"
 
-#: src/wmapp.cc:506 src/wmdialog.cc:71
+#: src/wmapp.cc:508 src/wmdialog.cc:71
 msgid "Shut_down"
 msgstr "é—œæ©Ÿ(_D)"
 
 #. TRANSLATORS: This means "energy saving mode" or "suspended system". Not "interrupt". Not "hibernate".
-#: src/wmapp.cc:508 src/wmdialog.cc:67
+#: src/wmapp.cc:510 src/wmdialog.cc:67
 msgid "_Sleep mode"
 msgstr "ç¡çœ æ¨¡å¼(_S)"
 
-#: src/wmapp.cc:513
+#: src/wmapp.cc:515
 msgid "Restart _Icewm"
 msgstr "é‡æ–°å•Ÿå‹• _Icewm"
 
-#: src/wmapp.cc:515
+#: src/wmapp.cc:517
 msgid "Restart _Xterm"
 msgstr "é‡æ–°å•Ÿå‹• _Xterm"
 
-#: src/wmapp.cc:525
+#: src/wmapp.cc:527
 msgid "_Menu"
 msgstr "é¸å–®(_M)"
 
-#: src/wmapp.cc:526
+#: src/wmapp.cc:528
 msgid "_Above Dock"
 msgstr "åœé å€ä¹‹ä¸Š(_A)"
 
-#: src/wmapp.cc:527
+#: src/wmapp.cc:529
 msgid "_Dock"
 msgstr "åœé å€(_D)"
 
-#: src/wmapp.cc:528
+#: src/wmapp.cc:530
 msgid "_OnTop"
 msgstr "ä¸Šå±¤(_O)"
 
-#: src/wmapp.cc:529
+#: src/wmapp.cc:531
 msgid "_Normal"
 msgstr "æ­£å¸¸(_N)"
 
-#: src/wmapp.cc:530
+#: src/wmapp.cc:532
 msgid "_Below"
 msgstr "ä¸‹å±¤(_B)"
 
-#: src/wmapp.cc:531
+#: src/wmapp.cc:533
 msgid "D_esktop"
 msgstr "æ¡Œé¢(_E)"
 
-#: src/wmapp.cc:564
+#: src/wmapp.cc:566
 msgid "Left Half"
 msgstr "å·¦åŠé‚Š"
 
-#: src/wmapp.cc:565
+#: src/wmapp.cc:567
 msgid "Right Half"
 msgstr "å³åŠé‚Š"
 
-#: src/wmapp.cc:566
+#: src/wmapp.cc:568
 msgid "Top Half"
 msgstr "ä¸ŠåŠé‚Š"
 
-#: src/wmapp.cc:567
+#: src/wmapp.cc:569
 msgid "Bottom Half"
 msgstr "ä¸‹åŠé‚Š"
 
-#: src/wmapp.cc:569
+#: src/wmapp.cc:571
 msgid "Top Left"
 msgstr "å·¦ä¸Šæ–¹"
 
-#: src/wmapp.cc:571
+#: src/wmapp.cc:572
 msgid "Top Right"
 msgstr "å³ä¸Šæ–¹"
 
@@ -2057,115 +2057,115 @@ msgstr "å³ä¸Šæ–¹"
 msgid "Bottom Left"
 msgstr "å·¦ä¸‹æ–¹"
 
-#: src/wmapp.cc:575
+#: src/wmapp.cc:574
 msgid "Bottom Right"
 msgstr "å³ä¸‹æ–¹"
 
-#: src/wmapp.cc:577
+#: src/wmapp.cc:575
 msgid "Center"
 msgstr "ä¸­å¤®"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:579 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
+#: src/wmapp.cc:577 src/wmtaskbar.cc:219 src/wmwinlist.cc:394
 #: src/wmwinlist.cc:427
 msgid "T_ile Horizontally"
 msgstr "æ°´å¹³ä¸¦æŽ’(_I)"
 
 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout
-#: src/wmapp.cc:581 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
+#: src/wmapp.cc:579 src/wmtaskbar.cc:217 src/wmwinlist.cc:393
 #: src/wmwinlist.cc:426
 msgid "Tile _Vertically"
 msgstr "åž‚ç›´ä¸¦æŽ’(_V)"
 
-#: src/wmapp.cc:593 src/wmwinlist.cc:375
+#: src/wmapp.cc:591 src/wmwinlist.cc:375
 msgid "_Restore"
 msgstr "é‚„åŽŸ(_R)"
 
-#: src/wmapp.cc:595
+#: src/wmapp.cc:593
 msgid "_Move"
 msgstr "ç§»å‹•(_M)"
 
-#: src/wmapp.cc:597
+#: src/wmapp.cc:595
 msgid "_Size"
 msgstr "å¤§å°(_S)"
 
-#: src/wmapp.cc:599 src/wmwinlist.cc:376
+#: src/wmapp.cc:597 src/wmwinlist.cc:376
 msgid "Mi_nimize"
 msgstr "ç¸®å°(_N)"
 
-#: src/wmapp.cc:601 src/wmwinlist.cc:377
+#: src/wmapp.cc:599 src/wmwinlist.cc:377
 msgid "Ma_ximize"
 msgstr "æ”¾å¤§(_X)"
 
-#: src/wmapp.cc:602 src/wmwinlist.cc:378
+#: src/wmapp.cc:600 src/wmwinlist.cc:378
 msgid "Maximize_Vert"
 msgstr "åž‚ç›´æœ€å¤§åŒ–(_V)"
 
-#: src/wmapp.cc:603 src/wmwinlist.cc:379
+#: src/wmapp.cc:601 src/wmwinlist.cc:379
 msgid "MaximizeHori_z"
 msgstr "æ°´å¹³æœ€å¤§åŒ–(_Z)"
 
-#: src/wmapp.cc:606 src/wmwinlist.cc:380
+#: src/wmapp.cc:604 src/wmwinlist.cc:380
 msgid "_Fullscreen"
 msgstr "å…¨èž¢å¹•(_F)"
 
-#: src/wmapp.cc:609 src/wmwinlist.cc:382
+#: src/wmapp.cc:607 src/wmwinlist.cc:382
 msgid "_Hide"
 msgstr "éš±è—(_H)"
 
-#: src/wmapp.cc:611 src/wmwinlist.cc:383
+#: src/wmapp.cc:609 src/wmwinlist.cc:383
 msgid "Roll_up"
 msgstr "å‘ä¸Šå¾ªç’°(_U)"
 
-#: src/wmapp.cc:618
+#: src/wmapp.cc:616
 msgid "R_aise"
 msgstr "æå‡(_A)"
 
-#: src/wmapp.cc:620 src/wmwinlist.cc:385
+#: src/wmapp.cc:618 src/wmwinlist.cc:385
 msgid "_Lower"
 msgstr "é™ä½Ž(_L)"
 
-#: src/wmapp.cc:622 src/wmwinlist.cc:386
+#: src/wmapp.cc:620 src/wmwinlist.cc:386
 msgid "La_yer"
 msgstr "å±¤æ¬¡(_Y)"
 
-#: src/wmapp.cc:625 src/wmwinlist.cc:387
+#: src/wmapp.cc:623 src/wmwinlist.cc:387
 msgid "Tile"
 msgstr "ä¸¦æŽ’é¡¯ç¤º"
 
-#: src/wmapp.cc:629 src/wmwinlist.cc:389
+#: src/wmapp.cc:627 src/wmwinlist.cc:389
 msgid "Move _To"
 msgstr "ç§»è‡³(_T)"
 
-#: src/wmapp.cc:630 src/wmwinlist.cc:390
+#: src/wmapp.cc:628 src/wmwinlist.cc:390
 msgid "Occupy _All"
 msgstr "å…¨éƒ¨ä½”æ“š(_A)"
 
-#: src/wmapp.cc:636
+#: src/wmapp.cc:634
 msgid "Limit _Workarea"
 msgstr "é™åˆ¶å·¥ä½œå€åŸŸ(_W)"
 
-#: src/wmapp.cc:640 src/wmwinlist.cc:391
+#: src/wmapp.cc:638 src/wmwinlist.cc:391
 msgid "Tray _icon"
 msgstr "ç³»çµ±åˆ—åœ–ç¤º(_I)"
 
-#: src/wmapp.cc:645 src/wmwinlist.cc:406 src/wmwinlist.cc:414
+#: src/wmapp.cc:643 src/wmwinlist.cc:406 src/wmwinlist.cc:414
 msgid "_Close"
 msgstr "é—œé–‰(_C)"
 
-#: src/wmapp.cc:647 src/wmwinlist.cc:408
+#: src/wmapp.cc:645 src/wmwinlist.cc:408
 msgid "_Kill Client"
 msgstr "ç æŽ‰å®¢æˆ¶ç«¯(_K)"
 
-#: src/wmapp.cc:650 src/wmdialog.cc:72 src/wmwinmenu.cc:133
+#: src/wmapp.cc:648 src/wmdialog.cc:72 src/wmwinmenu.cc:133
 msgid "_Window list"
 msgstr "è¦–çª—æ¸…å–®(_W)"
 
-#: src/wmapp.cc:689
+#: src/wmapp.cc:687
 msgid "Another window manager already running, exiting..."
 msgstr "å·²æœ‰å¦ä¸€å€‹è¦–çª—ç®¡ç†ç¨‹å¼æ­£åœ¨åŸ·è¡Œï¼Œé›¢é–‹ä¸­..."
 
-#: src/wmapp.cc:764
+#: src/wmapp.cc:762
 #, c-format
 msgid ""
 "Could not restart: %s\n"
@@ -2174,11 +2174,11 @@ msgstr ""
 "ç„¡æ³•é‡æ–°å•Ÿå‹•ï¼š%s\n"
 "$PATH æ˜¯å¦æŒ‡å‘ %sï¼Ÿ"
 
-#: src/wmapp.cc:927
+#: src/wmapp.cc:925
 msgid "Confirm Restart as Terminal"
 msgstr "ç¢ºèªåšç‚ºçµ‚ç«¯æ©Ÿé‡æ–°å•Ÿå‹•"
 
-#: src/wmapp.cc:928
+#: src/wmapp.cc:926
 msgid ""
 "Unmanage all applications and restart\n"
 "as a terminal. Proceed?"
@@ -2186,16 +2186,16 @@ msgstr ""
 "å–æ¶ˆç®¡ç†æ‰€æœ‰æ‡‰ç”¨ç¨‹å¼å¹¶åšç‚º\n"
 "çµ‚ç«¯æ©Ÿé‡æ–°å•Ÿå‹•ã€‚æ˜¯å¦ç¹¼çºŒï¼Ÿ"
 
-#: src/wmapp.cc:1214 src/yxapp.cc:1038
+#: src/wmapp.cc:1212 src/yxapp.cc:1038
 msgid "<none>"
 msgstr "<ç„¡>"
 
-#: src/wmapp.cc:1536
+#: src/wmapp.cc:1534
 msgid ""
 "  --client-id=ID      Client id to use when contacting session manager.\n"
 msgstr "  --client-id=ID      è¯çµ¡å·¥ä½œéšŽæ®µç®¡ç†ç¨‹å¼æ™‚è¦ä½¿ç”¨çš„ç”¨æˆ¶ç«¯ IDã€‚\n"
 
-#: src/wmapp.cc:1542
+#: src/wmapp.cc:1540
 msgid ""
 "\n"
 "  --debug             Print generic debug messages.\n"
@@ -2205,7 +2205,7 @@ msgstr ""
 "  --debug             åˆ—å°ä¸€èˆ¬é™¤éŒ¯è¨Šæ¯ã€‚\n"
 "  --debug-z           åˆ—å°æœ‰é—œè¦–çª—å †ç–Šçš„é™¤éŒ¯è¨Šæ¯ã€‚\n"
 
-#: src/wmapp.cc:1550
+#: src/wmapp.cc:1548
 msgid ""
 "\n"
 "  -a, --alpha         Use a 32-bit visual for translucency.\n"
@@ -2225,7 +2225,7 @@ msgstr ""
 "  --rewrite-preferences  æ›´æ–°ç¾æœ‰å„ªå…ˆè¨­å®šæª”æ¡ˆã€‚\n"
 "  --trace=conf,icon   è¿½è¹¤ç”¨æ–¼è¼‰å…¥çµ„æ…‹çš„è·¯å¾‘ã€‚\n"
 
-#: src/wmapp.cc:1560
+#: src/wmapp.cc:1558
 #, c-format
 msgid ""
 "Usage: %s [OPTIONS]\n"
@@ -2284,21 +2284,21 @@ msgstr ""
 "%s\n"
 "\n"
 
-#: src/wmapp.cc:1626
+#: src/wmapp.cc:1624
 #, c-format
 msgid "%s configuration directories:\n"
 msgstr "%s çµ„æ…‹ç›®éŒ„ï¸°\n"
 
-#: src/wmapp.cc:1708
+#: src/wmapp.cc:1706
 #, c-format
 msgid "%s configured options:%s\n"
 msgstr "%s è¨­å®šçš„é¸é …ï¼š%s\n"
 
-#: src/wmapp.cc:1844
+#: src/wmapp.cc:1842
 msgid "Confirm Logout"
 msgstr "ç¢ºå®šç™»å‡º"
 
-#: src/wmapp.cc:1845
+#: src/wmapp.cc:1843
 msgid ""
 "Logout will close all active applications.\n"
 "Proceed?"
@@ -2334,7 +2334,7 @@ msgstr "å‘ä¸‹å¾ªç’°"
 msgid "Rollup"
 msgstr "å‘ä¸Šå¾ªç’°"
 
-#: src/wmclient.cc:368
+#: src/wmclient.cc:358
 #, c-format
 msgid ""
 "Client %s with PID %ld fails to respond.\n"
@@ -2391,7 +2391,7 @@ msgstr "é‡æ–°å•Ÿå‹• icewm(_R)"
 msgid "_About"
 msgstr "é—œæ–¼(_A)"
 
-#: src/wmframe.cc:1542
+#: src/wmframe.cc:1550
 msgid ""
 "WARNING! All unsaved changes will be lost when\n"
 "this client is killed. Do you wish to proceed?"
@@ -2399,7 +2399,7 @@ msgstr ""
 "ã€è­¦å‘Šã€‘ï¼ç•¶é€™å€‹å®¢æˆ¶ç«¯ç¨‹å¼è¢«ç æŽ‰æ™‚ï¼Œå°‡æœƒå¤±åŽ»æ‰€æœ‰æœªå„²å­˜çš„è®Šæ›´ã€‚\n"
 "æ‚¨å¸Œæœ›ç¹¼çºŒé€²è¡Œå—Žï¼Ÿ"
 
-#: src/wmframe.cc:1549
+#: src/wmframe.cc:1557
 msgid "Kill Client: "
 msgstr "ç æŽ‰å®¢æˆ¶ç«¯ï¼š"
 
@@ -2470,11 +2470,11 @@ msgstr "\"%s\" å·²é€¾æ™‚ï¼"
 msgid "'%s' produces no output"
 msgstr "ã€Œ%sã€æœªç”¢ç”Ÿä»»ä½•è¼¸å‡º"
 
-#: src/wmmgr.cc:3407
+#: src/wmmgr.cc:3419
 msgid "Missing program setxkbmap"
 msgstr "ç¼ºå°‘ç¨‹å¼ setxkbmap"
 
-#: src/wmmgr.cc:3408
+#: src/wmmgr.cc:3420
 msgid "For keyboard switching, please install setxkbmap."
 msgstr "è‹¥è¦é€²è¡Œéµç›¤åˆ‡æ›ï¼Œè«‹å®‰è£ setxkbmapã€‚"
 
diff -pruN 2.9.8-1/README.md 2.9.9-1/README.md
--- 2.9.8-1/README.md	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/README.md	2022-08-01 21:49:30.000000000 +0000
@@ -1,4 +1,4 @@
-[icewm -- read me first file.  2021-02-28]: #
+[icewm -- read me first file.  2022-08-01]: #
 
 Ice Window Manager (IceWM)
 ==========================
@@ -19,7 +19,7 @@ list, and various other GitHub forks.
 Release
 -------
 
-This is the `icewm-2.9.8` package, released 2022-07-18.  This release, and
+This is the `icewm-2.9.9` package, released 2022-08-01.  This release, and
 the latest version, can be obtained from [GitHub][1], using a command such as:
 
     $> git clone https://github.com/bbidulock/icewm.git
@@ -74,16 +74,20 @@ Prerequisites
 Building from tarball requires:
 
  - gcc or clang
+ - imlib2
+ - libxcomposite
+ - libxdamage
+ - libxfixes
  - libxft
  - libxinerama
  - libxpm
- - libjpeg
  - libxrandr
+ - libxrender
 
 Building from git also requires:
 
  - complete autoconf or cmake toolchain
- - asciidoctor or asciidoc
+ - either markdown or asciidoctor
 
 
 Configuring IceWM
@@ -100,6 +104,7 @@ Included Utilities
 
 Currently, the only included utilities are:
 
+ - [__icesh__(1)][25] (_a versatile window manipulation tool_),
  - [__icewmbg__(1)][22] (_a background setting program_),
  - [__icewm-session__(1)][27] (_a program to launch the window manager, icewmbg and
    icewmtray in an orderly fashion_),
@@ -162,29 +167,30 @@ translations.  If you have difficulties
 
 [1]: https://github.com/bbidulock/icewm
 [2]: https://github.com/bbidulock/icewm/issues
-[3]: https://github.com/ice-wm/icewm/blob/2.9.8/NEWS
-[4]: https://github.com/ice-wm/icewm/blob/2.9.8/ChangeLog
-[5]: https://github.com/ice-wm/icewm/blob/2.9.8/TODO
-[6]: https://github.com/ice-wm/icewm/blob/2.9.8/COMPLIANCE
-[7]: https://github.com/ice-wm/icewm/blob/2.9.8/INSTALL
-[8]: https://github.com/ice-wm/icewm/blob/2.9.8/BUGS
-[9]: https://github.com/ice-wm/icewm/blob/2.9.8/COPYING
+[3]: https://github.com/ice-wm/icewm/blob/2.9.9/NEWS
+[4]: https://github.com/ice-wm/icewm/blob/2.9.9/ChangeLog
+[5]: https://github.com/ice-wm/icewm/blob/2.9.9/TODO
+[6]: https://github.com/ice-wm/icewm/blob/2.9.9/COMPLIANCE
+[7]: https://github.com/ice-wm/icewm/blob/2.9.9/INSTALL
+[8]: https://github.com/ice-wm/icewm/blob/2.9.9/BUGS
+[9]: https://github.com/ice-wm/icewm/blob/2.9.9/COPYING
 [10]: https://github.com/
 [11]: https://l10n.opensuse.org/
 [12]: https://sourceforge.net/projects/icewm/
 [13]: https://ice-wm.org/
 [14]: https://ice-wm.org/FAQ/
-[15]: https://github.com/ice-wm/icewm/blob/2.9.8/doc/icewm.adoc
+[15]: https://github.com/ice-wm/icewm/blob/2.9.9/doc/icewm.adoc
 [16]: https://github.com/bbidulock/bbkeys/
-[17]: https://github.com/ice-wm/icewm/blob/2.9.8/lib/icewm.desktop
-[18]: https://github.com/ice-wm/icewm/blob/2.9.8/lib/icewm-session.desktop
-[19]: https://github.com/ice-wm/icewm/blob/2.9.8/INSTALL-cmakebuild.md
+[17]: https://github.com/ice-wm/icewm/blob/2.9.9/lib/icewm.desktop
+[18]: https://github.com/ice-wm/icewm/blob/2.9.9/lib/icewm-session.desktop
+[19]: https://github.com/ice-wm/icewm/blob/2.9.9/INSTALL-cmakebuild.md
 [20]: https://github.com/bbidulock/xde-menu/
-[21]: https://github.com/ice-wm/icewm/blob/2.9.8/man/icesound.pod
-[22]: https://github.com/ice-wm/icewm/blob/2.9.8/man/icewmbg.pod
-[23]: https://github.com/ice-wm/icewm/blob/2.9.8/man/icewmhint.pod
-[24]: https://github.com/ice-wm/icewm/blob/2.9.8/man/icewm-menu-fdo.pod
-[26]: https://github.com/ice-wm/icewm/blob/2.9.8/man/icewm.pod
-[27]: https://github.com/ice-wm/icewm/blob/2.9.8/man/icewm-session.pod
+[21]: https://github.com/ice-wm/icewm/blob/2.9.9/man/icesound.pod
+[22]: https://github.com/ice-wm/icewm/blob/2.9.9/man/icewmbg.pod
+[23]: https://github.com/ice-wm/icewm/blob/2.9.9/man/icewmhint.pod
+[24]: https://github.com/ice-wm/icewm/blob/2.9.9/man/icewm-menu-fdo.pod
+[25]: https://github.com/ice-wm/icewm/blob/2.9.9/man/icesh.pod
+[26]: https://github.com/ice-wm/icewm/blob/2.9.9/man/icewm.pod
+[27]: https://github.com/ice-wm/icewm/blob/2.9.9/man/icewm-session.pod
 
 [ vim: set ft=markdown sw=4 tw=80 nocin nosi fo+=tcqlorn spell: ]: #
diff -pruN 2.9.8-1/README.md.in 2.9.9-1/README.md.in
--- 2.9.8-1/README.md.in	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/README.md.in	2022-08-01 21:49:30.000000000 +0000
@@ -74,16 +74,20 @@ Prerequisites
 Building from tarball requires:
 
  - gcc or clang
+ - imlib2
+ - libxcomposite
+ - libxdamage
+ - libxfixes
  - libxft
  - libxinerama
  - libxpm
- - libjpeg
  - libxrandr
+ - libxrender
 
 Building from git also requires:
 
  - complete autoconf or cmake toolchain
- - asciidoctor or asciidoc
+ - either markdown or asciidoctor
 
 
 Configuring IceWM
@@ -100,6 +104,7 @@ Included Utilities
 
 Currently, the only included utilities are:
 
+ - [__icesh__(1)][25] (_a versatile window manipulation tool_),
  - [__icewmbg__(1)][22] (_a background setting program_),
  - [__icewm-session__(1)][27] (_a program to launch the window manager, icewmbg and
    icewmtray in an orderly fashion_),
@@ -184,6 +189,7 @@ translations.  If you have difficulties
 [22]: https://github.com/ice-wm/@PACKAGE@/blob/@BRANCH@/man/icewmbg.pod
 [23]: https://github.com/ice-wm/@PACKAGE@/blob/@BRANCH@/man/icewmhint.pod
 [24]: https://github.com/ice-wm/@PACKAGE@/blob/@BRANCH@/man/icewm-menu-fdo.pod
+[25]: https://github.com/ice-wm/@PACKAGE@/blob/@BRANCH@/man/icesh.pod
 [26]: https://github.com/ice-wm/@PACKAGE@/blob/@BRANCH@/man/icewm.pod
 [27]: https://github.com/ice-wm/@PACKAGE@/blob/@BRANCH@/man/icewm-session.pod
 
diff -pruN 2.9.8-1/RELEASE.md 2.9.9-1/RELEASE.md
--- 2.9.8-1/RELEASE.md	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/RELEASE.md	2022-08-01 21:49:30.000000000 +0000
@@ -1,6 +1,6 @@
 [icewm -- release notes.  2021-07-08]: #
 
-Release 2.9.8
+Release 2.9.9
 =============
 
 Included in the release is an autoconf tarball for building the package
diff -pruN 2.9.8-1/src/acpustatus.cc 2.9.9-1/src/acpustatus.cc
--- 2.9.8-1/src/acpustatus.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/acpustatus.cc	2022-08-01 21:49:30.000000000 +0000
@@ -388,7 +388,9 @@ private:
         if (strlcat(path, "/temp", sizeof path) < sizeof path) {
             int fd = open(path, O_RDONLY);
             if (fd > 2) {
-                (void) read(fd, buf, sizeof buf);
+                if (read(fd, buf, sizeof buf) < 1) {
+                    buf[0] = '\0';
+                }
                 close(fd);
             }
         }
@@ -413,7 +415,9 @@ private:
             int fd = openat(dirfd, buf, O_RDONLY);
             if (fd > 2) {
                 memset(buf, 0, sizeof buf);
-                (void) read(fd, buf, sizeof buf - 1);
+                if (read(fd, buf, sizeof buf - 1) < 1) {
+                    buf[0] = '\0';
+                }
                 close(fd);
                 char* newl = strchr(buf, '\n');
                 if (newl) {
diff -pruN 2.9.8-1/src/aworkspaces.cc 2.9.9-1/src/aworkspaces.cc
--- 2.9.8-1/src/aworkspaces.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/aworkspaces.cc	2022-08-01 21:49:30.000000000 +0000
@@ -28,6 +28,7 @@ WorkspaceButton::WorkspaceButton(int ws,
     fWorkspace(ws),
     fDelta(0),
     fDownX(0),
+    fStale(true),
     fDragging(false),
     fGraphics(this, true),
     fPane(d)
@@ -455,12 +456,12 @@ void WorkspacesPane::relabel(int ws) {
     paths = null;
 }
 
-void WorkspacesPane::setPressed(long ws, bool set) {
-    if (inrange<long>(1+ws, 1, count())) {
+void WorkspacesPane::setPressed(int ws, bool set) {
+    if (inrange(ws, 0, count() - 1)) {
         WorkspaceButton* wk = index(ws);
         wk->setPressed(set);
         if (set) {
-            fActive = int(ws);
+            fActive = ws;
             if (wk->extent() > int(width())) {
                 fMoved -= wk->extent() - int(width());
                 repositionButtons();
@@ -524,8 +525,9 @@ bool WorkspacesPane::handleTimer(YTimer
         if (fRepaintSpaces) {
             fRepaintSpaces = false;
             if (pagerShowPreview) {
-                for (IterType wk = iterator(); ++wk; ) {
-                    if (wk->visible() &&
+                for (auto wk : fButtons) {
+                    if (wk->isStale() &&
+                        wk->visible() &&
                         wk->extent() > 0 &&
                         wk->x() < int(width()))
                     {
@@ -617,13 +619,26 @@ void WorkspaceButton::updateName() {
 }
 
 void WorkspacesPane::repaint() {
-    if (!pagerShowPreview) return;
+    if (pagerShowPreview) {
+        fRepaintSpaces = true;
+        fRepaintTimer->setTimer(20L, this, true);
+    }
+}
 
-    fRepaintSpaces = true;
-    fRepaintTimer->setTimer(20L, this, true);
+void WorkspacesPane::repaintWorkspace(int ws) {
+    if (pagerShowPreview) {
+        if (ws == AllWorkspaces) {
+            ws = manager->activeWorkspace();
+        }
+        if (inrange(ws, 0, count() - 1)) {
+            fButtons[ws]->setStale();
+        }
+    }
 }
 
 void WorkspaceButton::paint(Graphics &g, const YRect& r) {
+    fStale = false;
+
     if (!pagerShowPreview) {
         YButton::paint(g, r);
         return;
diff -pruN 2.9.8-1/src/aworkspaces.h 2.9.9-1/src/aworkspaces.h
--- 2.9.8-1/src/aworkspaces.h	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/aworkspaces.h	2022-08-01 21:49:30.000000000 +0000
@@ -28,6 +28,8 @@ public:
     void updateName();
     mstring baseName();
     void setPosition(int x, int y);
+    void setStale() { fStale = true; }
+    bool isStale() const { return fStale; }
     int extent() const { return x() + int(width()); }
     virtual void repaint();
     static void freeFonts() { normalButtonFont = null; activeButtonFont = null; }
@@ -62,6 +64,7 @@ private:
     int fWorkspace;
     int fDelta;
     int fDownX;
+    bool fStale;
     bool fDragging;
     GraphicsBuffer fGraphics;
     lazy<YTimer> fRaiseTimer;
@@ -95,9 +98,10 @@ public:
     }
     virtual ~AWorkspaces() {}
 
+    virtual void repaintWorkspace(int ws) {}
     virtual void repaint() {}
     virtual void relabelButtons() {}
-    virtual void setPressed(long ws, bool set) {}
+    virtual void setPressed(int ws, bool set) {}
     virtual void updateButtons() {}
 };
 
@@ -113,8 +117,9 @@ public:
     ~WorkspacesPane() { WorkspaceButton::freeFonts(); }
 
     virtual void repaint();
+    virtual void repaintWorkspace(int ws);
     virtual void relabelButtons();
-    virtual void setPressed(long ws, bool set);
+    virtual void setPressed(int ws, bool set);
     virtual void updateButtons();
     virtual unsigned width() const { return YWindow::width(); }
 
diff -pruN 2.9.8-1/src/bindkey.h 2.9.9-1/src/bindkey.h
--- 2.9.8-1/src/bindkey.h	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/bindkey.h	2022-08-01 21:49:30.000000000 +0000
@@ -19,16 +19,25 @@
 #define defgKeyWinFullscreen            XK_F11, kfAlt, "Alt+F11"
 #define defgKeyWinHide                  XK_F12, kfAlt+kfShift, "Alt+Shift+F12"
 #define defgKeyWinRollup                XK_F12, kfAlt, "Alt+F12"
-#define defgKeyWinArrangeN              XK_KP_Up, kfCtrl+kfAlt, "Ctrl+Alt+KP_8"
-#define defgKeyWinArrangeNE             XK_KP_Prior, kfCtrl+kfAlt, "Ctrl+Alt+KP_9"
-#define defgKeyWinArrangeE              XK_KP_Right, kfCtrl+kfAlt, "Ctrl+Alt+KP_6"
-#define defgKeyWinArrangeSE             XK_KP_Next, kfCtrl+kfAlt, "Ctrl+Alt+KP_3"
-#define defgKeyWinArrangeS              XK_KP_Down, kfCtrl+kfAlt, "Ctrl+Alt+KP_2"
-#define defgKeyWinArrangeSW             XK_KP_End, kfCtrl+kfAlt, "Ctrl+Alt+KP_1"
-#define defgKeyWinArrangeW              XK_KP_Left, kfCtrl+kfAlt, "Ctrl+Alt+KP_4"
-#define defgKeyWinArrangeNW             XK_KP_Home, kfCtrl+kfAlt, "Ctrl+Alt+KP_7"
-#define defgKeyWinArrangeC              XK_KP_Begin, kfCtrl+kfAlt, "Ctrl+Alt+KP_5"
-#define defgKeyWinSmartPlace            XK_KP_Begin, kfCtrl+kfAlt+kfShift, "Ctrl+Alt+Shift+KP_5"
+#define defgKeyWinArrangeN              XK_KP_Up, kfCtrl+kfAlt, "Ctrl+Alt+KP_Up"
+#define defgKeyWinArrangeNE             XK_KP_Prior, kfCtrl+kfAlt, "Ctrl+Alt+KP_Prior"
+#define defgKeyWinArrangeE              XK_KP_Right, kfCtrl+kfAlt, "Ctrl+Alt+KP_Right"
+#define defgKeyWinArrangeSE             XK_KP_Next, kfCtrl+kfAlt, "Ctrl+Alt+KP_Next"
+#define defgKeyWinArrangeS              XK_KP_Down, kfCtrl+kfAlt, "Ctrl+Alt+KP_Down"
+#define defgKeyWinArrangeSW             XK_KP_End, kfCtrl+kfAlt, "Ctrl+Alt+KP_End"
+#define defgKeyWinArrangeW              XK_KP_Left, kfCtrl+kfAlt, "Ctrl+Alt+KP_Left"
+#define defgKeyWinArrangeNW             XK_KP_Home, kfCtrl+kfAlt, "Ctrl+Alt+KP_Home"
+#define defgKeyWinArrangeC              XK_KP_Begin, kfCtrl+kfAlt, "Ctrl+Alt+KP_Begin"
+#define defgKeyWinTileLeft              0, 0, ""
+#define defgKeyWinTileRight             0, 0, ""
+#define defgKeyWinTileTop               0, 0, ""
+#define defgKeyWinTileBottom            0, 0, ""
+#define defgKeyWinTileTopLeft           0, 0, ""
+#define defgKeyWinTileTopRight          0, 0, ""
+#define defgKeyWinTileBottomLeft        0, 0, ""
+#define defgKeyWinTileBottomRight       0, 0, ""
+#define defgKeyWinTileCenter            0, 0, ""
+#define defgKeyWinSmartPlace            XK_KP_Begin, kfCtrl+kfAlt+kfShift, "Ctrl+Alt+Shift+KP_Begin"
 #define defgKeySysSwitchNext            XK_Tab, kfAlt, "Alt+Tab"
 #define defgKeySysSwitchLast            XK_Tab, kfAlt+kfShift, "Alt+Shift+Tab"
 #define defgKeySysSwitchClass           XK_grave, kfAlt, "Alt+grave"
@@ -62,8 +71,8 @@
 #define defgKeySysWorkspace8            '8', kfAlt+kfCtrl, "Alt+Ctrl+8"
 #define defgKeySysWorkspace9            '9', kfAlt+kfCtrl, "Alt+Ctrl+9"
 #define defgKeySysWorkspace10           '0', kfAlt+kfCtrl, "Alt+Ctrl+0"
-#define defgKeySysWorkspace11           '-', kfAlt+kfCtrl, "Alt+Ctrl+bracketleft"
-#define defgKeySysWorkspace12           '=', kfAlt+kfCtrl, "Alt+Ctrl+bracketright"
+#define defgKeySysWorkspace11           '-', kfAlt+kfCtrl, "Alt+Ctrl+minus"
+#define defgKeySysWorkspace12           '=', kfAlt+kfCtrl, "Alt+Ctrl+equal"
 #define defgKeySysWorkspace1TakeWin     '1', kfAlt+kfCtrl+kfShift, "Alt+Ctrl+Shift+1"
 #define defgKeySysWorkspace2TakeWin     '2', kfAlt+kfCtrl+kfShift, "Alt+Ctrl+Shift+2"
 #define defgKeySysWorkspace3TakeWin     '3', kfAlt+kfCtrl+kfShift, "Alt+Ctrl+Shift+3"
@@ -74,8 +83,8 @@
 #define defgKeySysWorkspace8TakeWin     '8', kfAlt+kfCtrl+kfShift, "Alt+Ctrl+Shift+8"
 #define defgKeySysWorkspace9TakeWin     '9', kfAlt+kfCtrl+kfShift, "Alt+Ctrl+Shift+9"
 #define defgKeySysWorkspace10TakeWin    '0', kfAlt+kfCtrl+kfShift, "Alt+Ctrl+Shift+0"
-#define defgKeySysWorkspace11TakeWin    '-', kfAlt+kfCtrl+kfShift, "Alt+Ctrl+Shift+bracketleft"
-#define defgKeySysWorkspace12TakeWin    '=', kfAlt+kfCtrl+kfShift, "Alt+Ctrl+Shift+bracketright"
+#define defgKeySysWorkspace11TakeWin    '-', kfAlt+kfCtrl+kfShift, "Alt+Ctrl+Shift+minus"
+#define defgKeySysWorkspace12TakeWin    '=', kfAlt+kfCtrl+kfShift, "Alt+Ctrl+Shift+equal"
 #define defgKeySysTileVertical          XK_F2, kfAlt+kfShift, "Alt+Shift+F2"
 #define defgKeySysTileHorizontal        XK_F3, kfAlt+kfShift, "Alt+Shift+F3"
 #define defgKeySysCascade               XK_F4, kfAlt+kfShift, "Alt+Shift+F4"
@@ -93,7 +102,6 @@
 
 #define DEF_WMKEY(k) extern WMKey k
 #define IS_WMKEY(k,m,b) b.eq(k,m)
-#define GRAB_WMKEY(k)   grabVKey(k.key, k.mod)
 #define KEY_NAME(k)     k.name
 #endif
 
@@ -127,6 +135,15 @@ DEF_WMKEY(gKeyWinArrangeSW);
 DEF_WMKEY(gKeyWinArrangeW);
 DEF_WMKEY(gKeyWinArrangeNW);
 DEF_WMKEY(gKeyWinArrangeC);
+DEF_WMKEY(gKeyWinTileLeft);
+DEF_WMKEY(gKeyWinTileRight);
+DEF_WMKEY(gKeyWinTileTop);
+DEF_WMKEY(gKeyWinTileBottom);
+DEF_WMKEY(gKeyWinTileTopLeft);
+DEF_WMKEY(gKeyWinTileTopRight);
+DEF_WMKEY(gKeyWinTileBottomLeft);
+DEF_WMKEY(gKeyWinTileBottomRight);
+DEF_WMKEY(gKeyWinTileCenter);
 DEF_WMKEY(gKeyWinSmartPlace);
 DEF_WMKEY(gKeyWinMenu);
 DEF_WMKEY(gKeySysSwitchNext);
diff -pruN 2.9.8-1/src/decorate.cc 2.9.9-1/src/decorate.cc
--- 2.9.8-1/src/decorate.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/decorate.cc	2022-08-01 21:49:30.000000000 +0000
@@ -323,7 +323,7 @@ void YFrameWindow::configure(const YRect
     if (r.resized()) {
         performLayout();
         if (taskBar)
-            taskBar->workspacesRepaint();
+            taskBar->workspacesRepaint(getWorkspace());
     }
     if (affectsWorkArea()) {
         manager->updateWorkArea();
diff -pruN 2.9.8-1/src/default.h 2.9.9-1/src/default.h
--- 2.9.8-1/src/default.h	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/default.h	2022-08-01 21:49:30.000000000 +0000
@@ -490,6 +490,15 @@ cfoption icewm_preferences[] = {
     OKV("KeyWinArrangeW",                       gKeyWinArrangeW,                "Moves the active window to the middle left of the screen."),
     OKV("KeyWinArrangeNW",                      gKeyWinArrangeNW,               "Moves the active window to the top left corner of the screen."),
     OKV("KeyWinArrangeC",                       gKeyWinArrangeC,                "Moves the active window to the top middle of the screen."),
+    OKV("KeyWinTileLeft",                       gKeyWinTileLeft,                "Let the active window occupy the left half of the screen"),
+    OKV("KeyWinTileRight",                      gKeyWinTileRight,               "Let the active window occupy the right half of the screen"),
+    OKV("KeyWinTileTop",                        gKeyWinTileTop,                 "Let the active window occupy the top half of the screen"),
+    OKV("KeyWinTileBottom",                     gKeyWinTileBottom,              "Let the active window occupy the bottom half of the screen"),
+    OKV("KeyWinTileTopLeft",                    gKeyWinTileTopLeft,             "Let the active window occupy the top left quarter of the screen"),
+    OKV("KeyWinTileTopRight",                   gKeyWinTileTopRight,            "Let the active window occupy the top right quarter of the screen"),
+    OKV("KeyWinTileBottomLeft",                 gKeyWinTileBottomLeft,          "Let the active window occupy the bottom left quarter of the screen"),
+    OKV("KeyWinTileBottomRight",                gKeyWinTileBottomRight,         "Let the active window occupy the bottom right quarter of the screen"),
+    OKV("KeyWinTileCenter",                     gKeyWinTileCenter,              "Let the active window occupy the center quarter of the screen"),
     OKV("KeyWinSmartPlace",                     gKeyWinSmartPlace,              "Smart place the active window."),
     OKV("KeySysSwitchNext",                     gKeySysSwitchNext,              "Opens the QuickSwitch popup and/or moves the selector in the QuickSwitch popup"),
     OKV("KeySysSwitchLast",                     gKeySysSwitchLast,              "Works like KeySysSwitchNext but moving in the opposite direction."),
diff -pruN 2.9.8-1/src/fdomenu.cc 2.9.9-1/src/fdomenu.cc
--- 2.9.8-1/src/fdomenu.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/fdomenu.cc	2022-08-01 21:49:30.000000000 +0000
@@ -775,8 +775,11 @@ int main(int argc, char** argv) {
                     value = expand = tilde_expansion(value);
                 else if (*value == '$')
                     value = expand = dollar_expansion(value);
-                if (nonempty(value))
-                    (void) freopen(value, "w", stdout);
+                if (nonempty(value)) {
+                    if (freopen(value, "w", stdout) == nullptr) {
+                        fflush(stdout);
+                    }
+                }
                 if (expand)
                     delete[] expand;
             }
diff -pruN 2.9.8-1/src/genpref.cc 2.9.9-1/src/genpref.cc
--- 2.9.8-1/src/genpref.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/genpref.cc	2022-08-01 21:49:30.000000000 +0000
@@ -29,6 +29,7 @@ void addBgImage(const char *, const char
 static const char workspaceNames[] =
     "\" 1 \", \" 2 \", \" 3 \", \" 4 \"";
 static bool sorted, internal, themable;
+static const char* pattern;
 
 static int count(cfoption* options) {
     for (int i = 0; ; ++i)
@@ -58,6 +59,9 @@ static void show(cfoption *options) {
                     " and be documented in the manpage.\n",
                 options[i].name);
         }
+        if (pattern && !strstr(options[i].name, pattern))
+            continue;
+
         const char* adddot = ASCII::isAlnum(options[i].description[deslen - 1])
             ? "." : "";
 
@@ -116,6 +120,9 @@ static void ppod(cfoption *options) {
         sort(options);
 
     for (unsigned int i = 0; options[i].type != cfoption::CF_NONE; i++) {
+        if (pattern && !strstr(options[i].name, pattern))
+            continue;
+
         switch (options[i].type) {
         case cfoption::CF_BOOL:
             printf("=item B<%s>=%d\n",
@@ -230,8 +237,9 @@ static void podpref()
 static const char* help_text()
 {
     return
+        "  -e string           Print only preferences containing 'string'.\n"
         "  -n                  Print only non-themable preferences.\n"
-        "  -o, --output=FILE   Write preferences to FILE.\n"
+        "  -o, --output=FILE   Write all output to FILE.\n"
         "  -p                  Use perlpod output format.\n"
         "  -s                  Sort preferences by name.\n"
         "  -t                  Print only themable preferences.\n"
@@ -251,6 +259,9 @@ int main(int argc, char **argv)
             if (GetArgument(value, "o", "output", arg, argv + argc)) {
                 output = value;
             }
+            else if (GetShortArgument(value, "e", arg, argv + argc)) {
+                pattern = value;
+            }
             else if (is_short_switch(*arg, "n")) {
                 internal = true;
             }
diff -pruN 2.9.8-1/src/icehelp.cc 2.9.9-1/src/icehelp.cc
--- 2.9.8-1/src/icehelp.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/icehelp.cc	2022-08-01 21:49:30.000000000 +0000
@@ -716,10 +716,26 @@ static node *parse(FILE *fp, int flags,
                         ungetc(c, fp);
                     if (strcmp(entity, "&amp") == 0)
                         c = '&';
-                    else if (strcmp(entity, "&lt") == 0)
+                    else if (strcmp(entity, "&lt") == 0
+                          || strcmp(entity, "&#062") == 0)
                         c = '<';
-                    else if (strcmp(entity, "&gt") == 0)
+                    else if (strcmp(entity, "&gt") == 0
+                          || strcmp(entity, "&#060") == 0)
                         c = '>';
+                    else if (strcmp(entity, "&le") == 0
+                          || strcmp(entity, "&#8804") == 0) {
+                        buf += "<=";
+                        continue;
+                    }
+                    else if (strcmp(entity, "&ge") == 0
+                          || strcmp(entity, "&#8805") == 0) {
+                        buf += ">=";
+                        continue;
+                    }
+                    else if (strcmp(entity, "&ne") == 0) {
+                        buf += "!=";
+                        continue;
+                    }
                     else if (strcmp(entity, "&quot") == 0)
                         c = '"';
                     else if (strcmp(entity, "&nbsp") == 0)
@@ -734,13 +750,19 @@ static node *parse(FILE *fp, int flags,
                     else if (strcmp(entity, "&#8212") == 0
                           || strcmp(entity, "&mdash") == 0)
                         c = '-';    // em dash
-                    else if (strcmp(entity, "&#8217") == 0)
+                    else if (strcmp(entity, "&#8216") == 0
+                          || strcmp(entity, "&lsquo") == 0)
+                        c = '`';   // left single quote
+                    else if (strcmp(entity, "&#8217") == 0
+                          || strcmp(entity, "&rsquo") == 0)
                         c = '\'';   // right single quote
-                    else if (strcmp(entity, "&#8220") == 0) {
+                    else if (strcmp(entity, "&#8220") == 0
+                          || strcmp(entity, "&ldquo") == 0) {
                         buf += "``"; // left double quotes
                         continue;
                     }
-                    else if (strcmp(entity, "&#8221") == 0) {
+                    else if (strcmp(entity, "&#8221") == 0
+                          || strcmp(entity, "&rdquo") == 0) {
                         buf += "''"; // right double quotes
                         continue;
                     }
diff -pruN 2.9.8-1/src/icesh.cc 2.9.9-1/src/icesh.cc
--- 2.9.8-1/src/icesh.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/icesh.cc	2022-08-01 21:49:30.000000000 +0000
@@ -81,6 +81,14 @@ static bool tolong(const char* str, long
     return end && str < end && 0 == *end;
 }
 
+static bool tofloat(const char* str, float& num) {
+    char* end = nullptr;
+    if (str) {
+        num = strtof(str, &end);
+    }
+    return end && str < end && 0 == *end;
+}
+
 template<class T>
 bool contains(vector<T>& v, T t) {
     return find(v.begin(), v.end(), t) != v.end();
@@ -1328,7 +1336,10 @@ private:
     vector<IfTE> ifs;
     IfTE ifte();
     vector<YWindowTree> trees;
+    vector<Window> modifications;
 
+    void use(Window w);
+    void modified(Window w);
     void spy();
     void spyEvent(const XEvent& event);
     void spyClient(const XClientMessageEvent& event, const char* head);
@@ -1342,6 +1353,7 @@ private:
     void sizeto();
     void sizeby();
     void detail();
+    void extents();
     void details(Window window);
     void setWindow(Window window);
     void addWindow(Window window);
@@ -1381,6 +1393,7 @@ private:
     void changeState(const char* arg);
     void changeState(int state);
     bool colormaps();
+    bool workarea();
     bool current();
     bool runonce();
     void click();
@@ -1395,6 +1408,8 @@ private:
     bool check(const struct SymbolTable& symtab, long code, const char* str);
     unsigned count() const;
     void xerror(XErrorEvent* evt);
+    void getGeometry(Window window);
+    void setGeometry(Window window, const char* geometry);
 
     const char* atomName(Atom atom) {
         return NAtom::lookup(atom);
@@ -1716,7 +1731,13 @@ static void getArea(Window window, int&
     long hmin = 0;
     long wmax = displayWidth();
     long hmax = displayHeight();
-    long ws = max(0L, getWorkspace(window));
+    long ws = Sticky;
+    if (window && window != root) {
+        ws = getWorkspace(window);
+    }
+    if (ws < 0 || ws == Sticky) {
+        ws = currentWorkspace();
+    }
     YCardinal net(root, ATOM_NET_WORKAREA, 5000);
     if (net && ws < net.count() / 4) {
         wmin = net[ws * 4 + 0];
@@ -1730,13 +1751,27 @@ static void getArea(Window window, int&
     h = int(hmax);
 }
 
-static void extArea(Window window, int& x, int& y, int& w, int& h) {
+static bool getExtents(Window window, int& l, int& r, int& t, int& b) {
     YCardinal exts(window, ATOM_NET_FRAME_EXTENTS, 4);
     if (exts && exts.count() == 4) {
-        x += int(exts[0]);
-        y += int(exts[2]);
-        w = max(1, w - int(exts[0] + exts[1]));
-        h = max(1, h - int(exts[2] + exts[3]));
+        l = int(exts[0]);
+        r = int(exts[1]);
+        t = int(exts[2]);
+        b = int(exts[3]);
+        return true;
+    } else {
+        l = r = t = b = 0;
+        return false;
+    }
+}
+
+static void extArea(Window window, int& x, int& y, int& w, int& h) {
+    int l, r, t, b;
+    if (getExtents(window, l, r, t, b)) {
+        x += l;
+        y += t;
+        w = max(1, w - (l + r));
+        h = max(1, h - (t + b));
     }
 }
 
@@ -1747,6 +1782,31 @@ void IceSh::catcher(int)
     running = false;
 }
 
+void IceSh::use(Window window)
+{
+    if (contains(modifications, window)) {
+        sync();
+        fsleep(0.1);
+        modifications.clear();
+    }
+}
+
+void IceSh::modified(Window window)
+{
+    if (contains(modifications, window) == false) {
+        modifications.push_back(window);
+    }
+}
+
+void IceSh::getGeometry(Window window)
+{
+    use(window);
+    int x = 0, y = 0, width = 0, height = 0;
+    if (::getGeometry(window, x, y, width, height)) {
+        printf("%dx%d+%d+%d\n", width, height, x, y);
+    }
+}
+
 void IceSh::details(Window w)
 {
     YTreeLeaf leaf(w);
@@ -1768,7 +1828,7 @@ void IceSh::details(Window w)
     snprintf(wmtitle, sizeof wmtitle, "(%.*s)", 50, wmname);
 
     int x = 0, y = 0, width = 0, height = 0;
-    getGeometry(w, x, y, width, height);
+    ::getGeometry(w, x, y, width, height);
 
     long pid = *YCardinal(w, ATOM_NET_WM_PID);
     long work = getWorkspace(w);
@@ -1781,10 +1841,22 @@ void IceSh::details(Window w)
 void IceSh::detail()
 {
     FOREACH_WINDOW(window) {
+        use(window);
         details(window);
     }
 }
 
+void IceSh::extents()
+{
+    FOREACH_WINDOW(window) {
+        use(window);
+        int l, t, r, b;
+        if (getExtents(*window, l, r, t, b)) {
+            printf("0x%-8lx %d %d %d %d\n", *window, l, r, t, b);
+        }
+    }
+}
+
 void IceSh::sizeto()
 {
     char* wstr = getArg();
@@ -1793,17 +1865,29 @@ void IceSh::sizeto()
     bool hper = *hstr && hstr[strlen(hstr)-1] == '%';
     if (wper) wstr[strlen(wstr)-1] = '\0';
     if (hper) hstr[strlen(hstr)-1] = '\0';
-    long wlen, hlen, supplied;
-    if (tolong(wstr, wlen) && tolong(hstr, hlen) && 0 < wlen && 0 < hlen) {
+    long wlen = 0, hlen = 0, supplied;
+    float wflt = 0, hflt = 0;
+    if ((wper ? tofloat(wstr, wflt) && 0 < wflt
+              : tolong(wstr, wlen) && 0 < wlen) &&
+        (hper ? tofloat(hstr, hflt) && 0 < hflt
+              : tolong(hstr, hlen) && 0 < hlen))
+    {
         FOREACH_WINDOW(window) {
+            use(window);
+
             long w = wlen;
             long h = hlen;
             if (wper | hper) {
                 int ax, ay, aw, ah;
+                int l, r, t, b;
                 getArea(window, ax, ay, aw, ah);
-                extArea(window, ax, ay, aw, ah);
-                if (wper) w = min(aw * wlen / 100, 32732L);
-                if (hper) h = min(ah * hlen / 100, 32732L);
+                getExtents(window, l, r, t, b);
+                if (wper) {
+                    w = min(long(aw * wflt / 100 - l - r), 32732L);
+                }
+                if (hper) {
+                    h = min(long(ah * hflt / 100 - t - b), 32732L);
+                }
                 if (w <= 0 || h <= 0) {
                     continue;
                 }
@@ -1839,6 +1923,7 @@ void IceSh::sizeto()
             if (0 < w && 0 < h) {
                 moveResize(window, NorthWestGravity,
                            None, None, w, h, CWWidth | CWHeight);
+                modified(window);
             }
         }
     }
@@ -1855,17 +1940,24 @@ void IceSh::sizeby()
     bool hper = *hstr && hstr[strlen(hstr)-1] == '%';
     if (wper) wstr[strlen(wstr)-1] = '\0';
     if (hper) hstr[strlen(hstr)-1] = '\0';
-    long wlen, hlen, supplied;
-    if (tolong(wstr, wlen) && tolong(hstr, hlen)) {
+    long wlen = 0, hlen = 0, supplied;
+    float wflt = 0, hflt = 0;
+    if ((wper ? tofloat(wstr, wflt)
+              : tolong(wstr, wlen)) &&
+        (hper ? tofloat(hstr, hflt)
+              : tolong(hstr, hlen)))
+    {
         FOREACH_WINDOW(window) {
+            use(window);
+
             int gx, gy, gw, gh;
-            if (getGeometry(window, gx, gy, gw, gh) == false) {
+            if (::getGeometry(window, gx, gy, gw, gh) == false) {
                 continue;
             }
 
             long w = gw, h = gh;
             if (wper) {
-                long px = wlen * w / 100L;
+                long px = long(wflt * w / 100);
                 if (px < 0) w = max(1L, w + px);
                 else if (w < 32732L) w = min(32732L, w + px);
             }
@@ -1875,7 +1967,7 @@ void IceSh::sizeby()
                 w = min(32732L, w + wlen);
             }
             if (hper) {
-                long py = hlen * h / 100L;
+                long py = long(hflt * h / 100);
                 if (py < 0) h = max(1L, h + py);
                 else if (h < 32732L) h = min(32732L, h + py);
             }
@@ -1915,6 +2007,7 @@ void IceSh::sizeby()
             if (0 < w && 0 < h) {
                 XResizeWindow(display, window,
                               unsigned(w), unsigned(h));
+                modified(window);
             }
         }
     }
@@ -2311,6 +2404,10 @@ bool IceSh::sync()
         return false;
 
     doSync();
+
+    if (haveArg() && 0 == strcmp(*argp, "delay"))
+        modifications.clear();
+
     return true;
 }
 
@@ -2366,6 +2463,18 @@ bool IceSh::colormaps()
     return true;
 }
 
+bool IceSh::workarea()
+{
+    if ( !isAction("workarea", 0))
+        return false;
+
+    int ax, ay, aw, ah;
+    getArea(root, ax, ay, aw, ah);
+    printf("%d %d %d %d\n", ax, ay, aw, ah);
+
+    return true;
+}
+
 void IceSh::changeState(const char* arg)
 {
     if (!strncmp(arg, "NormalState", strlen(arg)))
@@ -2398,8 +2507,10 @@ void IceSh::click()
         inrange<long>(lb, Button1, Button5 + 4))
     {
         FOREACH_WINDOW(window) {
+            use(window);
+
             int gx, gy, gw, gh;
-            if (getGeometry(window, gx, gy, gw, gh)) {
+            if (::getGeometry(window, gx, gy, gw, gh)) {
                 if (lx < 0)
                     lx += gw;
                 if (ly < 0)
@@ -2453,6 +2564,10 @@ bool IceSh::delay()
         }
     }
     fsleep(delay);
+
+    if (haveArg() && 0 == strcmp(*argp, "sync"))
+        modifications.clear();
+
     return true;
 }
 
@@ -2541,6 +2656,7 @@ bool IceSh::icewmAction()
         || listXembed()
         || listShown()
         || colormaps()
+        || workarea()
         || delay()
         || desktops()
         || desktop()
@@ -2620,7 +2736,7 @@ static void printNormalGravity(Window wi
 
 /******************************************************************************/
 
-static void setGeometry(Window window, const char* geometry) {
+void IceSh::setGeometry(Window window, const char* geometry) {
     int geom_x, geom_y;
     unsigned geom_width, geom_height;
     int status(XParseGeometry(geometry, &geom_x, &geom_y,
@@ -2628,6 +2744,8 @@ static void setGeometry(Window window, c
     if (status == NoValue)
         return;
 
+    use(window);
+
     XSizeHints normal;
     long supplied;
     if (XGetWMNormalHints(display, window, &normal, &supplied) != True)
@@ -2671,13 +2789,7 @@ static void setGeometry(Window window, c
 
     moveResize(window, StaticGravity, x, y, width, height,
                (status & AllValues));
-}
-
-static void getGeometry(Window window) {
-    int x = 0, y = 0, width = 0, height = 0;
-    if (getGeometry(window, x, y, width, height)) {
-        printf("%dx%d+%d+%d\n", width, height, x, y);
-    }
+    modified(window);
 }
 
 /******************************************************************************/
@@ -2995,9 +3107,11 @@ void IceSh::motif(Window window, char**
 
     if (mwm.hasFlags()) {
         hints.replace(mwm);
+        modified(window);
     }
     else if (removing && hints) {
         hints.remove();
+        modified(window);
     }
 }
 
@@ -3219,7 +3333,7 @@ void IceSh::confine(const char* val) {
         Window active = getActive();
         if (active) {
             int x, y, w, h, most = 0;
-            if (getGeometry(active, x, y, w, h)) {
+            if (::getGeometry(active, x, y, w, h)) {
                 YRect area(x, y, w, h);
                 Confine& c = windowList.xine();
                 for (int i = 0; i < c.count(); ++i) {
@@ -4212,10 +4326,11 @@ void IceSh::parseAction()
             long lx, ly;
             if (tolong(xs, lx) && tolong(ys, ly)) {
                 FOREACH_WINDOW(window) {
+                    use(window);
                     Window frame = getFrameWindow(window);
                     if (frame) {
                         int x, y, w, h;
-                        if (getGeometry(frame, x, y, w, h)) {
+                        if (::getGeometry(frame, x, y, w, h)) {
                             int tx, ty;
                             if (xa < xs && *xa == '-') {
                                 tx = displayWidth() - w + lx;
@@ -4229,6 +4344,7 @@ void IceSh::parseAction()
                             }
                             moveResize(window, NorthWestGravity,
                                        tx, ty, None, None, CWX | CWY);
+                            modified(window);
                         }
                     }
                 }
@@ -4243,13 +4359,15 @@ void IceSh::parseAction()
             long lx, ly;
             if (tolong(xs, lx) && tolong(ys, ly)) {
                 FOREACH_WINDOW(window) {
+                    use(window);
                     Window frame = getFrameWindow(window);
                     if (frame) {
                         int x, y, w, h;
-                        if (getGeometry(frame, x, y, w, h)) {
+                        if (::getGeometry(frame, x, y, w, h)) {
                             int tx = int(x + lx), ty = int(y + ly);
                             moveResize(window, NorthWestGravity,
                                        tx, ty, None, None, CWX | CWY);
+                            modified(window);
                         }
                     }
                 }
@@ -4260,8 +4378,9 @@ void IceSh::parseAction()
         }
         else if (isAction("centre", 0) || isAction("center", 0)) {
             FOREACH_WINDOW(window) {
+                use(window);
                 int x, y, w, h;
-                if (getGeometry(window, x, y, w, h)) {
+                if (::getGeometry(window, x, y, w, h)) {
                     XWindowChanges c;
                     int ax, ay, aw, ah;
                     getArea(window, ax, ay, aw, ah);
@@ -4269,59 +4388,68 @@ void IceSh::parseAction()
                     c.x = (aw - w) / 2;
                     c.y = (ah - h) / 2;
                     XConfigureWindow(display, window, CWX | CWY, &c);
+                    modified(window);
                 }
             }
         }
         else if (isAction("left", 0)) {
             FOREACH_WINDOW(window) {
+                use(window);
                 int x, y, w, h;
-                if (getGeometry(window, x, y, w, h)) {
+                if (::getGeometry(window, x, y, w, h)) {
                     XWindowChanges c;
                     int ax, ay, aw, ah;
                     getArea(window, ax, ay, aw, ah);
                     c.x = max(0, ax);
                     XConfigureWindow(display, window, CWX, &c);
+                    modified(window);
                 }
             }
         }
         else if (isAction("right", 0)) {
             FOREACH_WINDOW(window) {
+                use(window);
                 YCardinal exts(window, ATOM_NET_FRAME_EXTENTS, 4);
                 if (exts) {
                     int x, y, w, h;
-                    if (getGeometry(window, x, y, w, h)) {
+                    if (::getGeometry(window, x, y, w, h)) {
                         int ax, ay, aw, ah;
                         getArea(window, ax, ay, aw, ah);
                         XWindowChanges c;
                         c.x = ax + aw - w - exts[0] - exts[1];
                         XConfigureWindow(display, window, CWX, &c);
+                        modified(window);
                     }
                 }
             }
         }
         else if (isAction("top", 0)) {
             FOREACH_WINDOW(window) {
+                use(window);
                 int x, y, w, h;
-                if (getGeometry(window, x, y, w, h)) {
+                if (::getGeometry(window, x, y, w, h)) {
                     XWindowChanges c;
                     int ax, ay, aw, ah;
                     getArea(window, ax, ay, aw, ah);
                     c.y = max(0, ay);
                     XConfigureWindow(display, window, CWY, &c);
+                    modified(window);
                 }
             }
         }
         else if (isAction("bottom", 0)) {
             FOREACH_WINDOW(window) {
+                use(window);
                 YCardinal exts(window, ATOM_NET_FRAME_EXTENTS, 4);
                 if (exts) {
                     int x, y, w, h;
-                    if (getGeometry(window, x, y, w, h)) {
+                    if (::getGeometry(window, x, y, w, h)) {
                         int ax, ay, aw, ah;
                         getArea(window, ax, ay, aw, ah);
                         XWindowChanges c;
                         c.y = ay + ah - h - exts[2] - exts[3];
                         XConfigureWindow(display, window, CWY, &c);
+                        modified(window);
                     }
                 }
             }
@@ -4335,6 +4463,7 @@ void IceSh::parseAction()
                 }
                 else {
                     FOREACH_WINDOW(window) {
+                        use(window);
                         YNetState prop(window);
                         if (*arg == '+')
                             prop += state;
@@ -4349,6 +4478,7 @@ void IceSh::parseAction()
             }
             else {
                 FOREACH_WINDOW(window) {
+                    use(window);
                     printf("0x%07lx = ", *window);
                     long state = YNetState(window).state();
                     int n = 0;
@@ -4371,8 +4501,11 @@ void IceSh::parseAction()
             if (windowList.isRoot())
                 changeWorkspace(workspace);
             else
-                FOREACH_WINDOW(window)
+                FOREACH_WINDOW(window) {
+                    use(window);
                     setWorkspace(window, workspace);
+                    modified(window);
+                }
         }
         else if (isAction("getWorkspace", 0)) {
             WorkspaceInfo info;
@@ -4383,15 +4516,20 @@ void IceSh::parseAction()
             }
         }
         else if (isAction("sticky", 0)) {
-            FOREACH_WINDOW(window)
+            FOREACH_WINDOW(window) {
+                use(window);
                 setWorkspace(window, Sticky);
+                modified(window);
+            }
         }
         else if (isAction("unsticky", 0)) {
             long current = currentWorkspace();
             FOREACH_WINDOW(window) {
+                use(window);
                 long ws = getWorkspace(window);
                 if (hasbits(ws, Sticky)) {
                     setWorkspace(window, current);
+                    modified(window);
                 }
             }
         }
@@ -4480,6 +4618,9 @@ void IceSh::parseAction()
         else if (isAction("list", 0)) {
             detail();
         }
+        else if (isAction("extents", 0)) {
+            extents();
+        }
         else if (isAction("spy", 0)) {
             spy();
         }
@@ -4504,12 +4645,18 @@ void IceSh::parseAction()
                 lowerWindow(window);
         }
         else if (isAction("fullscreen", 0)) {
-            FOREACH_WINDOW(window)
+            FOREACH_WINDOW(window) {
+                use(window);
                 YNetState(window) += NetFullscreen;
+                modified(window);
+            }
         }
         else if (isAction("maximize", 0)) {
-            FOREACH_WINDOW(window)
+            FOREACH_WINDOW(window) {
+                use(window);
                 YNetState(window) += NetHorizontal | NetVertical;
+                modified(window);
+            }
         }
         else if (isAction("minimize", 0)) {
             FOREACH_WINDOW(window)
@@ -4560,8 +4707,11 @@ void IceSh::parseAction()
             changeState(NormalState);
         }
         else if (isAction("denormal", 0)) {
-            FOREACH_WINDOW(window)
+            FOREACH_WINDOW(window) {
+                use(window);
                 XDeleteProperty(display, window, XA_WM_NORMAL_HINTS);
+                modified(window);
+            }
         }
         else if (isAction("opacity", 0)) {
             char* opaq = nullptr;
@@ -4595,12 +4745,14 @@ void IceSh::parseAction()
                 }
             }
             FOREACH_WINDOW(window) {
+                use(window);
                 motif(window, args, count);
             }
             argp = args + count;
         }
         else if (isAction("properties", 0)) {
             FOREACH_WINDOW(window) {
+                use(window);
                 int count = 0;
                 Atom* atoms = XListProperties(display, window, &count);
                 if (count && atoms) {
@@ -4617,6 +4769,7 @@ void IceSh::parseAction()
             NAtom prop(getArg(), true);
             if (prop) {
                 FOREACH_WINDOW(window) {
+                    use(window);
                     char buf[32];
                     snprintf(buf, sizeof buf, "0x%07lx ", Window(window));
                     showProperty(window, prop, buf);
diff -pruN 2.9.8-1/src/movesize.cc 2.9.9-1/src/movesize.cc
--- 2.9.8-1/src/movesize.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/movesize.cc	2022-08-01 21:49:30.000000000 +0000
@@ -789,6 +789,24 @@ bool YFrameWindow::handleKey(const XKeyE
                 if (canMove()) wmArrange(waTop, waLeft);
             } else if (IS_WMKEY(k, vm, gKeyWinArrangeC)) {
                 if (canMove()) wmArrange(waCenter, waCenter);
+            } else if (IS_WMKEY(k, vm, gKeyWinTileLeft)) {
+                wmTile(actionTileLeft);
+            } else if (IS_WMKEY(k, vm, gKeyWinTileRight)) {
+                wmTile(actionTileRight);
+            } else if (IS_WMKEY(k, vm, gKeyWinTileTop)) {
+                wmTile(actionTileTop);
+            } else if (IS_WMKEY(k, vm, gKeyWinTileBottom)) {
+                wmTile(actionTileBottom);
+            } else if (IS_WMKEY(k, vm, gKeyWinTileTopLeft)) {
+                wmTile(actionTileTopLeft);
+            } else if (IS_WMKEY(k, vm, gKeyWinTileTopRight)) {
+                wmTile(actionTileTopRight);
+            } else if (IS_WMKEY(k, vm, gKeyWinTileBottomLeft)) {
+                wmTile(actionTileBottomLeft);
+            } else if (IS_WMKEY(k, vm, gKeyWinTileBottomRight)) {
+                wmTile(actionTileBottomRight);
+            } else if (IS_WMKEY(k, vm, gKeyWinTileCenter)) {
+                wmTile(actionTileCenter);
             } else if (IS_WMKEY(k, vm, gKeyWinSmartPlace)) {
                 if (canMove()) {
                     int newX = x();
@@ -969,7 +987,7 @@ void YFrameWindow::endMoveSize() {
     sizingWindow = false;
 
     if (taskBar) {
-        taskBar->workspacesRepaint();
+        taskBar->workspacesRepaint(getWorkspace());
     }
 }
 
diff -pruN 2.9.8-1/src/wmapp.cc 2.9.9-1/src/wmapp.cc
--- 2.9.8-1/src/wmapp.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/wmapp.cc	2022-08-01 21:49:30.000000000 +0000
@@ -74,34 +74,36 @@ static bool post_preferences;
 static bool show_extensions;
 
 static Window registerProtocols1(char **argv, int argc) {
-    long timestamp = CurrentTime;
+    const long timestamp = CurrentTime;
+    const Window xroot = xapp->root();
     YAtom wmSx("WM_S", true);
+    const Window current_wm = XGetSelectionOwner(xapp->display(), wmSx);
+    if (current_wm) {
+        if (replace_wm) {
+            XSetWindowAttributes attr;
+            attr.event_mask = StructureNotifyMask;
+            XChangeWindowAttributes(xapp->display(), current_wm,
+                                    CWEventMask, &attr);
+        } else {
+            die(1, _("A window manager is already running, "
+                     "use --replace to replace it"));
+        }
+    }
 
-    Window current_wm = XGetSelectionOwner(xapp->display(), wmSx);
-
-    if (current_wm != None) {
-        if (!replace_wm)
-            die(1, _("A window manager is already running, use --replace to replace it"));
-      XSetWindowAttributes attrs;
-      attrs.event_mask = StructureNotifyMask;
-      XChangeWindowAttributes (
-          xapp->display(), current_wm,
-          CWEventMask, &attrs);
-    }
-
-    Window xroot = xapp->root();
-    Window xid =
-        XCreateSimpleWindow(xapp->display(), xroot,
-            0, 0, 1, 1, 0,
-            xapp->black(),
-            xapp->black());
+    XSetWindowAttributes attr = {};
+    attr.background_pixel =
+    attr.border_pixel = xapp->black();
+    attr.override_redirect = True;
+    unsigned long mask = CWBackPixel | CWBorderPixel | CWOverrideRedirect;
+    Window xid = XCreateWindow(xapp->display(), xroot, -1, -1, 1, 1, 0, 0,
+                               InputOutput, CopyFromParent, mask, &attr);
 
     XSetSelectionOwner(xapp->display(), wmSx, xid, timestamp);
 
     if (XGetSelectionOwner(xapp->display(), wmSx) != xid)
         die(1, _("Failed to become the owner of the %s selection"), wmSx.str());
 
-    if (current_wm != None) {
+    if (current_wm) {
         XEvent event;
         msg(_("Waiting to replace the old window manager"));
         do {
@@ -561,25 +563,21 @@ void TileMenu::updatePopup() {
         return;
     }
 
-    addItem(_("Left Half"),    -2, actionTileLeft, nullptr, "tileleft");
-    addItem(_("Right Half"),   -2, actionTileRight, nullptr, "tileright");
-    addItem(_("Top Half"),     -2, actionTileTop, nullptr, "tiletop");
-    addItem(_("Bottom Half"),  -2, actionTileBottom, nullptr, "tilebottom");
+    addItem(_("Left Half"),    -2, gKeyWinTileLeft.name, actionTileLeft, "tileleft");
+    addItem(_("Right Half"),   -2, gKeyWinTileRight.name, actionTileRight, "tileright");
+    addItem(_("Top Half"),     -2, gKeyWinTileTop.name, actionTileTop, "tiletop");
+    addItem(_("Bottom Half"),  -2, gKeyWinTileBottom.name, actionTileBottom, "tilebottom");
     addSeparator();
-    addItem(_("Top Left"),     -2, actionTileTopLeft, nullptr,
-            "tiletopleft");
-    addItem(_("Top Right"),    -2, actionTileTopRight, nullptr,
-            "tiletopright");
-    addItem(_("Bottom Left"),  -2, actionTileBottomLeft, nullptr,
-            "tilebottomleft");
-    addItem(_("Bottom Right"), -2, actionTileBottomRight, nullptr,
-            "tilebottomright");
-    addItem(_("Center"),       -2, actionTileCenter, nullptr, "tilecenter");
+    addItem(_("Top Left"),     -2, gKeyWinTileTopLeft.name, actionTileTopLeft, "tiletopleft");
+    addItem(_("Top Right"),    -2, gKeyWinTileTopRight.name, actionTileTopRight, "tiletopright");
+    addItem(_("Bottom Left"),  -2, gKeyWinTileBottomLeft.name, actionTileBottomLeft, "tilebottomleft");
+    addItem(_("Bottom Right"), -2, gKeyWinTileBottomRight.name, actionTileBottomRight, "tilebottomright");
+    addItem(_("Center"),       -2, gKeyWinTileCenter.name, actionTileCenter, "tilecenter");
     addSeparator();
     addItem(_("T_ile Horizontally"), -2,
-            KEY_NAME(gKeySysTileHorizontal), actionTileHorizontal);
+            gKeySysTileHorizontal.name, actionTileHorizontal);
     addItem(_("Tile _Vertically"), -2,
-            KEY_NAME(gKeySysTileVertical), actionTileVertical);
+            gKeySysTileVertical.name, actionTileVertical);
 }
 
 YMenu* YWMApp::getWindowMenu() {
diff -pruN 2.9.8-1/src/wmclient.cc 2.9.9-1/src/wmclient.cc
--- 2.9.8-1/src/wmclient.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/wmclient.cc	2022-08-01 21:49:30.000000000 +0000
@@ -94,21 +94,11 @@ YFrameClient::YFrameClient(YWindow *pare
 #endif
     }
 
-    if (getFrame()) {
-        frameContext.save(handle(), getFrame());
-    }
-    else {
-        clientContext.save(handle(), this);
-    }
+    clientContext.save(handle(), this);
 }
 
 YFrameClient::~YFrameClient() {
-    if (getFrame()) {
-        frameContext.remove(handle());
-    }
-    else {
-        clientContext.remove(handle());
-    }
+    clientContext.remove(handle());
 
     if (fSizeHints) { XFree(fSizeHints); fSizeHints = nullptr; }
     if (fHints) { XFree(fHints); fHints = nullptr; }
@@ -433,22 +423,7 @@ void YFrameClient::recvPing(const XClien
 }
 
 void YFrameClient::setFrame(YFrameWindow *newFrame) {
-    if (newFrame != getFrame()) {
-        if (getFrame()) {
-            frameContext.remove(handle());
-        }
-        else {
-            clientContext.remove(handle());
-        }
-
-        fFrame = newFrame;
-        if (getFrame()) {
-            frameContext.save(handle(), getFrame());
-        }
-        else {
-            clientContext.save(handle(), this);
-        }
-    }
+    fFrame = newFrame;
 }
 
 void YFrameClient::setFrameState(FrameState state) {
@@ -851,7 +826,6 @@ void YFrameClient::handleClientMessage(c
             }
         }
     } else if (message.message_type == _XA_NET_ACTIVE_WINDOW) {
-        //printf("active window w=0x%lX\n", message.window);
         YFrameWindow* f = getFrame();
         if (f && !f->ignoreActivation()) {
             f->activate();
@@ -862,7 +836,6 @@ void YFrameClient::handleClientMessage(c
     } else if (message.message_type == _XA_NET_WM_MOVERESIZE &&
                message.format == 32)
     {
-        ///YFrameWindow *frame(findFrame(message.window));
         if (getFrame())
             getFrame()->startMoveSize(message.data.l[0], message.data.l[1],
                                       message.data.l[2]);
diff -pruN 2.9.8-1/src/wmframe.cc 2.9.9-1/src/wmframe.cc
--- 2.9.8-1/src/wmframe.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/wmframe.cc	2022-08-01 21:49:30.000000000 +0000
@@ -148,7 +148,6 @@ YFrameWindow::~YFrameWindow() {
         if (client()) {
             if (!client()->destroyed() && client()->adopted())
                 XRemoveFromSaveSet(xapp->display(), client()->handle());
-            frameContext.remove(client()->handle());
         }
         if (fUserTimeWindow != None) {
             windowContext.remove(fUserTimeWindow);
@@ -163,7 +162,7 @@ YFrameWindow::~YFrameWindow() {
     }
 
     if (taskBar) {
-        taskBar->workspacesRepaint();
+        taskBar->workspacesRepaint(getWorkspace());
     }
 }
 
@@ -394,33 +393,42 @@ void YFrameWindow::createPointerWindows(
 void YFrameWindow::grabKeys() {
     XUngrabKey(xapp->display(), AnyKey, AnyModifier, handle());
 
-    GRAB_WMKEY(gKeyWinRaise);
-    GRAB_WMKEY(gKeyWinOccupyAll);
-    GRAB_WMKEY(gKeyWinLower);
-    GRAB_WMKEY(gKeyWinClose);
-    GRAB_WMKEY(gKeyWinRestore);
-    GRAB_WMKEY(gKeyWinNext);
-    GRAB_WMKEY(gKeyWinPrev);
-    GRAB_WMKEY(gKeyWinMove);
-    GRAB_WMKEY(gKeyWinSize);
-    GRAB_WMKEY(gKeyWinMinimize);
-    GRAB_WMKEY(gKeyWinMaximize);
-    GRAB_WMKEY(gKeyWinMaximizeVert);
-    GRAB_WMKEY(gKeyWinMaximizeHoriz);
-    GRAB_WMKEY(gKeyWinHide);
-    GRAB_WMKEY(gKeyWinRollup);
-    GRAB_WMKEY(gKeyWinFullscreen);
-    GRAB_WMKEY(gKeyWinMenu);
-    GRAB_WMKEY(gKeyWinArrangeN);
-    GRAB_WMKEY(gKeyWinArrangeNE);
-    GRAB_WMKEY(gKeyWinArrangeE);
-    GRAB_WMKEY(gKeyWinArrangeSE);
-    GRAB_WMKEY(gKeyWinArrangeS);
-    GRAB_WMKEY(gKeyWinArrangeSW);
-    GRAB_WMKEY(gKeyWinArrangeW);
-    GRAB_WMKEY(gKeyWinArrangeNW);
-    GRAB_WMKEY(gKeyWinArrangeC);
-    GRAB_WMKEY(gKeyWinSmartPlace);
+    grab(gKeyWinRaise);
+    grab(gKeyWinOccupyAll);
+    grab(gKeyWinLower);
+    grab(gKeyWinClose);
+    grab(gKeyWinRestore);
+    grab(gKeyWinNext);
+    grab(gKeyWinPrev);
+    grab(gKeyWinMove);
+    grab(gKeyWinSize);
+    grab(gKeyWinMinimize);
+    grab(gKeyWinMaximize);
+    grab(gKeyWinMaximizeVert);
+    grab(gKeyWinMaximizeHoriz);
+    grab(gKeyWinHide);
+    grab(gKeyWinRollup);
+    grab(gKeyWinFullscreen);
+    grab(gKeyWinMenu);
+    grab(gKeyWinArrangeN);
+    grab(gKeyWinArrangeNE);
+    grab(gKeyWinArrangeE);
+    grab(gKeyWinArrangeSE);
+    grab(gKeyWinArrangeS);
+    grab(gKeyWinArrangeSW);
+    grab(gKeyWinArrangeW);
+    grab(gKeyWinArrangeNW);
+    grab(gKeyWinArrangeC);
+    grab(gKeyWinTileLeft);
+    grab(gKeyWinTileRight);
+    grab(gKeyWinTileTop);
+    grab(gKeyWinTileBottom);
+    grab(gKeyWinTileTopLeft);
+    grab(gKeyWinTileTopRight);
+    grab(gKeyWinTileBottomLeft);
+    grab(gKeyWinTileBottomRight);
+    grab(gKeyWinTileCenter);
+    grab(gKeyWinSmartPlace);
 
     container()->regrabMouse();
 }
@@ -581,7 +589,7 @@ void YFrameWindow::getNewPos(const XConf
     // update pager when windows move/resize themselves (like xmms, gmplayer, ...),
     // because this does not call YFrameWindow::endMoveSize()
     if (taskBar) {
-        taskBar->workspacesRepaint();
+        taskBar->workspacesRepaint(getWorkspace());
     }
 }
 
@@ -1604,6 +1612,9 @@ void YFrameWindow::loseWinFocus() {
                 fTitleBar->deactivate();
         }
         updateTaskBar();
+        if (taskBar) {
+            taskBar->workspacesRepaint(getWorkspace());
+        }
     }
 }
 
@@ -1626,6 +1637,9 @@ void YFrameWindow::setWinFocus() {
             if (!raiseOnClickClient || !canRaise() || !overlaps(bool(Below)))
                 container()->releaseButtons();
         }
+        if (taskBar) {
+            taskBar->workspacesRepaint(getWorkspace());
+        }
     }
 }
 
@@ -2041,11 +2055,6 @@ void YFrameWindow::wmOccupyAllOrCurrent(
     }
 }
 
-void YFrameWindow::wmOccupyAll() {
-    if (!isAllWorkspaces())
-        setAllWorkspaces();
-}
-
 void YFrameWindow::wmOccupyWorkspace(int workspace) {
     PRECONDITION(workspace < workspaceCount);
     mainOwner()->setWorkspace(workspace);
@@ -2518,6 +2527,8 @@ void YFrameWindow::updateIcon() {
         fTaskBarApp->repaint();
     if (windowList && fWinListItem && windowList->visible())
         windowList->repaintItem(fWinListItem);
+    if (taskBar)
+        taskBar->workspacesRepaint(getWorkspace());
 }
 
 YFrameWindow *YFrameWindow::nextLayer() {
@@ -2740,12 +2751,13 @@ bool YFrameWindow::getInputFocusHint() {
 
 
 void YFrameWindow::setWorkspace(int workspace) {
-    if ( ! inrange(workspace + 1, 0, int(workspaceCount)))
+    if ( ! inrange(workspace, -1, workspaceCount - 1))
         return ;
     if (workspace != fWinWorkspace) {
+        int previous = fWinWorkspace;
         int activeWS = int(manager->activeWorkspace());
         bool otherWS = (workspace != AllWorkspaces && workspace != activeWS);
-        bool refocus = (this == manager->getFocus() && otherWS);
+        bool refocus = (focused() && otherWS);
         if (otherWS) {
             int ws = (fWinWorkspace >= 0 ? fWinWorkspace : activeWS);
             if (workspaces[ws].focused == this) {
@@ -2753,22 +2765,28 @@ void YFrameWindow::setWorkspace(int work
             }
         }
         fWinWorkspace = workspace;
-        if (isAllWorkspaces())
-            fWinState |= WinStateSticky;
-        else
+        client()->setWorkspaceHint(workspace);
+        if (isAllWorkspaces()) {
+            if (notState(WinStateSticky)) {
+                fWinState |= WinStateSticky;
+                updateState();
+            }
+        } else if (hasState(WinStateSticky)) {
             fWinState &= ~WinStateSticky;
-        client()->setWorkspaceHint(fWinWorkspace);
-        updateState();
+            updateState();
+        }
         if (refocus)
             manager->focusLastWindow();
         updateTaskBar();
         if (windowList && fWinListItem)
             windowList->updateWindowListApp(fWinListItem);
         for (YFrameWindow *t = transient(); t; t = t->nextTransient()) {
-            t->setWorkspace(getWorkspace());
+            t->setWorkspace(workspace);
+        }
+        if (taskBar) {
+            taskBar->workspacesRepaint(previous);
+            taskBar->workspacesRepaint(workspace);
         }
-        if (taskBar)
-            taskBar->workspacesRepaint();
     }
 }
 
@@ -2892,7 +2910,7 @@ void YFrameWindow::updateLayer(bool rest
         if (restack)
             manager->restackWindows();
         if (taskBar)
-            taskBar->workspacesRepaint();
+            taskBar->workspacesRepaint(getWorkspace());
     }
 }
 
@@ -3347,7 +3365,7 @@ void YFrameWindow::setState(int mask, in
     if (hasbit(deltaState, WinStateUnmapped)) {
         layoutResizeIndicators();
         if (taskBar)
-            taskBar->workspacesRepaint();
+            taskBar->workspacesRepaint(getWorkspace());
     }
 }
 
diff -pruN 2.9.8-1/src/wmframe.h 2.9.9-1/src/wmframe.h
--- 2.9.8-1/src/wmframe.h	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/wmframe.h	2022-08-01 21:49:30.000000000 +0000
@@ -83,7 +83,6 @@ public:
     void wmPrevWindow();
     void wmMove();
     void wmSize();
-    void wmOccupyAll();
     void wmOccupyAllOrCurrent();
     void wmOccupyWorkspace(int workspace);
     void wmSetLayer(int layer);
diff -pruN 2.9.8-1/src/wmmgr.cc 2.9.9-1/src/wmmgr.cc
--- 2.9.8-1/src/wmmgr.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/wmmgr.cc	2022-08-01 21:49:30.000000000 +0000
@@ -30,7 +30,6 @@
 #include "ywordexp.h"
 
 YContext<YFrameClient> clientContext("clientContext", false);
-YContext<YFrameWindow> frameContext("framesContext", false);
 
 YAction layerActionSet[WinLayerCount] = {
     actionLayerDesktop,
@@ -174,76 +173,76 @@ void YWindowManager::grabKeys() {
     XUngrabKey(xapp->display(), AnyKey, AnyModifier, handle());
 
     ///if (taskBar && taskBar->addressBar())
-        GRAB_WMKEY(gKeySysAddressBar);
+        grab(gKeySysAddressBar);
     if (quickSwitch) {
-        GRAB_WMKEY(gKeySysSwitchNext);
-        GRAB_WMKEY(gKeySysSwitchLast);
-        GRAB_WMKEY(gKeySysSwitchClass);
-    }
-    GRAB_WMKEY(gKeySysWinNext);
-    GRAB_WMKEY(gKeySysWinPrev);
-    GRAB_WMKEY(gKeySysDialog);
-
-    GRAB_WMKEY(gKeySysWorkspacePrev);
-    GRAB_WMKEY(gKeySysWorkspaceNext);
-    GRAB_WMKEY(gKeySysWorkspaceLast);
-
-    GRAB_WMKEY(gKeySysWorkspacePrevTakeWin);
-    GRAB_WMKEY(gKeySysWorkspaceNextTakeWin);
-    GRAB_WMKEY(gKeySysWorkspaceLastTakeWin);
-
-    GRAB_WMKEY(gKeySysWinMenu);
-    GRAB_WMKEY(gKeySysMenu);
-    GRAB_WMKEY(gKeySysWindowList);
-    GRAB_WMKEY(gKeySysWinListMenu);
-
-    GRAB_WMKEY(gKeySysWorkspace1);
-    GRAB_WMKEY(gKeySysWorkspace2);
-    GRAB_WMKEY(gKeySysWorkspace3);
-    GRAB_WMKEY(gKeySysWorkspace4);
-    GRAB_WMKEY(gKeySysWorkspace5);
-    GRAB_WMKEY(gKeySysWorkspace6);
-    GRAB_WMKEY(gKeySysWorkspace7);
-    GRAB_WMKEY(gKeySysWorkspace8);
-    GRAB_WMKEY(gKeySysWorkspace9);
-    GRAB_WMKEY(gKeySysWorkspace10);
-    GRAB_WMKEY(gKeySysWorkspace11);
-    GRAB_WMKEY(gKeySysWorkspace12);
-
-    GRAB_WMKEY(gKeySysWorkspace1TakeWin);
-    GRAB_WMKEY(gKeySysWorkspace2TakeWin);
-    GRAB_WMKEY(gKeySysWorkspace3TakeWin);
-    GRAB_WMKEY(gKeySysWorkspace4TakeWin);
-    GRAB_WMKEY(gKeySysWorkspace5TakeWin);
-    GRAB_WMKEY(gKeySysWorkspace6TakeWin);
-    GRAB_WMKEY(gKeySysWorkspace7TakeWin);
-    GRAB_WMKEY(gKeySysWorkspace8TakeWin);
-    GRAB_WMKEY(gKeySysWorkspace9TakeWin);
-    GRAB_WMKEY(gKeySysWorkspace10TakeWin);
-    GRAB_WMKEY(gKeySysWorkspace11TakeWin);
-    GRAB_WMKEY(gKeySysWorkspace12TakeWin);
-
-    GRAB_WMKEY(gKeySysTileVertical);
-    GRAB_WMKEY(gKeySysTileHorizontal);
-    GRAB_WMKEY(gKeySysCascade);
-    GRAB_WMKEY(gKeySysArrange);
-    GRAB_WMKEY(gKeySysUndoArrange);
+        grab(gKeySysSwitchNext);
+        grab(gKeySysSwitchLast);
+        grab(gKeySysSwitchClass);
+    }
+    grab(gKeySysWinNext);
+    grab(gKeySysWinPrev);
+    grab(gKeySysDialog);
+
+    grab(gKeySysWorkspacePrev);
+    grab(gKeySysWorkspaceNext);
+    grab(gKeySysWorkspaceLast);
+
+    grab(gKeySysWorkspacePrevTakeWin);
+    grab(gKeySysWorkspaceNextTakeWin);
+    grab(gKeySysWorkspaceLastTakeWin);
+
+    grab(gKeySysWinMenu);
+    grab(gKeySysMenu);
+    grab(gKeySysWindowList);
+    grab(gKeySysWinListMenu);
+
+    grab(gKeySysWorkspace1);
+    grab(gKeySysWorkspace2);
+    grab(gKeySysWorkspace3);
+    grab(gKeySysWorkspace4);
+    grab(gKeySysWorkspace5);
+    grab(gKeySysWorkspace6);
+    grab(gKeySysWorkspace7);
+    grab(gKeySysWorkspace8);
+    grab(gKeySysWorkspace9);
+    grab(gKeySysWorkspace10);
+    grab(gKeySysWorkspace11);
+    grab(gKeySysWorkspace12);
+
+    grab(gKeySysWorkspace1TakeWin);
+    grab(gKeySysWorkspace2TakeWin);
+    grab(gKeySysWorkspace3TakeWin);
+    grab(gKeySysWorkspace4TakeWin);
+    grab(gKeySysWorkspace5TakeWin);
+    grab(gKeySysWorkspace6TakeWin);
+    grab(gKeySysWorkspace7TakeWin);
+    grab(gKeySysWorkspace8TakeWin);
+    grab(gKeySysWorkspace9TakeWin);
+    grab(gKeySysWorkspace10TakeWin);
+    grab(gKeySysWorkspace11TakeWin);
+    grab(gKeySysWorkspace12TakeWin);
+
+    grab(gKeySysTileVertical);
+    grab(gKeySysTileHorizontal);
+    grab(gKeySysCascade);
+    grab(gKeySysArrange);
+    grab(gKeySysUndoArrange);
 
     if (minimizeToDesktop)
-    GRAB_WMKEY(gKeySysArrangeIcons);
-    GRAB_WMKEY(gKeySysMinimizeAll);
-    GRAB_WMKEY(gKeySysHideAll);
+    grab(gKeySysArrangeIcons);
+    grab(gKeySysMinimizeAll);
+    grab(gKeySysHideAll);
 
-    GRAB_WMKEY(gKeySysShowDesktop);
+    grab(gKeySysShowDesktop);
     if (taskBar || showTaskBar) {
-        GRAB_WMKEY(gKeySysCollapseTaskBar);
-        GRAB_WMKEY(gKeyTaskBarSwitchNext);
-        GRAB_WMKEY(gKeyTaskBarSwitchPrev);
-        GRAB_WMKEY(gKeyTaskBarMoveNext);
-        GRAB_WMKEY(gKeyTaskBarMovePrev);
+        grab(gKeySysCollapseTaskBar);
+        grab(gKeyTaskBarSwitchNext);
+        grab(gKeyTaskBarSwitchPrev);
+        grab(gKeyTaskBarMoveNext);
+        grab(gKeyTaskBarMovePrev);
     }
     if (configKeyboards.nonempty())
-        GRAB_WMKEY(gKeySysKeyboardNext);
+        grab(gKeySysKeyboardNext);
 
     {
         KProgramIterType k = keyProgs.iterator();
@@ -759,12 +758,12 @@ void YWindowManager::handleMapRequest(co
 
 void YWindowManager::handleUnmapNotify(const XUnmapEvent &unmap) {
     if (unmap.send_event) {
-        YFrameWindow* frame = findFrame(unmap.window);
-        if (frame) {
-            if (frame->client()->visible()) {
-                frame->actionPerformed(actionHide);
+        YFrameClient* client = findClient(unmap.window);
+        if (client) {
+            if (client->visible() && client->getFrame()) {
+                client->getFrame()->actionPerformed(actionHide);
             } else {
-                frame->client()->handleUnmapNotify(unmap);
+                client->handleUnmapNotify(unmap);
             }
         }
     }
@@ -773,18 +772,21 @@ void YWindowManager::handleUnmapNotify(c
 void YWindowManager::handleClientMessage(const XClientMessageEvent &message) {
     if (message.message_type == _XA_NET_CURRENT_DESKTOP) {
         MSG(("ClientMessage: _NET_CURRENT_DESKTOP => %ld", message.data.l[0]));
-        setWorkspace(message.data.l[0]);
+        long ws = message.data.l[0];
+        if (inrange(ws, 0L, workspaceCount - 1L)) {
+            activateWorkspace(int(ws));
+        }
         return;
     }
     if (message.message_type == _XA_NET_NUMBER_OF_DESKTOPS) {
         MSG(("ClientMessage: _NET_NUMBER_OF_DESKTOPS => %ld", message.data.l[0]));
-        long ws = message.data.l[0];
+        long num = message.data.l[0];
         long now = workspaceCount;
-        if (inrange<long>(ws, now + 1, NewMaxWorkspaces)) {
-            appendNewWorkspaces(ws - now);
+        if (now < num && num <= NewMaxWorkspaces) {
+            extendWorkspaces(int(num));
         }
-        else if (inrange<long>(ws, 1, now - 1)) {
-            removeLastWorkspaces(now - ws);
+        else if (0 < num && num < now) {
+            lessenWorkspaces(int(num));
         }
         return;
     }
@@ -817,6 +819,7 @@ void YWindowManager::handleClientMessage
             return;
 
         YFrameClient* client = new YFrameClient(desktop, nullptr);
+        XSelectInput(xapp->display(), client->handle(), None);
         client->setSize(attributes.width, attributes.height);
         client->setPosition(attributes.x, attributes.y);
         client->setBorder(attributes.border_width);
@@ -844,6 +847,7 @@ void YWindowManager::handleClientMessage
             XFree(atoms);
 
         YFrameWindow* frame = new YFrameWindow(wmActionListener);
+        XSelectInput(xapp->display(), frame->handle(), None);
         bool activate = false;
         bool focus = false;
         frame->doManage(client, activate, focus);
@@ -862,9 +866,9 @@ void YWindowManager::handleClientMessage
     }
     if (message.message_type == _XA_WM_PROTOCOLS &&
         message.data.l[0] == (long) _XA_NET_WM_PING) {
-        YFrameWindow* frame = findFrame(message.data.l[2]);
-        if (frame) {
-            frame->client()->recvPing(message);
+        YFrameClient* client = findClient(message.data.l[2]);
+        if (client) {
+            client->recvPing(message);
         }
         return;
     }
@@ -969,7 +973,8 @@ bool YWindowManager::matchWindow(Window
 }
 
 YFrameWindow *YWindowManager::findFrame(Window win) {
-    return frameContext.find(win);
+    YFrameClient* client = clientContext.find(win);
+    return client ? client->getFrame() : nullptr;
 }
 
 YFrameClient *YWindowManager::findClient(Window win) {
@@ -1126,6 +1131,7 @@ void YWindowManager::setColormapWindow(Y
 
 void YWindowManager::manageClients() {
     YWindow sheet(this);
+    sheet.setStyle(wsOverrideRedirect);
     sheet.lower();
     sheet.setGeometry(geometry());
     sheet.show();
@@ -1142,10 +1148,21 @@ void YWindowManager::manageClients() {
     unsigned count = 0;
     xsmart<Window> clients;
     if (xapp->children(handle(), &clients, &count)) {
-        Window ignore = sheet.handle();
+        const int igsize = 5;
+        Window ignore[igsize] = {
+            fTopWin ? fTopWin->handle() : None,
+            fBottom ? fBottom->handle() : None,
+            rootProxy ? rootProxy->handle() : None,
+            fDockApp ? fDockApp->handle() : None,
+            sheet.handle()
+        };
         for (unsigned i = 0; i < count; i++) {
-            if (clients[i] != ignore && findClient(clients[i]) == nullptr) {
-                YFrameClient* client = allocateClient(clients[i], false);
+            const Window win = clients[i];
+            int k = 0;
+            while (k < igsize && ignore[k] != win)
+                ++k;
+            if (k == igsize && findClient(win) == nullptr) {
+                YFrameClient* client = allocateClient(win, false);
                 if (client) {
                     manageClient(client);
                     if (client->getFrame() == nullptr) {
@@ -1578,28 +1595,25 @@ setGeo:
 }
 
 YFrameClient* YWindowManager::allocateClient(Window win, bool mapClient) {
-    YFrameClient* client = findClient(win);
-    if (client == nullptr) {
-        XWindowAttributes attributes;
-
-        if (XGetWindowAttributes(xapp->display(), win, &attributes) &&
-            attributes.override_redirect == false &&
-            (mapClient || attributes.map_state > IsUnmapped))
-        {
-            client = new YFrameClient(nullptr, nullptr, win,
-                                      attributes.depth,
-                                      attributes.visual,
-                                      attributes.colormap);
-            if (client && client->isKdeTrayWindow()) {
-                if (taskBar && taskBar->windowTrayRequestDock(win)) {
-                    delete client; client = nullptr;
-                }
+    YFrameClient* client = nullptr;
+    XWindowAttributes attributes;
+    if (XGetWindowAttributes(xapp->display(), win, &attributes) &&
+        attributes.override_redirect == false &&
+        (mapClient || attributes.map_state > IsUnmapped))
+    {
+        client = new YFrameClient(nullptr, nullptr, win,
+                                  attributes.depth,
+                                  attributes.visual,
+                                  attributes.colormap);
+        if (client && client->isKdeTrayWindow()) {
+            if (taskBar && taskBar->windowTrayRequestDock(win)) {
+                delete client; client = nullptr;
             }
-            if (client && attributes.border_width)
-                client->setBorder(attributes.border_width);
-            if (client && fDockApp && fDockApp->dock(client))
-                client = nullptr;
         }
+        if (client && attributes.border_width)
+            client->setBorder(attributes.border_width);
+        if (client && fDockApp && fDockApp->dock(client))
+            client = nullptr;
     }
     return client;
 }
@@ -1618,7 +1632,7 @@ void YWindowManager::manageClient(YFrame
     bool requestFocus = true;
 
     MSG(("manage client 0x%lX", client->handle()));
-    PRECONDITION(findFrame(client->handle()) == nullptr);
+    PRECONDITION(client->getFrame() == nullptr);
 
     int cx = client->x();
     int cy = client->y();
@@ -1742,7 +1756,8 @@ void YWindowManager::manageClient(YFrame
 
 void YWindowManager::mapClient(Window win) {
     MSG(("mapping window 0x%lX", win));
-    YFrameWindow* frame = findFrame(win);
+    YFrameClient* client = findClient(win);
+    YFrameWindow* frame = client ? client->getFrame() : nullptr;
     if (frame) {
         if (frame->isUnmapped())
             frame->makeMapped();
@@ -1753,7 +1768,9 @@ void YWindowManager::mapClient(Window wi
         grabServer();
         lockWorkArea();
 
-        YFrameClient* client = allocateClient(win, true);
+        if (client == nullptr) {
+            client = allocateClient(win, true);
+        }
         if (client) {
             manageClient(client, true);
             if (client->getFrame() == nullptr) {
@@ -1787,21 +1804,21 @@ void YWindowManager::unmanageClient(YFra
 }
 
 void YWindowManager::destroyedClient(Window win) {
-    YFrameWindow *frame = findFrame(win);
-
-    if (frame) {
-        frame->hide();
-        delete frame;
-    }
-    else {
-        YFrameClient* client = findClient(win);
-        if (client && client->isDocked() && fDockApp) {
+    YFrameClient* client = findClient(win);
+    if (client) {
+        YFrameWindow *frame = client->getFrame();
+        if (frame) {
+            frame->hide();
+            delete frame;
+            return;
+        }
+        else if (client->isDocked() && fDockApp) {
             fDockApp->undock(client);
             delete client;
             return;
         }
-        MSG(("destroyed: unknown window: 0x%lX", win));
     }
+    MSG(("destroyed: unknown window: 0x%lX", win));
 }
 
 void YWindowManager::focusTopWindow() {
@@ -2071,7 +2088,8 @@ void YWindowManager::restackWindows() {
     XRestackWindows(xapp->display(), &*w, w.getCount());
 
     if (taskBar) {
-        taskBar->workspacesRepaint();
+        taskBar->workspacesRepaint(activeWorkspace());
+        taskBar->workspacesRepaint(lastWorkspace());
         taskBar->updateFullscreen();
     }
 }
@@ -2094,7 +2112,7 @@ void YWindowManager::getWorkArea(const Y
                                  int *mx, int *my, int *Mx, int *My,
                                  int xiscreen)
 {
-    long ws = WinWorkspaceInvalid;
+    int ws = WinWorkspaceInvalid;
 
     if (frame) {
         if (xiscreen == -1)
@@ -2108,7 +2126,7 @@ void YWindowManager::getWorkArea(const Y
         }
     }
 
-    if (inrange(ws, 0L, fWorkAreaWorkspaceCount - 1L) && 0 <= xiscreen) {
+    if (inrange(ws, 0, fWorkAreaWorkspaceCount - 1) && 0 <= xiscreen) {
         *mx = fWorkArea[ws][xiscreen].fMinX;
         *my = fWorkArea[ws][xiscreen].fMinY;
         *Mx = fWorkArea[ws][xiscreen].fMaxX;
@@ -2143,16 +2161,16 @@ void YWindowManager::getWorkAreaSize(YFr
     *Mh = My - my;
 }
 
-void YWindowManager::updateArea(long workspace, int screen_number,
+void YWindowManager::updateArea(int workspace, int screen_number,
                                 int l, int t, int r, int b)
 {
-    long low = 0, lim = fWorkAreaWorkspaceCount - 1L;
+    int low = 0, lim = fWorkAreaWorkspaceCount - 1;
     if (inrange(workspace, low, lim)) {
         low = lim = workspace;
     } else if (workspace != WinWorkspaceInvalid) {
         return;
     }
-    for (long ws = low; ws <= lim; ++ws) {
+    for (int ws = low; ws <= lim; ++ws) {
         WorkAreaRect *wa = fWorkArea[ws] + screen_number;
         if (l > wa->fMinX) wa->fMinX = l;
         if (t > wa->fMinY) wa->fMinY = t;
@@ -2196,7 +2214,7 @@ void YWindowManager::updateWorkArea() {
 }
 
 bool YWindowManager::updateWorkAreaInner() {
-    long oldWorkAreaWorkspaceCount = fWorkAreaWorkspaceCount;
+    int oldWorkAreaWorkspaceCount = fWorkAreaWorkspaceCount;
     int oldWorkAreaScreenCount = fWorkAreaScreenCount;
     WorkAreaRect **oldWorkArea = new WorkAreaRect *[::workspaceCount];
     if (oldWorkArea == nullptr)
@@ -2215,7 +2233,7 @@ bool YWindowManager::updateWorkAreaInner
         }
     }
 
-    for (long i = 0; i < fWorkAreaWorkspaceCount; i++) {
+    for (int i = 0; i < fWorkAreaWorkspaceCount; i++) {
         if (i)
             fWorkArea[i] = fWorkArea[i - 1] + fWorkAreaScreenCount;
         for (int j = 0; j < fWorkAreaScreenCount; j++)
@@ -2299,7 +2317,7 @@ bool YWindowManager::updateWorkAreaInner
         oldWorkAreaScreenCount != fWorkAreaScreenCount) {
         changed = true;
     } else {
-        for (long ws = 0; ws < fWorkAreaWorkspaceCount; ws++) {
+        for (int ws = 0; ws < fWorkAreaWorkspaceCount; ws++) {
             for (int s = 0; s < fWorkAreaScreenCount; s++) {
                 if (fWorkArea[ws][s] != oldWorkArea[ws][s]) {
                     changed = true;
@@ -2315,7 +2333,7 @@ bool YWindowManager::updateWorkAreaInner
     if (changed) {
         MSG(("announceWorkArea"));
         announceWorkArea();
-        long spaces = min(fWorkAreaWorkspaceCount, oldWorkAreaWorkspaceCount);
+        int spaces = min(fWorkAreaWorkspaceCount, oldWorkAreaWorkspaceCount);
         int screens = min(fWorkAreaScreenCount, oldWorkAreaScreenCount);
         for (YFrameWindow* f = topLayer(); f; f = f->nextLayer()) {
             if (f->x() >= 0 && f->y() >= 0 && f->inWorkArea()) {
@@ -2350,7 +2368,7 @@ bool YWindowManager::updateWorkAreaInner
             resize = true;
         }
         else {
-            for (long ws = 0; ws < spaces; ws++) {
+            for (int ws = 0; ws < spaces; ws++) {
                 for (int s = 0; s < screens; s++) {
                     if (fWorkArea[ws][s].width() < oldWorkArea[ws][s].width())
                         resize = true;
@@ -2373,7 +2391,7 @@ bool YWindowManager::updateWorkAreaInner
 }
 
 void YWindowManager::announceWorkArea() {
-    long nw = workspaceCount();
+    int nw = workspaceCount;
     long *area = new long[nw * 4];
     bool isCloned = true;
 
@@ -2480,7 +2498,7 @@ void YWindowManager::initWorkspaces() {
     activateWorkspace(initialWorkspace);
 }
 
-void YWindowManager::activateWorkspace(long workspace) {
+void YWindowManager::activateWorkspace(int workspace) {
     if (workspace != fActiveWorkspace) {
         lockWorkArea();
         lockFocus();
@@ -2534,13 +2552,9 @@ void YWindowManager::activateWorkspace(l
     }
 }
 
-void YWindowManager::appendNewWorkspaces(long extra) {
-    if ( !inrange<long>(extra, 1L, NewMaxWorkspaces - workspaces.count()))
-        return;
-
-    int ws = workspaces.count();
-    int target = ws + int(extra);
-    if (ws < target) {
+void YWindowManager::extendWorkspaces(int target) {
+    int ws = workspaceCount;
+    if (ws < target && target <= NewMaxWorkspaces) {
         char buf[32];
         do {
             if (nonempty(workspaces.spare(ws))) {
@@ -2549,16 +2563,16 @@ void YWindowManager::appendNewWorkspaces
                 snprintf(buf, sizeof buf, ws < 999 ? "%3d " : "%d", 1 + ws);
             }
         } while (workspaces.add(buf) && ++ws < target);
-    }
 
-    updateWorkspaces(true);
+        updateWorkspaces(true);
+    }
 }
 
-void YWindowManager::removeLastWorkspaces(long minus) {
-    if ( !inrange(minus, 1L, workspaces.count() - 1L))
+void YWindowManager::lessenWorkspaces(int target) {
+    if (target < 1 || workspaceCount <= target)
         return;
 
-    const int last = int(workspaces.count() - 1 - minus);
+    const int last = target - 1;
 
     // switch away from the workspace being removed
     bool refocus = (fActiveWorkspace > last);
@@ -2578,7 +2592,7 @@ void YWindowManager::removeLastWorkspace
         }
     }
 
-    for (int i = 1; i <= minus && last + 1 < workspaces.count(); ++i)
+    for (int i = workspaceCount - target; 0 < i && target < workspaceCount; --i)
         workspaces.drop();
 
     updateWorkspaces(false);
@@ -2609,7 +2623,7 @@ void YWindowManager::updateWorkspaces(bo
 bool YWindowManager::readCurrentDesktop(long &workspace) {
     YProperty netp(this, _XA_NET_CURRENT_DESKTOP, F32, 1L, XA_CARDINAL);
     if (netp) {
-        workspace = clamp(*netp, 0L, workspaceCount() - 1L);
+        workspace = clamp(*netp, 0L, workspaceCount - 1L);
         return true;
     }
     return false;
@@ -2769,30 +2783,23 @@ void YWindowManager::setDesktopNames(lon
 }
 
 void YWindowManager::setDesktopNames() {
-    setDesktopNames(workspaceCount());
+    setDesktopNames(workspaceCount);
 }
 
 void YWindowManager::setDesktopCount() {
-    MSG(("setting: _NET_NUMBER_OF_DESKTOPS = %lu", Atom(workspaceCount())));
-    setProperty(_XA_NET_NUMBER_OF_DESKTOPS, XA_CARDINAL, Atom(workspaceCount()));
+    MSG(("setting: _NET_NUMBER_OF_DESKTOPS = %lu", Atom(workspaceCount)));
+    setProperty(_XA_NET_NUMBER_OF_DESKTOPS, XA_CARDINAL, Atom(workspaceCount));
 }
 
 void YWindowManager::setDesktopViewport() {
     MSG(("setting: _NET_DESKTOP_VIEWPORT"));
-    const int n = 2 * workspaceCount();
+    const int n = 2 * workspaceCount;
     Atom data[n];
     for (int i = 0; i < n; ++i)
         data[i] = 0;
     setProperty(_XA_NET_DESKTOP_VIEWPORT, XA_CARDINAL, data, n);
 }
 
-void YWindowManager::setWorkspace(int workspace) {
-    if (inrange(workspace, 0, workspaceCount() - 1)) {
-        activateWorkspace(workspace);
-    }
-    else { MSG(("invalid workspace switch %d", workspace)); }
-}
-
 void YWindowManager::wmCloseSession() { // ----------------- shutdow started ---
     for (YFrameWindow * f(topLayer()); f; f = f->nextLayer())
         if (f->client()->adopted()) // not to ourselves?
@@ -3024,7 +3031,7 @@ void YWindowManager::removeClientFrame(Y
             if (fArrangeInfo[i].frame == frame)
                 fArrangeInfo[i].frame = nullptr;
     }
-    for (int w = 0; w < workspaceCount(); w++) {
+    for (int w = 0; w < workspaceCount; w++) {
         if (workspaces[w].focused == frame) {
             workspaces[w].focused = nullptr;
         }
@@ -3104,37 +3111,42 @@ void YWindowManager::popupWindowListMenu
         popupWindowListMenu(owner, 0, 0);
 }
 
-void YWindowManager::switchToWorkspace(long nw, bool takeCurrent) {
-    if (nw >= 0 && nw < workspaceCount()) {
-        lockWorkArea();
-        YFrameWindow *frame = getFocus();
-        if (takeCurrent && frame && !frame->isAllWorkspaces()) {
+void YWindowManager::switchToWorkspace(int nw, bool takeCurrent) {
+    if (inrange(nw, 0, workspaceCount - 1) && nw != activeWorkspace()) {
+        YFrameWindow* frame = takeCurrent ? getFocus() : nullptr;
+        if (frame == nullptr || frame->isAllWorkspaces()) {
+            activateWorkspace(nw);
+        }
+        else {
+            workspaces[nw].focused = frame;
+            lockWorkArea();
             lockFocus();
-            frame->wmOccupyAll();
+            frame->setAllWorkspaces();
             frame->wmRaise();
             activateWorkspace(nw);
             frame->wmOccupyWorkspace(nw);
             unlockFocus();
             frame->wmRaise();
-            setFocus(frame);
-        } else {
-            activateWorkspace(nw);
+            if (getFocus() != frame) {
+                setFocus(frame);
+            }
+            unlockWorkArea();
         }
-        unlockWorkArea();
-        if (taskBar) {
-            taskBar->workspacesRepaint();
+        if (taskBar && lastWorkspace() != activeWorkspace()) {
+            taskBar->workspacesRepaint(lastWorkspace());
+            taskBar->workspacesRepaint(activeWorkspace());
         }
     }
 }
 
 void YWindowManager::switchToPrevWorkspace(bool takeCurrent) {
-    long nw = (activeWorkspace() + workspaceCount() - 1) % workspaceCount();
+    int nw = (activeWorkspace() + workspaceCount - 1) % workspaceCount;
 
     switchToWorkspace(nw, takeCurrent);
 }
 
 void YWindowManager::switchToNextWorkspace(bool takeCurrent) {
-    long nw = (activeWorkspace() + 1) % workspaceCount();
+    int nw = (activeWorkspace() + 1) % workspaceCount;
 
     switchToWorkspace(nw, takeCurrent);
 }
diff -pruN 2.9.8-1/src/wmmgr.h 2.9.9-1/src/wmmgr.h
--- 2.9.8-1/src/wmmgr.h	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/wmmgr.h	2022-08-01 21:49:30.000000000 +0000
@@ -182,12 +182,12 @@ public:
 
     void initWorkspaces();
 
-    int activeWorkspace() const { return int(fActiveWorkspace); }
-    int lastWorkspace() const { return int(fLastWorkspace); }
-    void activateWorkspace(long workspace);
+    int activeWorkspace() const { return fActiveWorkspace; }
+    int lastWorkspace() const { return fLastWorkspace; }
+    void activateWorkspace(int workspace);
 
-    void appendNewWorkspaces(long extra);
-    void removeLastWorkspaces(long minus);
+    void extendWorkspaces(int target);
+    void lessenWorkspaces(int target);
     void updateWorkspaces(bool increase);
 
     void setShowingDesktop();
@@ -211,7 +211,6 @@ public:
     void setDesktopViewport();
 
     void announceWorkArea();
-    void setWorkspace(int workspace);
     void updateWorkArea();
     bool updateWorkAreaInner();
     void debugWorkArea(const char* prefix);
@@ -233,7 +232,7 @@ public:
     void popupStartMenu(YWindow *owner);
     void popupWindowListMenu(YWindow *owner);
 
-    void switchToWorkspace(long nw, bool takeCurrent);
+    void switchToWorkspace(int nw, bool takeCurrent);
     void switchToPrevWorkspace(bool takeCurrent);
     void switchToNextWorkspace(bool takeCurrent);
     void switchToLastWorkspace(bool takeCurrent);
@@ -326,7 +325,7 @@ private:
 
     YFrameClient* allocateClient(Window win, bool mapClient);
     YFrameWindow* allocateFrame(YFrameClient* client);
-    void updateArea(long workspace, int screen_number, int l, int t, int r, int b);
+    void updateArea(int workspace, int screen_number, int l, int t, int r, int b);
     bool handleWMKey(const XKeyEvent &key, KeySym k, unsigned vm);
     void setWmState(WMState newWmState);
     void refresh();
@@ -340,11 +339,11 @@ private:
     YCreatedList fCreationOrder;  // frame creation order
     YFocusedList fFocusedOrder;   // focus order: old -> now
 
-    long fActiveWorkspace;
-    long fLastWorkspace;
+    int fActiveWorkspace;
+    int fLastWorkspace;
     YFrameWindow *fColormapWindow;
 
-    long fWorkAreaWorkspaceCount;
+    int fWorkAreaWorkspaceCount;
     int fWorkAreaScreenCount;
     struct WorkAreaRect {
         int fMinX, fMinY, fMaxX, fMaxY;
diff -pruN 2.9.8-1/src/wmtaskbar.cc 2.9.9-1/src/wmtaskbar.cc
--- 2.9.8-1/src/wmtaskbar.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/wmtaskbar.cc	2022-08-01 21:49:30.000000000 +0000
@@ -1082,7 +1082,7 @@ void TaskBar::obtainFocus() {
     manager->switchFocusTo(getFrame(), true);
 }
 
-void TaskBar::setWorkspaceActive(long workspace, bool active) {
+void TaskBar::setWorkspaceActive(int workspace, bool active) {
     if (taskBarShowWorkspaces && fWorkspaces) {
         YDimension dim(fWorkspaces->dimension());
         fWorkspaces->setPressed(workspace, active);
@@ -1092,9 +1092,10 @@ void TaskBar::setWorkspaceActive(long wo
     }
 }
 
-void TaskBar::workspacesRepaint() {
+void TaskBar::workspacesRepaint(int workspace) {
     if (taskBarShowWorkspaces && fWorkspaces) {
         fWorkspacesUpdate = true;
+        fWorkspaces->repaintWorkspace(workspace);
     }
 }
 
diff -pruN 2.9.8-1/src/wmtaskbar.h 2.9.9-1/src/wmtaskbar.h
--- 2.9.8-1/src/wmtaskbar.h	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/wmtaskbar.h	2022-08-01 21:49:30.000000000 +0000
@@ -85,8 +85,8 @@ private:
 
 public:
     bool windowTrayRequestDock(Window w);
-    void setWorkspaceActive(long workspace, bool active);
-    void workspacesRepaint();
+    void setWorkspaceActive(int workspace, bool active);
+    void workspacesRepaint(int workspace);
     void workspacesUpdateButtons();
     void workspacesRelabelButtons();
     void keyboardUpdate(mstring keyboard);
diff -pruN 2.9.8-1/src/wmwinlist.cc 2.9.9-1/src/wmwinlist.cc
--- 2.9.8-1/src/wmwinlist.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/wmwinlist.cc	2022-08-01 21:49:30.000000000 +0000
@@ -267,7 +267,7 @@ void WindowListBox::enableCommands(YMenu
             traytoggle |= notbit(frame->frameOptions(), YFrameWindow::foIgnoreTaskBar);
             closable |= (frame->canClose());
 
-            long ws = frame->getWorkspace();
+            int ws = frame->getWorkspace();
             if (workspace == AllWorkspaces) {
                 workspace = ws;
                 sameWorkspace = true;
diff -pruN 2.9.8-1/src/yconfig.h 2.9.9-1/src/yconfig.h
--- 2.9.8-1/src/yconfig.h	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/yconfig.h	2022-08-01 21:49:30.000000000 +0000
@@ -43,8 +43,8 @@
 
 struct WMKey {
     KeySym key;
-    unsigned int mod;
-    const char *name;
+    unsigned mod;
+    const char* name;
     bool initial;
 
     bool eq(KeySym k, unsigned m) const { return key == k && mod == m; }
diff -pruN 2.9.8-1/src/ywindow.cc 2.9.9-1/src/ywindow.cc
--- 2.9.8-1/src/ywindow.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/ywindow.cc	2022-08-01 21:49:30.000000000 +0000
@@ -1158,7 +1158,7 @@ void YWindow::setPointer(Cursor pointer)
     }
 }
 
-void YWindow::grabKeyM(int keycode, unsigned int modifiers) {
+void YWindow::grabKeyM(unsigned keycode, unsigned int modifiers) {
     MSG(("grabKey %d %d %s", keycode, modifiers,
          XKeysymToString(keyCodeToKeySym(keycode))));
 
@@ -1166,7 +1166,7 @@ void YWindow::grabKeyM(int keycode, unsi
              GrabModeAsync, GrabModeAsync);
 }
 
-void YWindow::grabKey(int key, unsigned int modifiers) {
+void YWindow::grabKey(unsigned key, unsigned int modifiers) {
     KeyCode keycode = XKeysymToKeycode(xapp->display(), KeySym(key));
     if (keycode != 0) {
         grabKeyM(keycode, modifiers);
@@ -1673,50 +1673,73 @@ YDesktop::~YDesktop() {
         desktop = nullptr;
 }
 
-void YWindow::grabVKey(int key, unsigned int vm) {
-    unsigned m = 0;
+void YWindow::grab(const WMKey& wmkey) {
+    grabVKey(wmkey.key, wmkey.mod);
+}
+
+void YWindow::grabVKey(unsigned key, unsigned vm) {
+    if (key) {
+        if (vm == 0) {
+            grabKey(key, 0);
+        } else {
+            unsigned m = 0;
+            bool ok = true;
 
-    if (vm & kfShift)
-        m |= ShiftMask;
-    if (vm & kfCtrl)
-        m |= ControlMask;
-    if (vm & kfAlt)
-        m |= xapp->AltMask;
-    if (vm & kfMeta)
-        m |= xapp->MetaMask;
-    if (vm & kfSuper)
-       m |= xapp->SuperMask;
-    if (vm & kfHyper)
-       m |= xapp->HyperMask;
-    if (vm & kfAltGr)
-        m |= xapp->ModeSwitchMask;
-
-    MSG(("grabVKey %d %d %d", key, vm, m));
-    if (key != 0 && (vm == 0 || m != 0)) {
-        if ((!(vm & kfMeta) || xapp->MetaMask) &&
-            (!(vm & kfAlt) || xapp->AltMask) &&
-           (!(vm & kfSuper) || xapp->SuperMask) &&
-            (!(vm & kfHyper) || xapp->HyperMask) &&
-            (!(vm & kfAltGr) || xapp->ModeSwitchMask))
-        {
-            grabKey(key, m);
-        }
-
-        // !!! recheck this
-        if (((vm & (kfAlt | kfCtrl)) == (kfAlt | kfCtrl)) &&
-            modSuperIsCtrlAlt &&
-            xapp->WinMask)
-        {
-            m = xapp->WinMask;
             if (vm & kfShift)
                 m |= ShiftMask;
-            if (vm & kfSuper)
-                m |= xapp->SuperMask;
-            if (vm & kfHyper)
-                m |= xapp->HyperMask;
-            if (vm & kfAltGr)
-                m |= xapp->ModeSwitchMask;
-            grabKey(key, m);
+            if (vm & kfCtrl)
+                m |= ControlMask;
+            if (vm & kfAlt) {
+                if (xapp->AltMask)
+                    m |= xapp->AltMask;
+                else
+                    ok = false;
+            }
+            if (vm & kfMeta) {
+                if (xapp->MetaMask)
+                    m |= xapp->MetaMask;
+                else
+                    ok = false;
+            }
+            if (vm & kfSuper) {
+                if (xapp->SuperMask)
+                    m |= xapp->SuperMask;
+                else
+                    ok = false;
+            }
+            if (vm & kfHyper) {
+                if (xapp->HyperMask)
+                    m |= xapp->HyperMask;
+                else
+                    ok = false;
+            }
+            if (vm & kfAltGr) {
+                if (xapp->ModeSwitchMask)
+                    m |= xapp->ModeSwitchMask;
+                else
+                    ok = false;
+            }
+
+            MSG(("grabVKey k=0x%04x v=0x%02x m=0x%02x o=%d", key, vm, m, ok));
+            if (m && ok) {
+                grabKey(key, m);
+
+                // !!! recheck this
+                if (modSuperIsCtrlAlt && xapp->WinMask &&
+                    hasbits(vm, kfAlt | kfCtrl))
+                {
+                    m = xapp->WinMask;
+                    if (vm & kfShift)
+                        m |= ShiftMask;
+                    if (vm & kfSuper)
+                        m |= xapp->SuperMask;
+                    if (vm & kfHyper)
+                        m |= xapp->HyperMask;
+                    if (vm & kfAltGr)
+                        m |= xapp->ModeSwitchMask;
+                    grabKey(key, m);
+                }
+            }
         }
     }
 }
diff -pruN 2.9.8-1/src/ywindow.h 2.9.9-1/src/ywindow.h
--- 2.9.8-1/src/ywindow.h	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/ywindow.h	2022-08-01 21:49:30.000000000 +0000
@@ -139,9 +139,10 @@ public:
     void beginAutoScroll(bool autoScroll, const XMotionEvent *motion);
 
     void setPointer(Cursor pointer);
-    void grabKeyM(int key, unsigned modifiers);
-    void grabKey(int key, unsigned modifiers);
-    void grabVKey(int key, unsigned vmodifiers);
+    void grabKeyM(unsigned key, unsigned modifiers);
+    void grabKey(unsigned key, unsigned modifiers);
+    void grabVKey(unsigned key, unsigned modifiers);
+    void grab(const struct WMKey& wmkey);
     unsigned VMod(unsigned modifiers);
     void grabButtonM(int button, unsigned modifiers);
     void grabButton(int button, unsigned modifiers);
diff -pruN 2.9.8-1/src/yxapp.cc 2.9.9-1/src/yxapp.cc
--- 2.9.8-1/src/yxapp.cc	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/yxapp.cc	2022-08-01 21:49:30.000000000 +0000
@@ -19,7 +19,7 @@
 YXApplication *xapp = nullptr;
 
 YDesktop *desktop = nullptr;
-YContext<YWindow> windowContext;
+YContext<YWindow> windowContext("windowContext", false);
 
 bool YXApplication::synchronizeX11;
 bool YXApplication::alphaBlending;
diff -pruN 2.9.8-1/src/yxcontext.h 2.9.9-1/src/yxcontext.h
--- 2.9.8-1/src/yxcontext.h	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/src/yxcontext.h	2022-08-01 21:49:30.000000000 +0000
@@ -113,11 +113,9 @@ public:
 };
 
 class YFrameClient;
-class YFrameWindow;
 class YWindow;
 
 extern YContext<YFrameClient> clientContext;
-extern YContext<YFrameWindow> frameContext;
 extern YContext<YWindow> windowContext;
 
 #endif
diff -pruN 2.9.8-1/TODO 2.9.9-1/TODO
--- 2.9.8-1/TODO	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/TODO	2022-08-01 21:49:30.000000000 +0000
@@ -12,7 +12,7 @@
 
 * [x] add support for icon_pixmap and icon_window field of WM_HINTS property.
 
-* [ ] add support for WindowMaker dock apps (add a dock).
+* [x] add support for WindowMaker dock apps (add a dock).
 
 * [x] add support for _NET_REQUEST_FRAME_EXTENTS.
 
diff -pruN 2.9.8-1/VERSION 2.9.9-1/VERSION
--- 2.9.8-1/VERSION	2022-07-18 20:55:37.000000000 +0000
+++ 2.9.9-1/VERSION	2022-08-01 21:49:30.000000000 +0000
@@ -1,2 +1,2 @@
 PACKAGE=icewm
-VERSION=2.9.8
+VERSION=2.9.9
