diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-08-06 13:25:57 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-08-06 13:25:57 +0200 |
commit | 27d9030fa1d0b4dbd2f6c44d5a8ef8284882f809 (patch) | |
tree | eb6dc1ad9c37eef7dfc3f8dc3987fc8b8793e6d0 /.config/picom/picom.conf | |
parent | ed88a01516584e7be33cdbdb6df2035db9e8f3bf (diff) | |
parent | f3c1047e4d9c034010291cd88eca146869f6b3e7 (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.conf | 2 |
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. |