summaryrefslogtreecommitdiffstats
path: root/sample_configuration/switchToManager.sh
blob: 86c670453b27757850a91282954fea0f7843d6e7 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash
# move PVS-Manager to workspace 1 and focus it
wt="PVS2-Manager"

wmctrl -r $wt -t 1
wmctrl -a $wt