added ncmpcpp and picom configs
This commit is contained in:
@@ -133,8 +133,10 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||
# example:
|
||||
# opacity-rule = [ "80:class_g = 'URxvt'" ];
|
||||
#
|
||||
opacity-rule = ["90:class_g = 'St' && focused",
|
||||
"80:class_g = 'St' && !focused"];
|
||||
opacity-rule = ["90:class_g = 'Alacritty' && focused",
|
||||
"80:class_g = 'Alacritty' && !focused",
|
||||
"70:class_g = 'ncmpcpp' && focused",
|
||||
"60:class_g = 'ncmpcpp' && !focused"];
|
||||
# opacity-rule = []
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user