diff options
author | Gianni Ceccarelli <gceccarelli@veritone.com> | 2023-10-12 14:13:31 +0100 |
---|---|---|
committer | Gianni Ceccarelli <gceccarelli@veritone.com> | 2023-10-12 14:13:31 +0100 |
commit | 1d075e1b5ce761ee19f098d6e197a82839d00112 (patch) | |
tree | 978593fae1d4698d39d1490ebe15a1fefda8c1c5 /.config/picom.conf | |
parent | alacritty remove meta hack, we have patch now (diff) | |
download | dotfiles-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
Diffstat (limited to '.config/picom.conf')
-rw-r--r-- | .config/picom.conf | 1 |
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; |