Add hyprland touch gestures
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -56,6 +56,7 @@
|
|||||||
name = "syna2ba6:00-06cb:ce44-touchpad";
|
name = "syna2ba6:00-06cb:ce44-touchpad";
|
||||||
sensitivity = 0.5;
|
sensitivity = 0.5;
|
||||||
}];
|
}];
|
||||||
|
gestures.workspace_swipe_distance = 600;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh.loginExtra = lib.mkBefore (builtins.readFile ./card.sh);
|
programs.zsh.loginExtra = lib.mkBefore (builtins.readFile ./card.sh);
|
||||||
|
@@ -93,13 +93,20 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
"accel_profile" = "flat";
|
accel_profile = "flat";
|
||||||
|
};
|
||||||
|
|
||||||
|
gestures = {
|
||||||
|
workspace_swipe = true;
|
||||||
|
workspace_swipe_min_fingers = true;
|
||||||
|
workspace_swipe_forever = true;
|
||||||
|
workspace_swipe_cancel_ratio = 0.2;
|
||||||
};
|
};
|
||||||
|
|
||||||
misc = {
|
misc = {
|
||||||
"disable_hyprland_logo" = true;
|
disable_hyprland_logo = true;
|
||||||
"disable_splash_rendering" = true;
|
disable_splash_rendering = true;
|
||||||
"new_window_takes_over_fullscreen" = 2;
|
new_window_takes_over_fullscreen = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration.blur = {
|
decoration.blur = {
|
||||||
|
Reference in New Issue
Block a user