.\" .\" Copyright © 2011-2014 Andreas Rönnquist. .\" This file is distributed under the same license .\" as the devilspie2 package, see COPYING file. .\" .TH devilspie2 1 "" "" .SH NAME Devilspie2 - perform scripted actions on windows as they are created .SH Description .B Devilspie2 is a program that detects windows as they are created, and performs scripted actions on them. The scripts are written in LUA, allowing a great deal of customisation. More details in /usr/share/doc/devilspie2. .SH Options .IP "--version" Displays the version of Devilspie2. .IP "--folder folder" Sets the folder where the LUA scripts are loaded from. .IP "--debug" Shows debug information from the LUA scripts. If debug_print is used in the LUA scripts, that output will only be printed to stdout if this option is used. .IP "--emulate" Emulate script behaviour. Using this option only emulates a scripts behaviour, and doesn't affect the windows that the scripts otherwise would modify. .IP "--wnck-version" Show version of the libwnck used. (Only availible on GTK3 or later) .SH Script Commands .TP See the README or the manual linked from the homepage for a detailed description of the commands recognized by the LUA script. .SH Author .B Devilspie2 was written by Andreas Rönnquist , and is based on Devilspie by Ross Burton.