[wiki] [sites] Move x-utilities to x/ in tools.suckless.org || FRIGN

From: <git_AT_suckless.org>
Date: Fri, 08 Jan 2016 21:30:33 +0100

commit d239d82d82d76055671808448cfabfeccc283052
Author: FRIGN <dev_AT_frign.de>
Date: Fri Jan 8 21:28:53 2016 +0100

    Move x-utilities to x/ in tools.suckless.org
    
    This allows the "larger" projects like slock and sent to be more
    prominent and groups these programs in a common area.

diff --git a/tools.suckless.org/lsw.md b/tools.suckless.org/lsw.md
deleted file mode 100644
index cff5339..0000000
--- a/tools.suckless.org/lsw.md
+++ /dev/null
_AT_@ -1,8 +0,0 @@
-lsw
-===
-Lists the titles of all running X windows to stdout, similar to ls(1). Might be
-useful for script integration.
-
-Download
---------
-* [lsw-0.3](http://dl.suckless.org/tools/lsw-0.3.tar.gz) (20141129)
diff --git a/tools.suckless.org/sprop.md b/tools.suckless.org/sprop.md
deleted file mode 100644
index 455e08f..0000000
--- a/tools.suckless.org/sprop.md
+++ /dev/null
_AT_@ -1,15 +0,0 @@
-sprop
-=====
-sprop is a simple X property utility. Less is more.
-
-Download
---------
-* [sprop-0.1](http://dl.suckless.org/tools/sprop-0.1.tar.gz) (20121028)
-
-Repository
-----------
- git clone http://git.suckless.org/sprop
-
-Links
------
-* [Initial announcement](http://lists.suckless.org/dev/1004/3718.html)
diff --git a/tools.suckless.org/sselp.md b/tools.suckless.org/sselp.md
deleted file mode 100644
index 1c6e416..0000000
--- a/tools.suckless.org/sselp.md
+++ /dev/null
_AT_@ -1,9 +0,0 @@
-sselp
-=====
-Simple X selection printer. Prints the X selection to stdout. If there is no X
-client owning the selection it just exits. Useful for scripts where you can
-query the X selection without pressing mouse Button2 in cumbersome ways.
-
-Download
---------
-* [sselp-0.2](http://dl.suckless.org/tools/sselp-0.2.tar.gz) (20080729)
diff --git a/tools.suckless.org/svkbd.md b/tools.suckless.org/svkbd.md
deleted file mode 100644
index 390dd15..0000000
--- a/tools.suckless.org/svkbd.md
+++ /dev/null
_AT_@ -1,44 +0,0 @@
-svkbd
-=====
-This is a simple virtual keyboard, intended to be used in environments,
-where no keyboard is available.
-
-Installation
-------------
-
- % make
- % make install
-
-This will create by default `svkbd-en`, which is svkbd using an English
-keyboard layout. You can create svkbd for additional layouts by doing:
-
- % make svkbd-$layout
-
-This will take the file `layout.$layout.h` and create `svkbd-$layout`.
-`make install` will then pick up the new file and install it accordingly.
-
-Usage
------
-
- % svkbd-en
-
-This will open svkbd at the bottom of the screen, showing the default
-English layout.
-
- % svkbd-en -d
-
-This tells svkbd-en to announce itself being a dock window, which then
-is managed differently between different window managers. If using dwm
-and the dock patch, then this will make svkbd being managed by dwm and
-some space of the screen being reserved for it.
-
- % svkbd-en -g 400x200+1+1
-
-This will start svkbd-en with a size of 400x200 and at the upper left
-window corner.
-
-Repository
-----------
-
- git clone http://git.suckless.org/svkbd
-
diff --git a/tools.suckless.org/swarp.md b/tools.suckless.org/swarp.md
deleted file mode 100644
index d3c87a6..0000000
--- a/tools.suckless.org/swarp.md
+++ /dev/null
_AT_@ -1,12 +0,0 @@
-swarp
-=====
-Simple pointer warping tool for X. Warps the mouse pointer to a given position, e.g.:
-
- swarp 100 100
-
-will warp the pointer to (100, 100) on your screen.
-
-Download
---------
-* [swarp-0.1](http://dl.suckless.org/tools/swarp-0.1.tar.gz) (20061013)
-
diff --git a/tools.suckless.org/wmname.md b/tools.suckless.org/wmname.md
deleted file mode 100644
index f82b608..0000000
--- a/tools.suckless.org/wmname.md
+++ /dev/null
_AT_@ -1,31 +0,0 @@
-wmname
-======
-wmname prints/sets the window manager name property of the root window similar
-to how hostname(1) behaves.
-
-wmname is a nice utility to fix problems with JDK versions and other broken
-programs assuming a reparenting window manager for instance.
-
-Download
---------
-* [wmname-0.1](http://dl.suckless.org/tools/wmname-0.1.tar.gz)
-
-Repository
-----------
-You can [browse](http://git.suckless.org/wmname) the source code or get a
-copy using the following command:
-
- git clone http://git.suckless.org/wmname
-
-Usage
------
-The following command prints the window manager name, if any:
-
- ; wmname
-
-This helpfull when attempting to run java swing(broken) applications,
-it makes them think they are running through the looking glass and behave as expected
-The following command sets the window manager name, e.g.
-
- ; wmname LG3D
-
diff --git a/tools.suckless.org/x/lsw.md b/tools.suckless.org/x/lsw.md
new file mode 100644
index 0000000..cff5339
--- /dev/null
+++ b/tools.suckless.org/x/lsw.md
_AT_@ -0,0 +1,8 @@
+lsw
+===
+Lists the titles of all running X windows to stdout, similar to ls(1). Might be
+useful for script integration.
+
+Download
+--------
+* [lsw-0.3](http://dl.suckless.org/tools/lsw-0.3.tar.gz) (20141129)
diff --git a/tools.suckless.org/x/sprop.md b/tools.suckless.org/x/sprop.md
new file mode 100644
index 0000000..455e08f
--- /dev/null
+++ b/tools.suckless.org/x/sprop.md
_AT_@ -0,0 +1,15 @@
+sprop
+=====
+sprop is a simple X property utility. Less is more.
+
+Download
+--------
+* [sprop-0.1](http://dl.suckless.org/tools/sprop-0.1.tar.gz) (20121028)
+
+Repository
+----------
+ git clone http://git.suckless.org/sprop
+
+Links
+-----
+* [Initial announcement](http://lists.suckless.org/dev/1004/3718.html)
diff --git a/tools.suckless.org/x/sselp.md b/tools.suckless.org/x/sselp.md
new file mode 100644
index 0000000..1c6e416
--- /dev/null
+++ b/tools.suckless.org/x/sselp.md
_AT_@ -0,0 +1,9 @@
+sselp
+=====
+Simple X selection printer. Prints the X selection to stdout. If there is no X
+client owning the selection it just exits. Useful for scripts where you can
+query the X selection without pressing mouse Button2 in cumbersome ways.
+
+Download
+--------
+* [sselp-0.2](http://dl.suckless.org/tools/sselp-0.2.tar.gz) (20080729)
diff --git a/tools.suckless.org/x/svkbd.md b/tools.suckless.org/x/svkbd.md
new file mode 100644
index 0000000..390dd15
--- /dev/null
+++ b/tools.suckless.org/x/svkbd.md
_AT_@ -0,0 +1,44 @@
+svkbd
+=====
+This is a simple virtual keyboard, intended to be used in environments,
+where no keyboard is available.
+
+Installation
+------------
+
+ % make
+ % make install
+
+This will create by default `svkbd-en`, which is svkbd using an English
+keyboard layout. You can create svkbd for additional layouts by doing:
+
+ % make svkbd-$layout
+
+This will take the file `layout.$layout.h` and create `svkbd-$layout`.
+`make install` will then pick up the new file and install it accordingly.
+
+Usage
+-----
+
+ % svkbd-en
+
+This will open svkbd at the bottom of the screen, showing the default
+English layout.
+
+ % svkbd-en -d
+
+This tells svkbd-en to announce itself being a dock window, which then
+is managed differently between different window managers. If using dwm
+and the dock patch, then this will make svkbd being managed by dwm and
+some space of the screen being reserved for it.
+
+ % svkbd-en -g 400x200+1+1
+
+This will start svkbd-en with a size of 400x200 and at the upper left
+window corner.
+
+Repository
+----------
+
+ git clone http://git.suckless.org/svkbd
+
diff --git a/tools.suckless.org/x/swarp.md b/tools.suckless.org/x/swarp.md
new file mode 100644
index 0000000..d3c87a6
--- /dev/null
+++ b/tools.suckless.org/x/swarp.md
_AT_@ -0,0 +1,12 @@
+swarp
+=====
+Simple pointer warping tool for X. Warps the mouse pointer to a given position, e.g.:
+
+ swarp 100 100
+
+will warp the pointer to (100, 100) on your screen.
+
+Download
+--------
+* [swarp-0.1](http://dl.suckless.org/tools/swarp-0.1.tar.gz) (20061013)
+
diff --git a/tools.suckless.org/x/wmname.md b/tools.suckless.org/x/wmname.md
new file mode 100644
index 0000000..f82b608
--- /dev/null
+++ b/tools.suckless.org/x/wmname.md
_AT_@ -0,0 +1,31 @@
+wmname
+======
+wmname prints/sets the window manager name property of the root window similar
+to how hostname(1) behaves.
+
+wmname is a nice utility to fix problems with JDK versions and other broken
+programs assuming a reparenting window manager for instance.
+
+Download
+--------
+* [wmname-0.1](http://dl.suckless.org/tools/wmname-0.1.tar.gz)
+
+Repository
+----------
+You can [browse](http://git.suckless.org/wmname) the source code or get a
+copy using the following command:
+
+ git clone http://git.suckless.org/wmname
+
+Usage
+-----
+The following command prints the window manager name, if any:
+
+ ; wmname
+
+This helpfull when attempting to run java swing(broken) applications,
+it makes them think they are running through the looking glass and behave as expected
+The following command sets the window manager name, e.g.
+
+ ; wmname LG3D
+
diff --git a/tools.suckless.org/x/xssstate.md b/tools.suckless.org/x/xssstate.md
new file mode 100644
index 0000000..3b52e4b
--- /dev/null
+++ b/tools.suckless.org/x/xssstate.md
_AT_@ -0,0 +1,17 @@
+xssstate
+========
+A simple tool to retrieve the X screensaver state.
+
+Release
+-------
+
+* [xssstate-1.1.tgz](http://dl.suckless.org/tools/xssstate-1.1.tar.gz)
+ (20130507)
+
+Development
+-----------
+You can [browse](http://git.suckless.org/xssstate) its source code repository
+or get a copy using the following command:
+
+ git clone http://git.suckless.org/xssstate
+
diff --git a/tools.suckless.org/xssstate.md b/tools.suckless.org/xssstate.md
deleted file mode 100644
index 3b52e4b..0000000
--- a/tools.suckless.org/xssstate.md
+++ /dev/null
_AT_@ -1,17 +0,0 @@
-xssstate
-========
-A simple tool to retrieve the X screensaver state.
-
-Release
--------
-
-* [xssstate-1.1.tgz](http://dl.suckless.org/tools/xssstate-1.1.tar.gz)
- (20130507)
-
-Development
------------
-You can [browse](http://git.suckless.org/xssstate) its source code repository
-or get a copy using the following command:
-
- git clone http://git.suckless.org/xssstate
-
Received on Fri Jan 08 2016 - 21:30:33 CET

This archive was generated by hypermail 2.3.0 : Fri Jan 08 2016 - 21:36:13 CET