diff options
Diffstat (limited to 'xorg')
| -rw-r--r-- | xorg/.config/picom/picom.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/.config/picom/picom.conf b/xorg/.config/picom/picom.conf index ba1382b..dadbb8d 100644 --- a/xorg/.config/picom/picom.conf +++ b/xorg/.config/picom/picom.conf @@ -231,7 +231,7 @@ opacity-rule = [ "70:class_g = 'TelegramDesktop'", "90:class_g = 'Joplin'", "95:class_g = 'Emacs'", - "95:class_g = 'FvwmButtons'", + # "95:class_g = 'FvwmButtons'", "90:class_g = 'URxvt'", "100:class_g = 'firefox'", "100:class_g = 'mpv'", @@ -350,7 +350,7 @@ detect-client-opacity = true; # try detecting this with X RandR extension. # # refresh-rate = 60 -refresh-rate = 0 +# refresh-rate = 0 # Limit picom to repaint at most once every 1 / 'refresh_rate' second to # boost performance. This should not be used with |
