summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien <contact@julienpro.com>2023-07-09 00:07:08 +0200
committerJulien <contact@julienpro.com>2023-07-09 00:07:08 +0200
commit488b21b9a5af27d177054e22bd1febd72b3aba39 (patch)
tree4e6554d74325df9494c0d4ee6e403ae4b42267b3
parent909b3d9c133639e8e2684bc8fb5e1d63b14c9308 (diff)
Add wmctrl -x option for the x-focus-name command
-rw-r--r--db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/db.py b/db.py
index f99f02c..885a085 100644
--- a/db.py
+++ b/db.py
@@ -233,7 +233,7 @@ def commands():
"forwarded_arguments": [
{ "name": "WinName", "description": "The substring to match the Window Name"}
],
- "command": "wmctrl -a",
+ "command": "wmctrl -x -a",
"versions_working": [("x11", "all")],
"versions_not_working": [],
"tags": ["x11", "windows", "wmctrl" ]