Add bspwm

This commit is contained in:
stephan.raabe
2023-01-25 20:14:03 +01:00
parent 12467a5a8a
commit 1cb6212327
8 changed files with 238 additions and 13 deletions

View File

@@ -133,17 +133,21 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# example:
# opacity-rule = [ "80:class_g = 'URxvt'" ];
#
# opacity-rule = []
opacity-rule = [
"90:class_g = 'Alacritty'"
]
#################################
# Corners #
#################################
detect-rounded-corners = true;
# Sets the radius of rounded window corners. When > 0, the compositor will
# round the corners of windows. Does not interact well with
# `transparent-clipping`.
corner-radius = 5
corner-radius = 20;
# Exclude conditions for rounded corners.
rounded-corners-exclude = [
@@ -158,12 +162,12 @@ rounded-corners-exclude = [
# Parameters for background blurring, see the *BLUR* section for more information.
# blur-method =
blur-method = "dual_kawase";
# blur-size = 12
#
# blur-deviation = false
#
# blur-strength = 5
blur-strength = 2;
# Blur background of semi-transparent / ARGB windows.
# Bad in performance, with driver-dependent behavior.
@@ -212,8 +216,8 @@ blur-background-exclude = [
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
# `xrender` is the default one.
#
# backend = "glx"
backend = "xrender";
backend = "glx"
# backend = "xrender";
# Enable/disable VSync.
# vsync = false