fix(hyprland): lock input to prevent crashes
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
e056756246
commit
aa1fe08678
3 changed files with 8 additions and 4 deletions
7
flake.lock
generated
7
flake.lock
generated
|
@ -549,16 +549,17 @@
|
|||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1711152198,
|
||||
"narHash": "sha256-wT8UTS22HIm+Sbkim+IMqESW9SP+EB0FAjroyPnAovY=",
|
||||
"lastModified": 1711133908,
|
||||
"narHash": "sha256-4JfBnaLEPudOCKW7F0Zg5/QMfDPrNDnpBQUAXnnIPdM=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "0dfdb6678f5362fda449694639e8fee806ca1ae4",
|
||||
"rev": "8c88689faf691a4369528e6d3d52c024cd61125d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "8c88689faf691a4369528e6d3d52c024cd61125d",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -204,6 +204,9 @@
|
|||
owner = "hyprwm";
|
||||
repo = "Hyprland";
|
||||
|
||||
# FIXME: https://github.com/hyprwm/Hyprland/issues/5231
|
||||
rev = "8c88689faf691a4369528e6d3d52c024cd61125d";
|
||||
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
hypridle = {
|
||||
|
|
|
@ -13,7 +13,7 @@ Show Full Path=false
|
|||
Show Inline Previews=true
|
||||
Show Preview=false
|
||||
Show Speedbar=true
|
||||
Show hidden files=false
|
||||
Show hidden files=true
|
||||
Sort by=Name
|
||||
Sort directories first=true
|
||||
Sort hidden files last=false
|
||||
|
|
Loading…
Add table
Reference in a new issue