reset: update version
This commit is contained in:
parent
2832f86a7e
commit
319d99b6e0
3 changed files with 7 additions and 3 deletions
|
|
@ -11,16 +11,16 @@ let
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "reset";
|
pname = "reset";
|
||||||
version = "1.1.1";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Xetibo";
|
owner = "Xetibo";
|
||||||
repo = "ReSet";
|
repo = "ReSet";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
hash = "sha256-nyEGhD4IlsJ1AqRZC7aP2vOuq4etvZ7BwTMxb4u7cxY=";
|
hash = "sha256-6n7IaYQAw0VSkQFO1wXwQjuGbhvheiV6ZJDkpaEIeLU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-lcNu8yEQiSTshXCwblBLYpSJWmErS53z+SviqaqlSnI=";
|
cargoHash = "sha256-S3Z2tHQuv17Dvg2VMFDeOvDzyLfIPROcFMsYOoCscqM=";
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs;[
|
nativeBuildInputs = with pkgs;[
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
|
||||||
|
|
@ -168,6 +168,7 @@
|
||||||
swallow_regex = "^(.*)(kitty)(.*)$";
|
swallow_regex = "^(.*)(kitty)(.*)$";
|
||||||
# conversion seems to be borked right now, i want a smooth bibata :(
|
# conversion seems to be borked right now, i want a smooth bibata :(
|
||||||
enable_hyprcursor = false;
|
enable_hyprcursor = false;
|
||||||
|
initial_workspace_tracking = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
gestures = {
|
gestures = {
|
||||||
|
|
|
||||||
|
|
@ -191,6 +191,9 @@ return {
|
||||||
view = {
|
view = {
|
||||||
side = "right",
|
side = "right",
|
||||||
},
|
},
|
||||||
|
diagnostics = {
|
||||||
|
enable = true,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
keys = {
|
keys = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue