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 f8e76eb..f99f02c 100644
--- a/db.py
+++ b/db.py
@@ -63,7 +63,7 @@ def commands():
],
"versions_working": [("x11", "all")],
"versions_not_working": [],
- "command": "wmctrl -l |grep -v wmctrl | grep -v x-get-winid | grep '#1#' | cut -d ' ' -f1",
+ "command": "wmctrl -lx |grep -v wmctrl | grep -v x-get-winid | grep '#1#' | cut -d ' ' -f1",
"tags": ["x11", "windows", "wmctrl"]
},
{