diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2022-05-12 17:34:51 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-05-12 17:34:51 +0200 |
commit | 1195780cd12432952048b127bca3b2cf7da36ed0 (patch) | |
tree | 60af120be413b3e6658eb18b0628fced1b479fdb /.config | |
parent | 5cd11e5dfe0b123f6dd45cb7b201d5dfb945d992 (diff) |
Fixed visible blur border around firefox menus
Diffstat (limited to '.config')
-rw-r--r-- | .config/picom/picom.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 00f4da1..7a4fd4b 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,3 +1,4 @@ +backend = "glx"; vsync = true; ################################# |