summaryrefslogtreecommitdiffstats
path: root/system/suckless-tools/README
diff options
context:
space:
mode:
author B. Watson2014-03-19 01:04:49 +0100
committer Erik Hanson2014-03-21 19:01:20 +0100
commitcf8cc4ba89d05f3daa5f634c635c0ce4c2b4c641 (patch)
tree8eb9ba1874d8fedd139240522a68921969416f3a /system/suckless-tools/README
parentf3704690c6cc26c3b178a757d3015f30a7297456 (diff)
downloadslackbuilds-cf8cc4ba89d05f3daa5f634c635c0ce4c2b4c641.tar.gz
system/suckless-tools: Added (utilities from suckless.org).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/suckless-tools/README')
-rw-r--r--system/suckless-tools/README32
1 files changed, 32 insertions, 0 deletions
diff --git a/system/suckless-tools/README b/system/suckless-tools/README
new file mode 100644
index 0000000000..66ca33d394
--- /dev/null
+++ b/system/suckless-tools/README
@@ -0,0 +1,32 @@
+suckless-tools (tools from suckless.org)
+
+This is a collection of small tools from tools.suckless.org. They're
+bundled together in one build because they're so small and simple.
+
+Included tools:
+
+lsw - Lists the titles of all running X windows to stdout, similar to ls(1).
+lsx - List executables in a directory tree [1].
+sprop - Simple X property utility.
+sselp - Simple X selection printer.
+ssid - Simple setsid replacement.
+swarp - Simple pointer warping tool for X.
+wmname - Prints/sets the window manager name property of the root window [2].
+xssstate - A simple tool to retrieve the X screensaver state.
+
+Not included:
+
+dmenu, sandy, sic, slock, svkbd, tabbed - These are packaged separately
+on SlackBuilds.org.
+
+9base, ii - Currently not available on SlackBuilds.org. If you package
+one of these, please let me know so I can update this README.
+
+[1] lsx would conflict with the /usr/bin/lsx from Slackware's minicom
+package. To avoid this, lsx is installed as /usr/bin/lsX. If you don't use
+XMODEM (or even know what it is), "rm -f /usr/bin/lsx" before installing
+suckless-tools, and /usr/bin/lsx will be a symlink to lsX.
+
+[2] wmname has been packaged separately (as desktop/wmname). This build
+gives you the same version of wmname, plus a man page for it, so the
+separate wmname build isn't needed.