diff --git a/flake.lock b/flake.lock index 65ceb01b..a8c27d93 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index 16ce6917..71ef55f0 100644 Binary files a/flake.nix and b/flake.nix differ diff --git a/inputs/default.nix b/inputs/default.nix index f8bb0aab..a79702d2 100644 --- a/inputs/default.nix +++ b/inputs/default.nix @@ -119,24 +119,11 @@ let hyprland-plugins = mkHyprDep { owner = "hyprwm"; repo = "hyprland-plugins"; - - # FIXME: wait for hyprgrass PR to make this one - rev = "3bc37da4b9cf0c96594011cb1e43156fea54d0c0"; - - # type = "path"; - # path = "/home/matt/git/hyprland-plugins"; }; hyprgrass = mkHyprDep { - # owner = "horriblename"; + owner = "horriblename"; repo = "hyprgrass"; - - # FIXME: hopefully this gets merged soon - owner = "matt1432"; - ref = "personal"; - - # type = "path"; - # path = "/home/matt/git/hyprgrass"; }; hyprpaper = mkDep { diff --git a/nixosModules/desktop/environment/home/hyprgrass.nix b/nixosModules/desktop/environment/home/hyprgrass.nix index a99af09e..8ce5958b 100644 --- a/nixosModules/desktop/environment/home/hyprgrass.nix +++ b/nixosModules/desktop/environment/home/hyprgrass.nix @@ -22,6 +22,8 @@ in { # must be >= 3 workspace_swipe_fingers = 3; + emulate_touchpad_swipe = true; + # switching workspaces by swiping from an edge, this is separate from workspace_swipe_fingers # and can be used at the same time # possible values: l, r, u, or d