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 = {
|
decoration = {
|
||||||
rounding = "10";
|
rounding = "10";
|
||||||
|
drop_shadow = "false";
|
||||||
dim_special = "0.3";
|
dim_special = "0.3";
|
||||||
blur = {
|
blur = {
|
||||||
enabled = "yes";
|
enabled = "yes";
|
||||||
|
@ -307,9 +308,6 @@
|
||||||
xray = "false";
|
xray = "false";
|
||||||
special = true;
|
special = true;
|
||||||
};
|
};
|
||||||
shadow = {
|
|
||||||
enabled = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
input = {
|
input = {
|
||||||
sensitivity = "-0.65";
|
sensitivity = "-0.65";
|
||||||
|
|
|
@ -7,6 +7,5 @@
|
||||||
gnome.enable = true;
|
gnome.enable = true;
|
||||||
swaync.enable = false;
|
swaync.enable = false;
|
||||||
hyprlock.enable = false;
|
hyprlock.enable = false;
|
||||||
hyprland.enable = false;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue