mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 10:43:40 +01:00
Merge remote-tracking branch 'eriedaberrie/master'
This commit is contained in:
commit
315e7902c9
3 changed files with 5 additions and 6 deletions
7
flake.lock
generated
7
flake.lock
generated
|
@ -37,16 +37,15 @@
|
|||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1710600709,
|
||||
"narHash": "sha256-W+34KhCnqscRXN/IkvuJMiVx0Fa64RcYn8H4sZjzceI=",
|
||||
"lastModified": 1711070930,
|
||||
"narHash": "sha256-jKOAO/NlfaTC/OcZkPoT87gsfVqt/+Ye+KcaIv6e2mU=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "c5e28ebcfe00a510922779b2c568cfa52a317445",
|
||||
"rev": "9bad62b85f179ad2c95c6e7f734768ef060a604b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "hyprwm",
|
||||
"ref": "v0.37.1",
|
||||
"repo": "Hyprland",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
hyprland.url = "github:hyprwm/Hyprland?ref=v0.37.1";
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
};
|
||||
|
||||
outputs = { self, hyprland, ... }: let
|
||||
|
|
|
@ -6,7 +6,7 @@ enum class Hy3GroupLayout;
|
|||
|
||||
#include <list>
|
||||
|
||||
#include <hyprland/src/Window.hpp>
|
||||
#include <hyprland/src/desktop/Window.hpp>
|
||||
|
||||
#include "Hy3Layout.hpp"
|
||||
#include "TabGroup.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue