diff options
author | Julien <contact@julienpro.com> | 2023-07-09 00:07:08 +0200 |
---|---|---|
committer | Julien <contact@julienpro.com> | 2023-07-09 00:07:08 +0200 |
commit | 488b21b9a5af27d177054e22bd1febd72b3aba39 (patch) | |
tree | 4e6554d74325df9494c0d4ee6e403ae4b42267b3 | |
parent | 909b3d9c133639e8e2684bc8fb5e1d63b14c9308 (diff) |
Add wmctrl -x option for the x-focus-name command
-rw-r--r-- | db.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ] |