fix(hyprland): unpleasant dim

This commit is contained in:
Ahurac 2024-10-01 18:37:15 +02:00
parent d8ceb46376
commit 771055c65d
3 changed files with 1 additions and 2 deletions

View file

@ -24,7 +24,6 @@
decoration = {
inactive_opacity = 1.0;
drop_shadow = false;
dim_inactive = false;
blur.enabled = false;
};
gestures.workspace_swipe = true;

View file

@ -23,7 +23,6 @@
decoration = {
inactive_opacity = 0.9;
drop_shadow = true;
dim_inactive = true;
blur.enabled = true;
};
gestures.workspace_swipe = false;

View file

@ -173,6 +173,7 @@
movefocus_cycles_fullscreen = false;
};
decoration = {
dim_inactive = false;
rounding = 10;
active_opacity = 1.0;
fullscreen_opacity = 1.0;