feat(vicinae): added configuration
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{pkgs, ...}: {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
layerrule = [
|
||||
# Blur and transparency for vicinae
|
||||
"blur, vicinae"
|
||||
"ignorealpha 0, vicinae"
|
||||
|
||||
# Disable animation for vicinae
|
||||
"noanim, vicinae"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user