mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
Compare commits
No commits in common. "a61cd59630018f7bd20b7890e7e23e777360cd18" and "7a97503844664d3f324285770100b5b877318e3a" have entirely different histories.
a61cd59630
...
7a97503844
2 changed files with 1 additions and 4 deletions
|
@ -297,6 +297,7 @@
|
|||
|
||||
decoration = {
|
||||
rounding = "10";
|
||||
drop_shadow = "false";
|
||||
dim_special = "0.3";
|
||||
blur = {
|
||||
enabled = "yes";
|
||||
|
@ -307,9 +308,6 @@
|
|||
xray = "false";
|
||||
special = true;
|
||||
};
|
||||
shadow = {
|
||||
enabled = false;
|
||||
};
|
||||
};
|
||||
input = {
|
||||
sensitivity = "-0.65";
|
||||
|
|
|
@ -7,6 +7,5 @@
|
|||
gnome.enable = true;
|
||||
swaync.enable = false;
|
||||
hyprlock.enable = false;
|
||||
hyprland.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue