fix(hypr): use upstream plugins
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-12-10 20:40:28 -05:00
parent fd5aeccbdb
commit 131299587c
4 changed files with 3 additions and 14 deletions

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -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 {

View file

@ -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