update(hyprland): switched to hyprland 0.55.1
This commit is contained in:
@@ -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,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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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 = [
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user