fix: new hyprland config keys

This commit is contained in:
Youwen Wu 2024-11-15 13:14:02 -08:00
parent cb77f69a67
commit 792d21b744
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 4 additions and 4 deletions

View file

@ -295,10 +295,6 @@
hide_on_key_press = true;
};
shadow = {
enabled = false;
};
decoration = {
rounding = "10";
dim_special = "0.3";
@ -315,6 +311,9 @@
input = {
sensitivity = "-0.65";
};
shadow = {
enabled = false;
};
};
};

View file

@ -7,5 +7,6 @@
gnome.enable = true;
swaync.enable = false;
hyprlock.enable = false;
hyprland.enable = false;
};
}