jobextra/openbox-patched
joborun linux c6695b46b5 upg limine openbox-patched vala 2023-08-20 02:18:57 +03:00
..
9ed6fdd71890c5cc43747f105382d5677e5d37e7.patch upg limine openbox-patched vala 2023-08-20 02:18:57 +03:00
LICENSE.md check 2022-03-20 14:34:07 +02:00
PKGBUILD upg limine openbox-patched vala 2023-08-20 02:18:57 +03:00
PKGBUILD-arch upg limine openbox-patched vala 2023-08-20 02:18:57 +03:00
PKGBUILD-aur check 2022-03-20 14:34:07 +02:00
README.md check 2022-03-20 14:34:07 +02:00
clean upg cups-filters 2023-03-05 02:52:08 +02:00
deps upg limine openbox-patched vala 2023-08-20 02:18:57 +03:00
openbox-3.5.0-title-matching.patch check 2022-03-20 14:34:07 +02:00
openbox-3.5.0-which-2.20.patch check 2022-03-20 14:34:07 +02:00
openbox-3.6.2-fix-out-of-bounds.patch check 2022-03-20 14:34:07 +02:00
openbox-3.6.2-rounded-corners.patch check 2022-03-20 14:34:07 +02:00
openbox-patched.install check 2022-03-20 14:34:07 +02:00
py3.patch upg pacman-contrib openbox-patched enchant enchant-pure 2022-07-02 22:39:57 +03:00
sums upg pacman-contrib openbox-patched enchant enchant-pure 2022-07-02 22:39:57 +03:00
time upg pacman-contrib openbox-patched enchant enchant-pure 2022-07-02 22:39:57 +03:00

README.md

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

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