Compare commits

..

2 commits

Author SHA1 Message Date
fbe4adab78
try using latest hyrpland 2024-12-10 10:55:28 -06:00
e4f45fe0ba
rearrange todos 2024-12-10 10:54:19 -06:00
3 changed files with 8 additions and 67 deletions

View file

@ -322,42 +322,11 @@
"type": "github" "type": "github"
} }
}, },
"hyprgraphics": {
"inputs": {
"hyprutils": [
"hyprland",
"hyprutils"
],
"nixpkgs": [
"hyprland",
"nixpkgs"
],
"systems": [
"hyprland",
"systems"
]
},
"locked": {
"lastModified": 1733248371,
"narHash": "sha256-FFLJzFTyNhS7tBEEECx0B8Ye/bpmxhFVEKlECgMLc6c=",
"owner": "hyprwm",
"repo": "hyprgraphics",
"rev": "cc95e5babc6065bc3ab4cd195429a9900836ef13",
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprgraphics",
"type": "github"
}
},
"hyprland": { "hyprland": {
"inputs": { "inputs": {
"aquamarine": "aquamarine", "aquamarine": "aquamarine",
"hyprcursor": "hyprcursor", "hyprcursor": "hyprcursor",
"hyprgraphics": "hyprgraphics",
"hyprland-protocols": "hyprland-protocols", "hyprland-protocols": "hyprland-protocols",
"hyprland-qtutils": "hyprland-qtutils",
"hyprlang": "hyprlang", "hyprlang": "hyprlang",
"hyprutils": "hyprutils", "hyprutils": "hyprutils",
"hyprwayland-scanner": "hyprwayland-scanner", "hyprwayland-scanner": "hyprwayland-scanner",
@ -367,16 +336,17 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1733683959, "lastModified": 1732052838,
"narHash": "sha256-hUgv2XxOZu0XFVtwmovS3kplxAt+Jv+CXSxNnSiAtFo=", "narHash": "sha256-1pNsLGNStCFjXiBc2zMUxKzKk45CePTf+GwKlzTmrCY=",
"ref": "refs/heads/main", "ref": "v0.45.2",
"rev": "0a27af8cd190315c1f13363ebd11e83d30455d48", "rev": "12f9a0d0b93f691d4d9923716557154d74777b0a",
"revCount": 5525, "revCount": 5451,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland/" "url": "https://github.com/hyprwm/Hyprland/"
}, },
"original": { "original": {
"ref": "v0.45.2",
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland/" "url": "https://github.com/hyprwm/Hyprland/"
@ -425,35 +395,6 @@
"type": "github" "type": "github"
} }
}, },
"hyprland-qtutils": {
"inputs": {
"hyprutils": [
"hyprland",
"hyprutils"
],
"nixpkgs": [
"hyprland",
"nixpkgs"
],
"systems": [
"hyprland",
"systems"
]
},
"locked": {
"lastModified": 1733472316,
"narHash": "sha256-PvXiFLIExJEJj+goLbIuXLTN5CSDSAUsAfiYSdbbWg0=",
"owner": "hyprwm",
"repo": "hyprland-qtutils",
"rev": "969427419276c7ee170301ef1ebe0f68eb6eb2e2",
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprland-qtutils",
"type": "github"
}
},
"hyprlang": { "hyprlang": {
"inputs": { "inputs": {
"hyprutils": [ "hyprutils": [

View file

@ -49,7 +49,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1"; hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1&ref=v0.45.2";
hyprland-contrib.url = "github:hyprwm/contrib"; hyprland-contrib.url = "github:hyprwm/contrib";
f1multiviewer = { f1multiviewer = {

View file

@ -6,7 +6,6 @@
## software ## software
- [ ] hyprland > v0.45.0 is causing chrome to not tile by default
- [ ] why is my update ci always building llm and rofi? - [ ] why is my update ci always building llm and rofi?
- [ ] include langservers for enabled languages? - [ ] include langservers for enabled languages?
<!--[tracking issue](https://github.com/wez/wezterm/issues/5990)--> <!--[tracking issue](https://github.com/wez/wezterm/issues/5990)-->
@ -18,6 +17,7 @@ Is this related to above and could maybe resolved by settling on a stable versio
### Window Manager ### Window Manager
- [ ] hyprland > v0.45.0 is causing chrome to not tile by default
- [ ] install more of the software as systemd services? - [ ] install more of the software as systemd services?
- [ ] lid closed does not engage hyprlock? - [ ] lid closed does not engage hyprlock?
- [ ] check if there are multiple version of mako? - [ ] check if there are multiple version of mako?