mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
picom.conf: set opacity for rofi
This commit is contained in:
parent
5def33bc51
commit
bfc6309e2d
1 changed files with 3 additions and 1 deletions
|
|
@ -95,7 +95,9 @@ fade-delta = 2
|
||||||
# example:
|
# example:
|
||||||
# opacity-rule = [ "80:class_g = 'URxvt'" ];
|
# opacity-rule = [ "80:class_g = 'URxvt'" ];
|
||||||
#
|
#
|
||||||
# opacity-rule = []
|
opacity-rule = [
|
||||||
|
"97:class_g?='rofi'"
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue