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 12 additions and 27 deletions

18
flake.lock generated
View file

@ -669,16 +669,15 @@
]
},
"locked": {
"lastModified": 1733856301,
"narHash": "sha256-zGeYtRFKnaRqD+HapKe/ro5V4ZFWWZeHLgiIeRcYNtI=",
"owner": "matt1432",
"lastModified": 1733878295,
"narHash": "sha256-0vTAqvSErl0OPImJoEFHftNNstqeG3asMIGrVk/DufI=",
"owner": "horriblename",
"repo": "hyprgrass",
"rev": "45548890da1d98e3a9c3c7b8b498d3d91c43ad57",
"rev": "300ae7caba4a13f18cb4193044bba2773e2f8fa7",
"type": "github"
},
"original": {
"owner": "matt1432",
"ref": "personal",
"owner": "horriblename",
"repo": "hyprgrass",
"type": "github"
}
@ -733,17 +732,16 @@
]
},
"locked": {
"lastModified": 1733409465,
"narHash": "sha256-5KU6ZLjnOaMe+BevqZx89Q5teFRs2wbKcA6Dc+kJVm0=",
"lastModified": 1733324289,
"narHash": "sha256-5gCIIiQT9JlBPO1M98j1Aaboa2CTKtwBqiksCLf6qC0=",
"owner": "hyprwm",
"repo": "hyprland-plugins",
"rev": "3bc37da4b9cf0c96594011cb1e43156fea54d0c0",
"rev": "2530394e67b436f4aea8225111cf37c1403ccb78",
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprland-plugins",
"rev": "3bc37da4b9cf0c96594011cb1e43156fea54d0c0",
"type": "github"
}
},

View file

@ -145,8 +145,7 @@
};
hyprgrass = {
inputs.hyprland.follows = "hyprland";
owner = "matt1432";
ref = "personal";
owner = "horriblename";
repo = "hyprgrass";
type = "github";
};
@ -167,7 +166,6 @@
};
owner = "hyprwm";
repo = "hyprland-plugins";
rev = "3bc37da4b9cf0c96594011cb1e43156fea54d0c0";
type = "github";
};
hyprpaper = {

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