1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-12 20:59:02 +00:00
termux-packages/x11-packages/devilspie/remove_unavailable_options_from_manpage.patch
Rafael Kitover 14caba03d4
new package: devilspie
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>
2022-04-18 14:47:48 +05:30

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: