forked from gitGNU/gnu_devilspie2
-
Notifications
You must be signed in to change notification settings - Fork 15
/
devilspie2.1
54 lines (52 loc) · 1.55 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.\"
.\" Copyright © 2011-2017 Andreas Rönnquist.
.\" Copyright © 2021-2024 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 when certain events occur
.SH Description
.P
.B Devilspie2
is a program that detects windows as they are created, gain or lose focus or
have their titles changed, and performs scripted actions on them. The
scripts are written in \fILua\fR, allowing a great deal of customisation.
.SH Options
.TP
\fB\-v\fR, \fB\-\-version
Displays the version of Devilspie2.
.TP
\fB\-f \fIfolder\fR, \fB\-\-folder \fIfolder
Sets the folder where the Lua scripts are loaded from.
.TP
\fB\-d\fR, \fB\-\-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.
.TP
\fB\-e\fR, \fB\-\-emulate
Emulation mode. This prevents windows from being affected by the scripts,
but window positions etc. can still be read.
.TP
\fB\-w\fR, \fB\-\-wnck\-version
Show the version of libwnck in use. (Only available on GTK3 or later.)
.TP
\fB\-l\fR, \fB\-\-lua\-version
Show the version of Lua in use.
.SH Script Commands
.P
See
.I /usr/share/doc/devilspie2/README.md
for a detailed description of the commands recognised in Lua scripts.
.SH Author
.P
.B Devilspie2
is maintained by
Darren Salt
.ME . It was written by
Andreas Rönnquist
.ME , and is based on Devilspie by Ross
Burton.