summaryrefslogtreecommitdiffstats
path: root/wm-addons/wmutils/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'wm-addons/wmutils/DETAILS')
-rwxr-xr-xwm-addons/wmutils/DETAILS41
1 files changed, 41 insertions, 0 deletions
diff --git a/wm-addons/wmutils/DETAILS b/wm-addons/wmutils/DETAILS
new file mode 100755
index 0000000000..a07841835e
--- /dev/null
+++ b/wm-addons/wmutils/DETAILS
@@ -0,0 +1,41 @@
+. "${GRIMOIRE}/FUNCTIONS"
+ SPELL="wmutils"
+if [[ "${WMUTILS_BRANCH}" == "scm" ]]; then
+ VERSION="$(get_scm_version)"
+ SOURCE="${SPELL}-scm.tar.xz"
+ SOURCE_URL[0]="git://github.com/${SPELL}/core:${SPELL}-scm"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ SOURCE_IGNORE="volatile"
+ FORCE_DOWNLOAD="on"
+else
+ VERSION="1.4"
+ SOURCE_HASH="sha512:cdecde223e812494752d877e0e010c0cc7c1ef96e0f9aab7c517f2112f189943c84f958fb2ac4da7068ae2c5e463fe38ec783567ef980d8e63f5d299d746aee9"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/core-${VERSION}"
+ SOURCE_URL[0]="https://github.com/${SPELL}/core/archive/v${VERSION}.tar.gz"
+fi
+ LICENSE[0]="ISC"
+ WEB_SITE="https://github.com/wmutils/core"
+ ENTERED="20190216"
+ SHORT="a set of window manipulation tools"
+cat << EOF
+wmutils' core is a set of tools for X windows manipulation. Each tool only has
+one purpose, to make it as flexible and reliable as possible.
+
+Utilities:
+ * chwb - change window's border
+ * chwso - change window's stacking order
+ * ignw - ignore/unignore window
+ * killw - kill windows
+ * lsw - list windows
+ * mapw - map/unmap windows
+ * pfw - print focused window
+ * wattr - show window's attributes
+ * wmp - move the mouse pointer
+ * wmv - move a window
+ * wrs - resize a window
+ * wtf - focus a window
+ * wtp - teleport a window
+
+All these tools come with a manpage ! read them for further information.
+EOF