Skip to content

Commit

Permalink
Fix slurp and downgrade Hyprland due to socket changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nonetrix committed Apr 29, 2024
1 parent 4ab28ca commit 88a537d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 5 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};

hyprland.url = "github:hyprwm/Hyprland";
hyprland.url = "github:hyprwm/Hyprland/d20ee312108d0e7879011cfffa3a83d06e48d29e";

# TODO: Remove fork once merged
# This allows for workspaces to be split with multiple monitors, often breaks with Hyprland updates
hyprsplit = {
url = "github:shezdy/hyprsplit";
url = "github:shezdy/hyprsplit/ed317e19a8a4e46b339b2d28d1380b5ad1c24eaf";
inputs.hyprland.follows = "hyprland";
};

Expand Down
1 change: 1 addition & 0 deletions graphical/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ in {
layerrule = [
"ignorealpha, waybar"
"ignorealpha, launcher"
"noanim,selection"
];

windowrulev2 = [
Expand Down

0 comments on commit 88a537d

Please sign in to comment.