summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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" ]