1devilspie2(1) General Commands Manual devilspie2(1)
2
3
4
6 Devilspie2 - perform scripted actions on windows as they are created
7
9 Devilspie2 is a program that detects windows as they are created, and
10 performs scripted actions on them. The scripts are written in Lua,
11 allowing a great deal of customisation.
12
13 More details in /usr/share/doc/devilspie2.
14
15
17 --version
18 Displays the version of Devilspie2.
19
20 --folder folder
21 Sets the folder where the Lua scripts are loaded from.
22
23 --debug
24 Shows debug information from the Lua scripts. If debug_print is
25 used in the Lua scripts, that output will only be printed to
26 stdout if this option is used.
27
28 --emulate
29 Emulate script behaviour. Using this option only emulates a
30 scripts behaviour, and doesn't affect the windows that the
31 scripts otherwise would modify.
32
33 --wnck-version
34 Show version of the libwnck used. (Only available on GTK3 or
35 later)
36
38 See the README or the manual linked from the homepage for a detailed
39 description
40 of the commands recognized by the Lua script.
41
42
44 Devilspie2 was written by Andreas Rönnquist <gusnan@openmailbox.org>,
45 and is based on Devilspie by Ross Burton.
46
47
48
49 devilspie2(1)