mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: new hyprland config keys
This commit is contained in:
parent
cb77f69a67
commit
792d21b744
2 changed files with 4 additions and 4 deletions
|
@ -295,10 +295,6 @@
|
||||||
hide_on_key_press = true;
|
hide_on_key_press = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
shadow = {
|
|
||||||
enabled = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = "10";
|
rounding = "10";
|
||||||
dim_special = "0.3";
|
dim_special = "0.3";
|
||||||
|
@ -315,6 +311,9 @@
|
||||||
input = {
|
input = {
|
||||||
sensitivity = "-0.65";
|
sensitivity = "-0.65";
|
||||||
};
|
};
|
||||||
|
shadow = {
|
||||||
|
enabled = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -7,5 +7,6 @@
|
||||||
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