From 2a66cb0014c665905db28467c1bc8cb697434ed8 Mon Sep 17 00:00:00 2001 From: foxora Date: Sat, 7 Mar 2026 19:25:28 +0000 Subject: [PATCH] removed hyprland plugins as scrolling is now in hyprland!! :3 --- flake.lock | 31 -------------------------- flake.nix | 8 +++---- homes/modules/wm/hyprland/hyprland.nix | 20 +++++++---------- 3 files changed, 12 insertions(+), 47 deletions(-) diff --git a/flake.lock b/flake.lock index 3b5e897..0622507 100644 --- a/flake.lock +++ b/flake.lock @@ -702,36 +702,6 @@ "type": "github" } }, - "hyprland-plugins": { - "inputs": { - "hyprland": [ - "hyprland-git" - ], - "nixpkgs": [ - "hyprland-plugins", - "hyprland", - "nixpkgs" - ], - "systems": [ - "hyprland-plugins", - "hyprland", - "systems" - ] - }, - "locked": { - "lastModified": 1771865848, - "narHash": "sha256-xwNa+1D8WPsDnJtUofDrtyDCZKZotbUymzV/R5s+M0I=", - "owner": "hyprwm", - "repo": "hyprland-plugins", - "rev": "b85a56b9531013c79f2f3846fd6ee2ff014b8960", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "hyprland-plugins", - "type": "github" - } - }, "hyprland-protocols": { "inputs": { "nixpkgs": [ @@ -1491,7 +1461,6 @@ "home-manager": "home-manager_2", "home-manager-unstable": "home-manager-unstable", "hyprland-git": "hyprland-git", - "hyprland-plugins": "hyprland-plugins", "iamb": "iamb", "mango": "mango", "microvm": "microvm_2", diff --git a/flake.nix b/flake.nix index 757fed7..c8d8688 100644 --- a/flake.nix +++ b/flake.nix @@ -40,10 +40,10 @@ url = "github:hyprwm/Hyprland"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; - hyprland-plugins = { - url = "github:hyprwm/hyprland-plugins"; - inputs.hyprland.follows = "hyprland-git"; - }; + # hyprland-plugins = { + # url = "github:hyprwm/hyprland-plugins"; + # inputs.hyprland.follows = "hyprland-git"; + # }; mango = { url = "github:DreamMaoMao/mangowc"; diff --git a/homes/modules/wm/hyprland/hyprland.nix b/homes/modules/wm/hyprland/hyprland.nix index de7deee..5cd6dc7 100644 --- a/homes/modules/wm/hyprland/hyprland.nix +++ b/homes/modules/wm/hyprland/hyprland.nix @@ -4,10 +4,6 @@ package = null; portalPackage = null; - plugins = [ - #inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscrolling - ]; - xwayland.enable = true; extraConfig = '' @@ -64,18 +60,18 @@ layout = "dwindle"; }; - plugin = { - # options at https://github.com/hyprwm/hyprland-plugins/tree/main/hyprscrolling - hyprscrolling = { - fullscreen_on_one_column = false; - column_width = 1.0; - }; - }; - dwindle = { preserve_split = true; }; + scrolling = { + fullscreen_on_one_column = true; + column_width = 0.9; + wrap_focus = true; + wrap_swapcol = true; + direction = "right"; + }; + decoration = { rounding = 8;