diff options
| author | Yigit Sever | 2023-08-26 14:38:23 +0300 |
|---|---|---|
| committer | Yigit Sever | 2023-08-26 14:38:23 +0300 |
| commit | 7d8cc07cc2376b1896fbfca6fc0e2a7a6c3d6296 (patch) | |
| tree | b53b06b45ec21d0c69b43d4a60d952aa2499f849 | |
| parent | d0515c2e378fcbd41dd42025d24e4ecc9b32d3db (diff) | |
| download | dotfiles-7d8cc07cc2376b1896fbfca6fc0e2a7a6c3d6296.tar.gz dotfiles-7d8cc07cc2376b1896fbfca6fc0e2a7a6c3d6296.tar.bz2 dotfiles-7d8cc07cc2376b1896fbfca6fc0e2a7a6c3d6296.zip | |
picom-lowe: set vsync to true
| -rw-r--r-- | .config/picom/picom.conf##h.lowe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom/picom.conf##h.lowe b/.config/picom/picom.conf##h.lowe index 30ff01b..882b380 100644 --- a/.config/picom/picom.conf##h.lowe +++ b/.config/picom/picom.conf##h.lowe | |||
| @@ -54,7 +54,7 @@ mark-wmwin-focused = true; | |||
| 54 | mark-ovredir-focused = true; | 54 | mark-ovredir-focused = true; |
| 55 | detect-rounded-corners = true; | 55 | detect-rounded-corners = true; |
| 56 | detect-client-opacity = true; | 56 | detect-client-opacity = true; |
| 57 | vsync = false; | 57 | vsync = true; |
| 58 | unredir-if-possible = false; | 58 | unredir-if-possible = false; |
| 59 | detect-transient = true; | 59 | detect-transient = true; |
| 60 | detect-client-leader = true; | 60 | detect-client-leader = true; |
