mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: reduce mouse sensitivity in hyprland
This commit is contained in:
parent
7806277042
commit
cdedaf0c2d
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -335,6 +335,7 @@
|
||||||
"col.inactive_border" = "rgba(b4befecc) rgba(6c7086cc) 45deg";
|
"col.inactive_border" = "rgba(b4befecc) rgba(6c7086cc) 45deg";
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
resize_on_border = "true";
|
resize_on_border = "true";
|
||||||
|
sensitivity = "0.5";
|
||||||
};
|
};
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = "10";
|
rounding = "10";
|
||||||
|
|
Loading…
Reference in a new issue