mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 22:55:00 +08:00
Update picom: use glx backend
This commit is contained in:
parent
63bc3677ea
commit
b2fd6e34e6
1 changed files with 3 additions and 1 deletions
|
|
@ -24,12 +24,14 @@ fading = true
|
|||
# General Settings #
|
||||
#################################
|
||||
|
||||
backend = "glx"
|
||||
glx-no-stencil = true
|
||||
glx-no-rebind-pixmap = true
|
||||
vsync = true
|
||||
mark-wmwin-focused = true
|
||||
mark-ovredir-focused = true
|
||||
detect-rounded-corners = true
|
||||
detect-client-opacity = true
|
||||
refresh-rate = 0
|
||||
use-ewmh-active-win = true
|
||||
detect-transient = true
|
||||
detect-client-leader = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue