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>
9 lines
518 B
Bash
9 lines
518 B
Bash
TERMUX_PKG_HOMEPAGE=https://wiki.gnome.org/Projects/DevilsPie
|
|
TERMUX_PKG_DESCRIPTION="Utility for matching X11 windows and performing actions on them"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="Rafael Kitover <rkitover@gmail.com>"
|
|
TERMUX_PKG_VERSION=0.23
|
|
TERMUX_PKG_SRCURL=http://deb.debian.org/debian/pool/main/d/devilspie/devilspie_${TERMUX_PKG_VERSION}.orig.tar.xz
|
|
TERMUX_PKG_SHA256=2dd9d4b7424ac999f20c214b0ff71e8c5836d97003d7a8a7391105cd16d36deb
|
|
TERMUX_PKG_DEPENDS="libx11, gettext, glib, gtk3, libwnck"
|