Optimizations
This commit is contained in:
@@ -259,7 +259,10 @@ inactive-dim-fixed = 1.0
|
||||
# opacity-rule = [ "80:class_g = 'URxvt'" ];
|
||||
#
|
||||
opacity-rule = [
|
||||
"90:class_g = 'Alacritty'"
|
||||
"90:class_g = 'Alacritty' && focused",
|
||||
"70:class_g = 'Alacritty' && !focused",
|
||||
"70:class_g = 'Rofi'",
|
||||
"80:class_g = 'Chromium' && !focused"
|
||||
]
|
||||
|
||||
|
||||
@@ -276,7 +279,7 @@ rounded-corners-exclude = [
|
||||
"window_type = 'dock'",
|
||||
"window_type = 'desktop'",
|
||||
# "class_g = 'Dunst'",
|
||||
# "class_g = 'Rofi'",
|
||||
"class_g = 'Rofi'",
|
||||
"QTILE_INTERNAL:32c = 1"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user