forked from dsalt/devilspie2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevilspie2.1
40 lines (36 loc) · 1.33 KB
/
devilspie2.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.\"
.\" Copyright © 2011-2017 Andreas Rönnquist.
.\" Copyright © 2021 Darren Salt.
.\" 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/README.
.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"
Emulation mode. This prevents windows from being affected by the scripts,
but window positions etc. can still be read.
.IP "\-\-wnck\-version"
Show the version of libwnck in use. (Only available 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 <[email protected]>, and is based on Devilspie
by Ross Burton.