termux-packages/x11-packages/devilspie
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
..
build.sh new package: devilspie 2022-04-18 14:47:48 +05:30
fix_manpage_lintian_warnings.patch new package: devilspie 2022-04-18 14:47:48 +05:30
fix_memleak_in_my_wnck_get_viewport_start.patch new package: devilspie 2022-04-18 14:47:48 +05:30
fix_using_deprecated_wnck_functions.patch new package: devilspie 2022-04-18 14:47:48 +05:30
remove_unavailable_options_from_manpage.patch new package: devilspie 2022-04-18 14:47:48 +05:30