mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 10:39:42 +00:00
14 lines
315 B
Nix
14 lines
315 B
Nix
|
{
|
||
|
wayland.windowManager.hyprland.settings = {
|
||
|
gestures = {
|
||
|
workspace_swipe = true;
|
||
|
workspace_swipe_fingers = 3;
|
||
|
workspace_swipe_distance = 300;
|
||
|
workspace_swipe_invert = false;
|
||
|
workspace_swipe_min_speed_to_force = 20;
|
||
|
workspace_swipe_cancel_ratio = 0.650000;
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
|