aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps2017-08-13 11:33:51 +1000
committerDylan Araps2017-08-13 11:33:51 +1000
commit3cbef2774edac8ccddb08997c1881e8c05c38ed8 (patch)
tree6749099617f58820edbe1caac8da51af8beddb59
parenta751e6ab2e8e8b88b84f4ea70f746eea494a36fb (diff)
downloadaur-3cbef2774edac8ccddb08997c1881e8c05c38ed8.tar.gz
docs: README
-rw-r--r--README.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..327e3a9536e7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,44 @@
+# openbox-patched
+
+This repo contains a `PKGBUILD` and various patches for Openbox `3.6.2`. The purpose of this repo is to track issues and fix quirks with the Rounded Corners patch.
+
+
+## Installation
+
+Install `openbox-patched` from the AUR.
+
+
+## Patches
+
+This package uses the following patches.
+
+
+### Rounded Corners
+
+This patch adds support for rounded corners to Openbox.
+
+> Source: https://forums.bunsenlabs.org/viewtopic.php?pid=46711#p46711
+
+
+**Enabling rounded corners:**
+
+To enable Rounded Corners add this line to the '<theme>' section of your Openbox config.
+
+ '<cornerRadius>8</cornerRadius>'
+
+The patch also takes an argument for menu corners.
+
+ '<cornerRadius menu="yes">8</cornerRadius>'
+
+
+**Issues/Quirks**
+
+- [ ] Docked windows have rounded corners.
+- [ ] Fullscreen windows have rounded corners.
+
+
+### Fix out of bounds
+
+This patch fixes a crash when only a single window button is enabled.
+
+> Source: https://github.com/danakj/openbox/pull/26