From d0f08bfa1bbe5f700f30bf3eeb9db0b22d97f136 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 6 May 2023 10:36:16 -0700 Subject: [PATCH] Add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a12678d --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Dev instructions + +``` +# Run a test nested X server with dimensions tuned for i3 status bar work +$ Xephyr :1 -screen 1280x200 & +# Run i3 with a custome socket directory so you don't clash with any +# preexisting ones. +# TODO(wathiede): write stripped down i3 config and use it +$ I3SOCK=/tmp/i3 DISPLAY=:1 i3 +```