mirror of
https://github.com/dyne/FreeJ.git
synced 2026-06-16 12:59:33 +02:00
script directory re-organisation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// this script grabs the desktop
|
||||
// discover your desktop id number using the command xwininfo from terminal
|
||||
// then click on your desktop background and read the information
|
||||
|
||||
grab = new XGrabLayer();
|
||||
grab.open(0x85);
|
||||
grab.set_fps(25);
|
||||
grab.activate(true);
|
||||
grab.start();
|
||||
|
||||
add_layer(grab);
|
||||
|
||||
Reference in New Issue
Block a user