feat(vicinae): added configuration

This commit is contained in:
kenji
2026-01-02 07:57:28 -06:00
parent 6b3662c07c
commit 18e67e1c4c
7 changed files with 32 additions and 4 deletions
+12
View File
@@ -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"
];
};
}