Add hyprland touch gestures

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-02 20:09:25 +03:00
parent b86f9599dc
commit 498bc26252
2 changed files with 12 additions and 4 deletions

View File

@@ -93,13 +93,20 @@ in
];
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 = {
"disable_hyprland_logo" = true;
"disable_splash_rendering" = true;
"new_window_takes_over_fullscreen" = 2;
disable_hyprland_logo = true;
disable_splash_rendering = true;
new_window_takes_over_fullscreen = 2;
};
decoration.blur = {