aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: d9e29450c571b4cd6eb86e4b84e283c012ef15ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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.


![scrot](http://i.imgur.com/ThihqTS.png)


## 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