mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
feat: slock
This commit is contained in:
@@ -8,14 +8,18 @@
|
||||
shadow = true;
|
||||
menuOpacity = 0.9;
|
||||
shadowOpacity = 0.3;
|
||||
fadeExclude = [
|
||||
"class_g = 'slock'" # don't want a transparent lock screen!
|
||||
"name *?= 'slock'"
|
||||
"focused = 1"
|
||||
];
|
||||
opacityRules = [
|
||||
# opacity-rule overrides both inactive and active opacity
|
||||
"100:class_g = 'slock'" # don't want a transparent lock screen!
|
||||
|
||||
# video in browser tabs
|
||||
# substring /regex match of title bar text
|
||||
"100:name *?= 'Youtube'"
|
||||
"100:name *?= 'slock'"
|
||||
"99:name *?= 'Youtube'"
|
||||
"99:WM_CLASS@:s *= 'mpv$'"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user