summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gceccarelli@veritone.com>2023-10-12 14:13:31 +0100
committerGianni Ceccarelli <gceccarelli@veritone.com>2023-10-12 14:13:31 +0100
commit1d075e1b5ce761ee19f098d6e197a82839d00112 (patch)
tree978593fae1d4698d39d1490ebe15a1fefda8c1c5
parentalacritty remove meta hack, we have patch now (diff)
downloaddotfiles-1d075e1b5ce761ee19f098d6e197a82839d00112.tar.gz
dotfiles-1d075e1b5ce761ee19f098d6e197a82839d00112.tar.bz2
dotfiles-1d075e1b5ce761ee19f098d6e197a82839d00112.zip
picom: don't "detect leader"
it (sensibly) groups all firefox windows together, which is not something I want
-rw-r--r--.config/picom.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
index b250388..60a55f7 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf
@@ -6,4 +6,3 @@ inactive-opacity = 0.95;
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-transient = true;
-detect-client-leader = true;