summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2019-05-17 12:24:29 +0930
committerDaniel Jones <admin@danieljon.es>2019-05-17 12:24:29 +0930
commit03030de14057620c73cbad8f9f6b2267ee26d100 (patch)
tree449fe2d67c8d5a97c7117df72d09e16f5433c534 /README
downloadxutils-03030de14057620c73cbad8f9f6b2267ee26d100.tar.gz
xutils-03030de14057620c73cbad8f9f6b2267ee26d100.zip
first commit
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..8ccd50c
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+A collection of simple X11 utilities written in C that I have made for myself.
+
+Each program is licenced under the GPL 3.
+
+Original repositories:
+binstatus: https://git.danieljon.es/binstatus/ https://github.com/daniel-Jones/binstatus
+xwake: https://git.danieljon.es/xwake/ https://github.com/daniel-Jones/xwake
+xbell: https://git.danieljon.es/xbell/ https://github.com/daniel-Jones/xbell
+
+binstatus: Small program that sets the root windows name to the current time in binary, used as dwm's status bar
+xwake: Simple program to prevent the X11 screensaver from starting between two times
+xbell: Listens for X bell events and runs a user defined program when one is caught