diff options
| author | joe <rbo@gmx.us> | 2025-09-23 02:06:59 +0200 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-09-23 02:06:59 +0200 |
| commit | 240f866f278fc23acf9f444686f5dcb35cb4c707 (patch) | |
| tree | d29dc453bc9cd17de53f31fbc6b4dd3816cc90ae | |
| parent | up (diff) | |
| download | dotfiles-bsd-240f866f278fc23acf9f444686f5dcb35cb4c707.tar.gz dotfiles-bsd-240f866f278fc23acf9f444686f5dcb35cb4c707.tar.bz2 dotfiles-bsd-240f866f278fc23acf9f444686f5dcb35cb4c707.tar.xz dotfiles-bsd-240f866f278fc23acf9f444686f5dcb35cb4c707.tar.zst dotfiles-bsd-240f866f278fc23acf9f444686f5dcb35cb4c707.zip | |
up
| -rw-r--r-- | .config/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index 57c69aa..e4018b8 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -1,7 +1,7 @@ # basic configuration # experimental-backends = true; backend = "glx"; -paint-on-overlay = true; +# paint-on-overlay = true; vsync = true; unredir-if-possible = true; no-use-damage = false; |
