fix(hypr): use upstream plugins
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
fd5aeccbdb
commit
131299587c
4 changed files with 3 additions and 14 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue