fix(hyprland): lock input to prevent crashes
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-23 03:00:33 -04:00
parent e056756246
commit aa1fe08678
3 changed files with 8 additions and 4 deletions

View file

@ -549,16 +549,17 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1711152198, "lastModified": 1711133908,
"narHash": "sha256-wT8UTS22HIm+Sbkim+IMqESW9SP+EB0FAjroyPnAovY=", "narHash": "sha256-4JfBnaLEPudOCKW7F0Zg5/QMfDPrNDnpBQUAXnnIPdM=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "0dfdb6678f5362fda449694639e8fee806ca1ae4", "rev": "8c88689faf691a4369528e6d3d52c024cd61125d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "8c88689faf691a4369528e6d3d52c024cd61125d",
"type": "github" "type": "github"
} }
}, },

View file

@ -204,6 +204,9 @@
owner = "hyprwm"; owner = "hyprwm";
repo = "Hyprland"; repo = "Hyprland";
# FIXME: https://github.com/hyprwm/Hyprland/issues/5231
rev = "8c88689faf691a4369528e6d3d52c024cd61125d";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hypridle = { hypridle = {

View file

@ -13,7 +13,7 @@ Show Full Path=false
Show Inline Previews=true Show Inline Previews=true
Show Preview=false Show Preview=false
Show Speedbar=true Show Speedbar=true
Show hidden files=false Show hidden files=true
Sort by=Name Sort by=Name
Sort directories first=true Sort directories first=true
Sort hidden files last=false Sort hidden files last=false