about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.713
-rwxr-xr-xconfigure4
2 files changed, 12 insertions, 5 deletions
diff --git a/README.7 b/README.7
index a37d8be..0546750 100644
--- a/README.7
+++ b/README.7
@@ -1,4 +1,4 @@
-.Dd July 23, 2020
+.Dd July 29, 2020
 .Dt README 7
 .Os "Causal Agency"
 .
@@ -18,9 +18,9 @@ and full-text search.
 .Sh INSTALLING
 .Nm
 targets
-.Fx
-and
-.Ox ,
+.Fx ,
+.Ox
+and Linux,
 and requires
 .Lk "https://kristaps.bsd.lv/kcgi/" kcgi
 and SQLite.
@@ -32,7 +32,10 @@ make install
 .Ed
 .
 .Pp
-By default,
+On
+.Fx
+and
+.Ox ,
 .Nm
 is statically linked
 so it can easily run in
diff --git a/configure b/configure
index c55e71a..2047624 100755
--- a/configure
+++ b/configure
@@ -35,6 +35,10 @@ case "$(uname)" in
 		echo 'LDFLAGS += -static'
 		config --static kcgi kcgi-html sqlite3
 		;;
+	(Linux)
+		cflags -D_GNU_SOURCE
+		config kcgi kcgi-html sqlite3
+		;;
 	(*)
 		config kcgi kcgi-html sqlite3
 		;;
e McEnroe 2021-02-07Adjust brightness by smaller incrementsJune McEnroe 2021-02-07Fix cwm window cycling, move big by defaultJune McEnroe 2021-02-07Use class names for Foreground, Background, BorderColorJune McEnroe 2021-02-07Add simple battery status and clock to xsessionJune McEnroe 2021-02-07Set cursor theme and sizeJune McEnroe 2021-02-07Use scrot for up -s if no screencaptureJune McEnroe 2021-02-07Enable mouse acceleration in XJune McEnroe 2021-02-07Set colours for Xt and cwmJune McEnroe 2021-02-07Set urgency on bell in xtermJune McEnroe 2021-02-07Add bindings for brightness controlJune McEnroe 2021-02-07Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 2021-02-07Fully configure and rebind cwmJune McEnroe 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe 2021-02-06Add xterm output to schemeJune McEnroe