Declared hyprland configs
This commit is contained in:
20
hyprland/hypr/input.nix
Normal file
20
hyprland/hypr/input.nix
Normal 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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user