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>
19 lines
616 B
Diff
19 lines
616 B
Diff
Author: Andreas Rönnquist <gusnan@gusnan.se>
|
|
Description: Remove unavailable options from the manual page
|
|
Removes options in the manual page that isn't available in the program.
|
|
--- a/devilspie.1
|
|
+++ b/devilspie.1
|
|
@@ -22,12 +22,6 @@
|
|
.TP
|
|
\fB\-d\fR \fB\-\-debug\fR
|
|
Output debug information
|
|
-.TP
|
|
-\fB\-l\fR \fB\-\-list\-symbols\fR
|
|
-List available symbols supported in input files.
|
|
-.TP
|
|
-\fB\-s\fR \fIsymname\fR \fB\-\-symbol\-doc\fR=\fIsymname\fR
|
|
- Get detailed help on symbol \fIsymname\fR ('all' for all symbols).
|
|
|
|
.SH "ALLOWED SYMBOLS"
|
|
In the input files, the following symbols are known by \fIdevilspie\fR:
|