summaryrefslogtreecommitdiff
path: root/.config/picom/picom.conf
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-08-06 13:25:57 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-08-06 13:25:57 +0200
commit3208038a9b1786d35c4101ec641bfebcb99a77e4 (patch)
treeeb6dc1ad9c37eef7dfc3f8dc3987fc8b8793e6d0 /.config/picom/picom.conf
parentc1b97d0da3fc928698a7bd2d2770a1875b23fa25 (diff)
parent39be75d92fa7f31b8697ecba1f8711f4fcb59cfc (diff)
Media keys work, changed i3 border thickness, polybar works, corrected i3 resize keybinds
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r--.config/picom/picom.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index fb5ee93..a305f2d 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -67,7 +67,7 @@ detect-client-opacity = true;
# Specify refresh rate of the screen.
# If not specified or 0, picom will try detecting this with X RandR extension.
-refresh-rate = 144;
+refresh-rate = 0;
# Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games.
# Known to cause flickering when redirecting/unredirecting windows.