Delegate transparency to picom
parent
6b583f961e
commit
01c1aa6f65
.config
|
@ -11,6 +11,16 @@
|
||||||
# Get rid of shadow behind corners
|
# Get rid of shadow behind corners
|
||||||
shadow = false;
|
shadow = false;
|
||||||
|
|
||||||
|
rules: ({
|
||||||
|
match = "focused && window_type = 'normal' && class_g != 'firefox'"
|
||||||
|
opacity = 0.95;
|
||||||
|
}, {
|
||||||
|
match = "!focused && window_type = 'normal' && class_g != 'firefox'"
|
||||||
|
opacity = 0.8;
|
||||||
|
}, {
|
||||||
|
match = "class_g = 'Terminator' && focused"
|
||||||
|
opacity = 0.8;
|
||||||
|
})
|
||||||
# The blur radius for shadows, in pixels. (defaults to 12)
|
# The blur radius for shadows, in pixels. (defaults to 12)
|
||||||
# shadow-radius = 12
|
# shadow-radius = 12
|
||||||
shadow-radius = 7;
|
shadow-radius = 7;
|
||||||
|
@ -93,7 +103,7 @@ fading = true
|
||||||
|
|
||||||
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
|
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
|
||||||
# fade-in-step = 0.028
|
# fade-in-step = 0.028
|
||||||
fade-in-step = 0.03;
|
fade-in-step = 0.07;
|
||||||
|
|
||||||
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
|
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
|
||||||
# fade-out-step = 0.03
|
# fade-out-step = 0.03
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
%YAML 1.3
|
%YAML 1.3
|
||||||
---
|
---
|
||||||
|
- Rule:
|
||||||
|
- Key: [Forward Button, pressed]
|
||||||
|
- KeyPress:
|
||||||
|
- [Control_L, Shift_L, T]
|
||||||
|
- click
|
||||||
|
...
|
||||||
|
---
|
||||||
- Rule:
|
- Rule:
|
||||||
- MouseGesture: Mouse Up
|
- MouseGesture: Mouse Up
|
||||||
- Execute: [/home/.config/i3/scripts/organize.sh, web]
|
- Execute: [/home/.config/i3/scripts/organize.sh, web]
|
||||||
|
|
|
@ -42,9 +42,8 @@
|
||||||
title_transmit_bg_color = "#ffffff"
|
title_transmit_bg_color = "#ffffff"
|
||||||
[[Catppuccin_Mocha]]
|
[[Catppuccin_Mocha]]
|
||||||
icon_bell = False
|
icon_bell = False
|
||||||
background_color = "#282828"
|
background_color = "#1e1e2e"
|
||||||
background_darkness = 0.7
|
background_darkness = 0.7
|
||||||
background_type = transparent
|
|
||||||
cursor_fg_color = "#000000"
|
cursor_fg_color = "#000000"
|
||||||
cursor_bg_color = "#f5e0dc"
|
cursor_bg_color = "#f5e0dc"
|
||||||
font = MesloLGM Nerd Font 11
|
font = MesloLGM Nerd Font 11
|
||||||
|
|
Loading…
Reference in New Issue