From 892dc734262bb9c1a992df5766c5e05e1da4ac7a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 26 Feb 2014 14:26:02 +0100 Subject: [PATCH] add script to move workspace to a different monitor (thanks, steven!) Signed-off-by: Nico Schottelius --- i3-move-workspace | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 i3-move-workspace diff --git a/i3-move-workspace b/i3-move-workspace new file mode 100755 index 0000000..82b1e51 --- /dev/null +++ b/i3-move-workspace @@ -0,0 +1,6 @@ +#!/bin/sh + +#i3 move workspace to output right +# You may also use left, right, up, down + +i3 move workspace to output "$1"