summaryrefslogtreecommitdiffstats
path: root/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'db.py')
-rw-r--r--db.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/db.py b/db.py
index b42362d..c374cf8 100644
--- a/db.py
+++ b/db.py
@@ -303,6 +303,18 @@ def commands():
"tags": ["x11", "windows", "wmctrl" ]
},
{
+ "name": "x-move-win-name-screen",
+ "description": "Move a window specified by its name to a specific monitor",
+ "forwarded_arguments": [
+ { "name": "WinName", "description": "The substring to match the Window name"},
+ { "name": "Monitor", "description": "The index of the monitor"}
+ ],
+ "callback_command": "move_win_to_screen",
+ "versions_working": [("x11", "all")],
+ "versions_not_working": [],
+ "tags": ["x11", "windows", "wmctrl", "xrandr" ]
+ },
+ {
"name": "kde-toggle-win-fullscreen",
"description": "Toogle fullscreen for the current Window",
"command": "qdbus org.kde.kglobalaccel /component/kwin org.kde.kglobalaccel.Component.invokeShortcut 'Window Fullscreen'",