openbsd-dotfiles

Base configurations for my Openbsd desktop
git clone https://git.kausban.com/openbsd-dotfiles/raw/.git
Log | Files | Refs

commit 3fb017a004d73500bf3723f9ccfd709337756a61
parent 6cc4e70568916ef100e663717971caa9411b96f6
Author: KB <mail@kausban.com>
Date:   Wed, 18 Dec 2024 07:41:03 +0100

Update 2024-12-18 07:41 OpenBSD/amd64

Diffstat:
M.config/picom/picom.conf | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf @@ -35,6 +35,9 @@ fade-exclude = [ ]; mark-ovredir-focused = false; use-ewmh-active-win = true; +# round corners +corner-radius=10 + # Specify refresh rate of the screen. # If not specified or 0, compton will try detecting this with X RandR extension. refresh-rate = 0;