diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-02-17 00:03:57 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-02-17 00:03:57 +0100 |
| commit | 782ee288d7a60e9f1359d6aa439ddc0f28ed09e6 (patch) | |
| tree | a7b632cb920d4b092869338fde200653d0f1bb5b /.config/picom | |
| parent | 5cf8669daf4addb2003f0ca4b362cc7b3c3db38f (diff) | |
add metadata to yt-dlp vids, changed mkwebm video codec, re-added ibus-daemon to xinitrc
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index fa4d989..6d3640c 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,6 +1,11 @@ # just very slightly rounded corners # empty file, just so transparency works on st +opacity-rule = [ + "90:class_g = 'discord' && focused", + "90:class_g = 'discord' && !focused" +] + # corner-radius = 6 # rounded-corners-exclude = [ |
