summaryrefslogtreecommitdiffstats
path: root/wm-addons/wmutils/DETAILS
blob: a07841835e76fb147ab80864b7806006d703a5b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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