diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2022-11-04 17:58:20 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2022-11-04 17:58:20 +0100 |
| commit | b4607811bb23eee085874bdc7c8b4234b6925b17 (patch) | |
| tree | 4ee378fbc569ce1780c6d87984fce13706413a87 | |
| parent | d8489ddec1975c3d6c362afff4e5d9d60d2d3a6c (diff) | |
feat(picom) disable on mpv
| -rw-r--r-- | picom/picom.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/picom/picom.conf b/picom/picom.conf index 1050b2d..c8f740d 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -187,6 +187,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'", "class_g = 'Bar'", # lemonbar "class_g = 'slop'", # maim + "class_g = 'mpv'", # Minecraft "class_g = 'Minecraft* 1.19.2'", "class_g = 'Minecraft* 1.8.9'", |
