update(hyprland): switched to hyprland 0.55.1

This commit is contained in:
kenji
2026-05-28 12:12:21 -05:00
parent 91f91212db
commit b5f2538c19
18 changed files with 157 additions and 146 deletions
+1 -2
View File
@@ -9,7 +9,7 @@
};
decoration = {
rounding = 0;
active_opacity = 0.99;
active_opacity = 1;
inactive_opacity = 0.99;
shadow = {
enabled = true;
@@ -29,7 +29,6 @@
};
monitor = myConfig.hyprland.monitors;
dwindle = {
pseudotile = true;
preserve_split = true;
smart_split = false;
};
+1 -6
View File
@@ -1,12 +1,7 @@
{pkgs, ...}: {
wayland.windowManager.hyprland.settings = {
layerrule = [
# Blur and transparency for vicinae
"blur, vicinae"
"ignorealpha 0, vicinae"
# Disable animation for vicinae
"noanim, vicinae"
"match:namespace vicinae, blur true, ignore_alpha 0.0, no_anim true"
];
};
}
+1 -1
View File
@@ -5,7 +5,7 @@
disable_splash_rendering = true;
focus_on_activate = true;
anr_missed_pings = 3;
new_window_takes_over_fullscreen = 1;
on_focus_under_fullscreen = 1;
};
# experimental = {
+3 -3
View File
@@ -1,10 +1,10 @@
{
wayland.windowManager.hyprland.settings = {
windowrulev2 = [
windowrule = [
# Make all inactive windows transparent
"opacity 0.99 0.8, class:.*"
"match:class .*, opacity 1 0.8"
# But make Firefox windows opaque again (last rule wins)
"float, title:(?i)bitwarden"
"match:title (?i)bitwarden, float on"
];
workspace = [
];