
3Desk Workspace Changer
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
john81
16 years ago
One thing though, would be nice if when you click it you can stay inside 3ddesk and make the workspace selection manually by clicking it.
I like to click my mouse and watch it go round and round.
Report
necrolin
14 years ago
text x=0 y=0 value="1" fontsize=22 font="Diamonds" format="%s" color=252,252,252
CLICKAREA x=0 y=0 w=20 h=50 foo="3ddesk --mode=priceisright --changespeed=35 --zoomspeed=40 --dontexit --goto=1"
The --dontexit option keeps the desktop in 3d mode, hence you can keep on flip it to whatever screen you want. =)
for more options check out: 3ddesk --help
Report