diff options
author | Yigit Sever | 2020-06-05 15:45:26 +0300 |
---|---|---|
committer | Yigit Sever | 2020-06-05 15:45:26 +0300 |
commit | d8578315f9a9d0a5c53e76d017a97b8d32c39454 (patch) | |
tree | 9444fb86b98abbc3af7e7b5f6fc6594f22891d40 | |
parent | b017f225ac5dcfe45c3f7b55b4e055d11125bdd4 (diff) | |
download | dotfiles-d8578315f9a9d0a5c53e76d017a97b8d32c39454.tar.gz dotfiles-d8578315f9a9d0a5c53e76d017a97b8d32c39454.tar.bz2 dotfiles-d8578315f9a9d0a5c53e76d017a97b8d32c39454.zip |
don't rely on flashfocus anymore
-rw-r--r-- | .config/picom/picom.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 5d4b9ce..2c63636 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf | |||
@@ -21,7 +21,7 @@ shadow-exclude = [ | |||
21 | # xinerama-shadow-crop = true; | 21 | # xinerama-shadow-crop = true; |
22 | 22 | ||
23 | # Opacity | 23 | # Opacity |
24 | inactive-opacity = 0.95; | 24 | inactive-opacity = 1; |
25 | # active-opacity = 0.8; | 25 | # active-opacity = 0.8; |
26 | frame-opacity = 1.0; | 26 | frame-opacity = 1.0; |
27 | inactive-opacity-override = false; | 27 | inactive-opacity-override = false; |
@@ -65,7 +65,7 @@ refresh-rate = 0; | |||
65 | vsync = true; | 65 | vsync = true; |
66 | # paint-on-overlay = true; | 66 | # paint-on-overlay = true; |
67 | sw-opti = false; | 67 | sw-opti = false; |
68 | # unredir-if-possible = true; | 68 | unredir-if-possible = false; |
69 | # unredir-if-possible-delay = 5000; | 69 | # unredir-if-possible-delay = 5000; |
70 | # unredir-if-possible-exclude = [ ]; | 70 | # unredir-if-possible-exclude = [ ]; |
71 | focus-exclude = [ "class_g = 'Cairo-clock'" ]; | 71 | focus-exclude = [ "class_g = 'Cairo-clock'" ]; |