feat(hyprland): fix picker

This commit is contained in:
Kat Inskip 2024-03-09 15:13:18 -08:00
parent 26ad2434b0
commit 576f3a3e7e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 3 additions and 3 deletions

2
flake.lock generated
View file

@ -208,7 +208,7 @@
"flakelibstd": {
"inputs": {
"nix-std": [
"flakelibstd"
"std"
]
},
"locked": {

View file

@ -19,7 +19,7 @@
};
flakelibstd = {
url = "github:flakelib/std";
inputs.nix-std.follows = "flakelibstd";
inputs.nix-std.follows = "std";
};
flakelib = {
url = "github:flakelib/fl";

View file

@ -133,7 +133,7 @@ in {
"$mod SHIFT, up, movewindow, u"
"$mod SHIFT, down, movewindow, d"
"$mod, P, exec, $[pkgs.hyprpicker}/bin/hyprpicker -na"
"$mod, P, exec, ${pkgs.hyprpicker}/bin/hyprpicker -na"
"CTRL, Print, exec, grimblast --notify --cursor copysave output"
"$mod SHIFT CTRL, R, exec, grimblast --notify --cursor copysave output"