Delegate transparency to picom

master
Quentin Duchemin 2025-03-30 15:30:32 +02:00
parent 6b583f961e
commit 01c1aa6f65
3 changed files with 19 additions and 3 deletions
.config

View File

@ -11,6 +11,16 @@
# Get rid of shadow behind corners
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)
# shadow-radius = 12
shadow-radius = 7;
@ -93,7 +103,7 @@ fading = true
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 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)
# fade-out-step = 0.03

View File

@ -1,5 +1,12 @@
%YAML 1.3
---
- Rule:
- Key: [Forward Button, pressed]
- KeyPress:
- [Control_L, Shift_L, T]
- click
...
---
- Rule:
- MouseGesture: Mouse Up
- Execute: [/home/.config/i3/scripts/organize.sh, web]

View File

@ -42,9 +42,8 @@
title_transmit_bg_color = "#ffffff"
[[Catppuccin_Mocha]]
icon_bell = False
background_color = "#282828"
background_color = "#1e1e2e"
background_darkness = 0.7
background_type = transparent
cursor_fg_color = "#000000"
cursor_bg_color = "#f5e0dc"
font = MesloLGM Nerd Font 11