Merge remote-tracking branch 'eriedaberrie/master'

This commit is contained in:
outfoxxed 2024-03-22 01:07:36 -07:00
commit 315e7902c9
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
3 changed files with 5 additions and 6 deletions

7
flake.lock generated
View file

@ -37,16 +37,15 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1710600709, "lastModified": 1711070930,
"narHash": "sha256-W+34KhCnqscRXN/IkvuJMiVx0Fa64RcYn8H4sZjzceI=", "narHash": "sha256-jKOAO/NlfaTC/OcZkPoT87gsfVqt/+Ye+KcaIv6e2mU=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "c5e28ebcfe00a510922779b2c568cfa52a317445", "rev": "9bad62b85f179ad2c95c6e7f734768ef060a604b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "hyprwm", "owner": "hyprwm",
"ref": "v0.37.1",
"repo": "Hyprland", "repo": "Hyprland",
"type": "github" "type": "github"
} }

View file

@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
hyprland.url = "github:hyprwm/Hyprland?ref=v0.37.1"; hyprland.url = "github:hyprwm/Hyprland";
}; };
outputs = { self, hyprland, ... }: let outputs = { self, hyprland, ... }: let

View file

@ -6,7 +6,7 @@ enum class Hy3GroupLayout;
#include <list> #include <list>
#include <hyprland/src/Window.hpp> #include <hyprland/src/desktop/Window.hpp>
#include "Hy3Layout.hpp" #include "Hy3Layout.hpp"
#include "TabGroup.hpp" #include "TabGroup.hpp"