Skip to content

Instantly share code, notes, and snippets.

@kosorin
Created January 31, 2024 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kosorin/a1a7690f6e2ad44baf67f99617b6799f to your computer and use it in GitHub Desktop.
Save kosorin/a1a7690f6e2ad44baf67f99617b6799f to your computer and use it in GitHub Desktop.
backend = "glx"
glx-no-stencil = true
glx-no-rebind-pixmap = true
xrender-sync-fence = true
vsync = true
#################################
# Window types
#################################
wintypes: {
tooltip = {
shadow = true
full-shadow = false
}
dnd = {
shadow = false
}
}
#################################
# Shadows
#################################
shadow = true
shadow-radius = 12
shadow-opacity = 0.95
shadow-offset-x = -12
shadow-offset-y = -12
# shadow-red = 0
# shadow-green = 0
# shadow-blue = 0
shadow-color = "#000000"
shadow-exclude = [
"_GTK_FRAME_EXTENTS@:c",
"class_g = 'LibreWolf' && !(window_type *= 'normal')",
"class_g = 'firefox' && !(window_type *= 'normal')",
"class_g = 'ArenaTracker'",
]
#################################
# Background-Blurring
#################################
blur-method = "dual_kawase"
blur-strength = 13
blur-background = false
blur-background-frame = false
blur-background-fixed = false
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
"window_type = 'dnd'",
"_GTK_FRAME_EXTENTS@:c",
"class_g = 'LibreWolf' && !(window_type *= 'normal')",
"class_g = 'firefox' && !(window_type *= 'normal')",
"class_g = 'slop'",
"class_g = 'ArenaTracker'",
]
#################################
# Transparency / Opacity
#################################
frame-opacity = 1.0
active-opacity = 1.0
inactive-opacity = 1.0
inactive-opacity-override = false
opacity-rule = []
focus-exclude = []
inactive-dim = 0.0
inactive-dim-fixed = 1.0
#################################
# Fading
#################################
fading = true
fade-delta = 10
fade-in-step = 0.1
fade-out-step = 0.1
fade-exclude = []
no-fading-openclose = false
no-fading-destroyed-argb = false
#################################
# Corners
#################################
corner-radius = 12
rounded-corners-exclude = [
"class_g != ''",
]
#################################
# General Settings
#################################
log-level = "info" # "trace", "debug", "info", "warn", "error"
log-file = "/home/wile/.local/state/picom/picom.log"
show-all-xerrors = false
write-pid-path = "/home/wile/.local/state/picom/pid"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment