feat: lsp change, pocketid key, hyprland changes

This commit is contained in:
2026-04-12 01:22:21 -04:00
parent c46ccff5c9
commit 5e886ee875
8 changed files with 26 additions and 10 deletions

View File

@@ -29,6 +29,7 @@
};
})
hyprlandPlugins.hyprscrolling
hyprlandPlugins.hyprbars
];
settings = {
@@ -124,7 +125,7 @@
animation = [
"global, 1, 10, default"
"border, 1, 5.39, easeOutQuint"
"border, 0, 5.39, easeOutQuint"
"windows, 1, 4.79, easeOutQuint"
"windowsIn, 1, 4.1, easeOutQuint, popin 87%"
"windowsOut, 1, 1.49, linear, popin 87%"
@@ -342,6 +343,10 @@
hyprscrolling = {
fullscreen_on_one_column = true;
};
hyprbars = {
enabled = false;
};
};
};
};