fix(hyprland): unpleasant dim
This commit is contained in:
parent
d8ceb46376
commit
771055c65d
3 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
|||
decoration = {
|
||||
inactive_opacity = 1.0;
|
||||
drop_shadow = false;
|
||||
dim_inactive = false;
|
||||
blur.enabled = false;
|
||||
};
|
||||
gestures.workspace_swipe = true;
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
decoration = {
|
||||
inactive_opacity = 0.9;
|
||||
drop_shadow = true;
|
||||
dim_inactive = true;
|
||||
blur.enabled = true;
|
||||
};
|
||||
gestures.workspace_swipe = false;
|
||||
|
|
|
@ -173,6 +173,7 @@
|
|||
movefocus_cycles_fullscreen = false;
|
||||
};
|
||||
decoration = {
|
||||
dim_inactive = false;
|
||||
rounding = 10;
|
||||
active_opacity = 1.0;
|
||||
fullscreen_opacity = 1.0;
|
||||
|
|
Loading…
Reference in a new issue