Wm Control

De Slacam_Wiki
Ir para: navegação, pesquisa

Script para Alternar Desktop no CEntOS


 #!/bin/bash 
 # Switch through the 4 desktops in looping  
for (( ; ; ))
do 
 wmctrl -s0
 sleep 10
 wmctrl -s1
 sleep 10
 wmctrl -s2
 sleep 10
 wmctrl -s3
 sleep 10
 wmctrl -s4
 sleep 20
done

Baixar o pacote abaixo para acionar a mudança:

 wget http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/wmctrl-1.07-1.el6.rf.x86_64.rpm