Declared hyprland configs

This commit is contained in:
2026-04-08 17:50:06 +02:00
parent 284016a9bd
commit 6616d8bc0e
14 changed files with 1681 additions and 21 deletions

20
hyprland/hypr/input.nix Normal file
View File

@@ -0,0 +1,20 @@
{
wayland.windowManager.hyprland.settings = {
input = {
kb_layout = "hu";
follow_mouse = 1;
sensitivity = 0.1; # -1.0 - 1.0, 0 means no modification.
touchpad = {
natural_scroll = true;
clickfinger_behavior = 1;
};
};
gesture = [
"3, horizontal, workspace"
"3, up, dispatcher, overview:open"
];
hyprexpo-gesture = "3, down, expo";
};
}