diff options
| author | Daniel <[email protected]> | 2024-07-05 23:57:39 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-07-05 23:57:39 -0400 |
| commit | 0b610748ff22ef2fcab45f4fa46d73b2eaaa1c04 (patch) | |
| tree | 400933bcf2a1d899774e9a9d322c1660e10b37ba /xorg | |
| parent | 0b1d37ef938d26b4e73dbe006e0188c1167cc419 (diff) | |
bigupdate
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 |
