summaryrefslogtreecommitdiffstats
path: root/sample_configuration/switchToManager.sh
diff options
context:
space:
mode:
authorSimon Rettberg2018-09-06 11:34:38 +0200
committerSimon Rettberg2018-09-06 11:34:38 +0200
commitaccf139cab4298bfde792deaa83113253bd5c04a (patch)
tree6d16d7d56db74e233134b0b2048799090e9bfcec /sample_configuration/switchToManager.sh
parent[client] New addon system for buttons and menu (diff)
downloadpvs2-accf139cab4298bfde792deaa83113253bd5c04a.tar.gz
pvs2-accf139cab4298bfde792deaa83113253bd5c04a.tar.xz
pvs2-accf139cab4298bfde792deaa83113253bd5c04a.zip
Remove now unused sample config
Diffstat (limited to 'sample_configuration/switchToManager.sh')
-rwxr-xr-xsample_configuration/switchToManager.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/sample_configuration/switchToManager.sh b/sample_configuration/switchToManager.sh
deleted file mode 100755
index 40d863c..0000000
--- a/sample_configuration/switchToManager.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-# make sure vmplayer is really on workspace 0
-WINDOWS=$(xdotool search --class vmplayer)
-for window in $WINDOWS; do
- wmctrl -i -r $window -t 0
-done
-
-# move PVS-Manager to workspace 1 and focus it
-wt="PVS2 Manager"
-wmctrl -r "$wt" -t 1
-wmctrl -s 1
-wmctrl -a "$wt"
-