14caba03d4
This is a user daemon utility that reads configuration files in lisp for matching X11 windows and performing actions on them. For example, I have this file: ~/.devilspie/undecorate.ds With this contents: (if (or (is (window_class) "qterminal") (is (window_class) "Xfce4-terminal")) (undecorate) ) With the daemon launched from my xstartup, when a window matching the class "qterminal" or "Xfce4-terminal" is opened, it will remove window manager decorations from it giving me a borderless window without a title bar. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
26 lines
978 B
Diff
26 lines
978 B
Diff
Author: Andreas Rönnquist
|
|
Description: Fixes lintian warnings on the manpage, already fixed
|
|
in upstream git, but not in time for version 0.23.
|
|
Index: devilspie-0.23/devilspie.1
|
|
===================================================================
|
|
--- devilspie-0.23.orig/devilspie.1 2012-10-01 11:30:43.000000000 +0200
|
|
+++ devilspie-0.23/devilspie.1 2012-10-26 20:05:09.628490721 +0200
|
|
@@ -31,7 +31,7 @@
|
|
|
|
.SH "ALLOWED SYMBOLS"
|
|
In the input files, the following symbols are known by \fIdevilspie\fR:
|
|
-."SYMBOL HELP BEGINS HERE
|
|
+.\"SYMBOL HELP BEGINS HERE
|
|
.TP
|
|
\fBis\fR
|
|
String equality, (is a b) means a is the same as b.
|
|
@@ -164,7 +164,7 @@
|
|
.TP
|
|
\fBspawn_sync\fR
|
|
Execute a command in the foreground (returns command output as string, or FALSE on error). Command is given as a single string, or as a series of strings (similar to execl).
|
|
-."SYMBOL HELP ENDS HERE
|
|
+.\"SYMBOL HELP ENDS HERE
|
|
|
|
.SH BUGS
|
|
This manpage is almost useless, as it was thrown together on a train.
|